6 Commits

Author SHA1 Message Date
Alexander Zagniotov
551b28c66d [maven-release-plugin] prepare release spring-restful-exception-handler-1.0.6 2012-12-19 16:44:44 -08:00
Alexander Zagniotov
f49b17393c Merge branch 'master' of https://github.com/raychatter/spring-restful-exception-handler
Conflicts:
	pom.xml
2012-12-19 16:43:28 -08:00
Alexander Zagniotov
ebf8913f47 Not using Maven's shade plugin anymore to create a fat JAR 2012-12-19 16:40:13 -08:00
Rachel Walker
93b9c352e4 [maven-release-plugin] prepare for next development iteration 2012-12-19 11:24:27 -08:00
Rachel Walker
c93940b7fa [maven-release-plugin] prepare release spring-restful-exception-handler-1.0.5 2012-12-19 11:24:17 -08:00
Rachel Walker
ff02eaf3de [maven-release-plugin] prepare for next development iteration 2012-12-19 10:49:19 -08:00

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.4</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.4</tag>
<tag>spring-restful-exception-handler-1.0.6</tag>
</scm>
<issueManagement>