[maven-release-plugin] prepare release spring-restful-exception-handler-parent-1.0.1

This commit is contained in:
Rachel Walker
2012-12-17 06:17:43 -08:00
parent 6b196f9fbb
commit 97bfc3d6c8
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -4,7 +4,7 @@
<groupId>com.github.raychatter</groupId> <groupId>com.github.raychatter</groupId>
<artifactId>spring-restful-exception-handler-parent</artifactId> <artifactId>spring-restful-exception-handler-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0.1</version>
<name>Spring Restful Exception Handler</name> <name>Spring Restful Exception Handler</name>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>

View File

@@ -4,13 +4,13 @@
<groupId>com.github.raychatter</groupId> <groupId>com.github.raychatter</groupId>
<artifactId>sample</artifactId> <artifactId>sample</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0.1</version>
<name>A demo app that shows custom exception handling</name> <name>A demo app that shows custom exception handling</name>
<url>https://github.com/raychatter/spring-restful-exception-handler</url> <url>https://github.com/raychatter/spring-restful-exception-handler</url>
<parent> <parent>
<groupId>com.github.raychatter</groupId> <groupId>com.github.raychatter</groupId>
<artifactId>spring-restful-exception-handler-parent</artifactId> <artifactId>spring-restful-exception-handler-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.1</version>
</parent> </parent>
<properties> <properties>
<spring.version>3.1.1.RELEASE</spring.version> <spring.version>3.1.1.RELEASE</spring.version>
@@ -70,7 +70,7 @@
<dependency> <dependency>
<groupId>com.github.raychatter</groupId> <groupId>com.github.raychatter</groupId>
<artifactId>spring-restful-exception-handler</artifactId> <artifactId>spring-restful-exception-handler</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>