Skip to content

Commit

Permalink
Bump version to snapshot and fix github location
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Stevens committed Jan 24, 2012
1 parent aba21a8 commit 5c500be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-BT-1.0</version>
<version>1.0.1.BUILD-BT-1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spring-amqp-parent</module>
Expand Down Expand Up @@ -190,8 +190,8 @@
</profiles>
<scm>
<url>http://github.com/drstevens/spring-amqp</url>
<connection>scm:git:git://github.com/drstevens/spring-amqp.git</connection>
<developerConnection>scm:git:git://github.com/drstevens/spring-amqp.git</developerConnection>
<connection>scm:git:git@github.com:drstevens/spring-amqp.git</connection>
<developerConnection>scm:git:git@github.com:drstevens/spring-amqp.git</developerConnection>
</scm>
<distributionManagement>
<!-- see 'staging' profile for dry-run deployment settings -->
Expand Down
2 changes: 1 addition & 1 deletion spring-amqp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-parent</artifactId>
<version>1.0.1.BUILD-BT-1.0</version>
<version>1.0.1.BUILD-BT-1.1-SNAPSHOT</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-amqp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-amqp-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1.BUILD-BT-1.0</version>
<version>1.0.1.BUILD-BT-1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion spring-erlang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-parent</artifactId>
<version>1.0.1.BUILD-BT-1.0</version>
<version>1.0.1.BUILD-BT-1.1-SNAPSHOT</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-erlang</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-rabbit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-parent</artifactId>
<version>1.0.1.BUILD-BT-1.0</version>
<version>1.0.1.BUILD-BT-1.1-SNAPSHOT</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-rabbit</artifactId>
Expand Down

0 comments on commit 5c500be

Please sign in to comment.