[maven-release-plugin] prepare release 1.1.1.RELEASE
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-amqp-parent</module>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-amqp-parent</artifactId>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-amqp</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<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>
|
||||
<url>http://www.springsource.org/spring-amqp</url>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-amqp-parent</artifactId>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-erlang</artifactId>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-amqp-parent</artifactId>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-rabbit</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user