[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Dave Syer
2011-08-09 14:49:26 +01:00
parent 2f848abe8e
commit d58b2f02b3
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<name>Spring AMQP Distribution</name>
<description><![CDATA[Spring AMQP is framework that makes it easy to write Java applications for the Advanced Message Queue Protocol. It supports a variety of common high-level messaging patterns, like synchronous and asynchronous consumers, synchronous producers, automatic re-connection, transactions, batching. The emphasis is on declarative configuration and a POJO programming model without hiding the full power of the underlying protocol.
]]></description>
<version>1.0.0.RC3</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spring-amqp-parent</module>

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-parent</artifactId>
<version>1.0.0.RC3</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-amqp</artifactId>

View File

@@ -5,7 +5,7 @@
<artifactId>spring-amqp-parent</artifactId>
<name>Spring AMQP Parent</name>
<url>http://www.springsource.org/spring-amqp</url>
<version>1.0.0.RC3</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-parent</artifactId>
<version>1.0.0.RC3</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-erlang</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-parent</artifactId>
<version>1.0.0.RC3</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-rabbit</artifactId>