[maven-release-plugin] prepare release 1.0

This commit is contained in:
Rachel Walker
2012-12-17 06:02:34 -08:00
parent 9ec1bee1b1
commit 480865ddc4
3 changed files with 6 additions and 6 deletions

View File

@@ -4,14 +4,14 @@
<groupId>com.github.raychatter</groupId>
<artifactId>spring-restful-exception-handler</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>spring-restful-exception-handler</name>
<description>Custom exception handler annotation for Spring to unify the error handling.</description>
<url>https://github.com/raychatter/spring-restful-exception-handler</url>
<parent>
<groupId>com.github.raychatter</groupId>
<artifactId>spring-restful-exception-handler-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<organization>
<name>ThoughtWorks</name>