[maven-release-plugin] prepare release 1.1.0.RELEASE

This commit is contained in:
Dave Syer
2012-05-11 18:03:23 +01:00
parent c42b4398d1
commit 04ff5d29d2
5 changed files with 6 additions and 7 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.1.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</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.1.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-amqp</artifactId>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-parent</artifactId>
@@ -8,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.0.1.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</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.1.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</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.1.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-rabbit</artifactId>