Compare commits
6 Commits
spring-res
...
spring-res
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10559a8d25 | ||
|
|
6b289c96d5 | ||
|
|
ac0a9d9a19 | ||
|
|
05af97338a | ||
|
|
b727a63bec | ||
|
|
39a26e4812 |
19
pom.xml
19
pom.xml
@@ -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.4</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.4</tag>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
||||
Reference in New Issue
Block a user