8 Commits

20
pom.xml
View File

@@ -18,7 +18,7 @@
<inceptionYear>2012</inceptionYear>
<groupId>com.github.raychatter</groupId>
<artifactId>spring-restful-exception-handler</artifactId>
<version>1.0.3</version>
<version>1.0.6</version>
<packaging>jar</packaging>
<properties>
@@ -94,9 +94,6 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>no-dependencies</classifier>
</configuration>
</execution>
</executions>
<configuration>
@@ -182,19 +179,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
@@ -248,7 +232,7 @@
<connection>scm:git:git@github.com:raychatter/spring-restful-exception-handler.git</connection>
<developerConnection>scm:git:git@github.com:raychatter/spring-restful-exception-handler.git</developerConnection>
<url>git@github.com:raychatter/spring-restful-exception-handler.git</url>
<tag>spring-restful-exception-handler-1.0.3</tag>
<tag>spring-restful-exception-handler-1.0.6</tag>
</scm>
<issueManagement>