8 Commits

Author SHA1 Message Date
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
Rachel Walker
10559a8d25 [maven-release-plugin] prepare release spring-restful-exception-handler-1.0.4 2012-12-19 10:49:06 -08:00
Rachel Walker
6b289c96d5 [maven-release-plugin] prepare for next development iteration 2012-12-19 10:42:44 -08:00
Rachel Walker
ac0a9d9a19 [maven-release-plugin] prepare release spring-restful-exception-handler-1.0.3 2012-12-19 10:42:26 -08:00
Rachel Walker
05af97338a Merging changes.
Merge branch 'master' of https://github.com/raychatter/spring-restful-exception-handler
2012-12-19 10:38:32 -08:00
Alexander Zagniotov
b727a63bec [maven-release-plugin] prepare for next development iteration 2012-12-19 10:26:47 -08:00
Rachel Walker
39a26e4812 pom.xml 2012-12-19 10:00:32 -08:00

19
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.2</version>
<version>1.0.5</version>
<packaging>jar</packaging>
<properties>
@@ -192,21 +192,6 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>org.eclipse.jetty.orbit:javax.servlet</artifact>
<excludes>
<exclude>META-INF/ECLIPSE.SF</exclude>
<exclude>META-INF/ECLIPSE.RSA</exclude>
<exclude>META-INF/ECLIPSEF.SF</exclude>
<exclude>META-INF/ECLIPSEF.RSA</exclude>
<exclude>META-INF/ECLIPSE.INF</exclude>
<exclude>META-INF/eclipse.inf</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
@@ -263,7 +248,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.2</tag>
<tag>spring-restful-exception-handler-1.0.5</tag>
</scm>
<issueManagement>