Skip to content

Commit

Permalink
Bump Spring AMQP to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Oct 30, 2015
1 parent 7dbbb4b commit c78e6bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helloworld/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples.spring</groupId>
<artifactId>spring-rabbit-helloworld</artifactId>
<version>1.5.0.RELEASE</version>
<version>1.5.1.RELEASE</version>
<packaging>jar</packaging>
<name>Spring AMQP Hello World</name>
<url>http://www.spring.io</url>
Expand All @@ -17,7 +17,7 @@
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>4.2.1.RELEASE</spring.framework.version>
<spring.amqp.version>1.5.0.RELEASE</spring.amqp.version>
<spring.amqp.version>1.5.1.RELEASE</spring.amqp.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<profiles>
Expand Down
4 changes: 2 additions & 2 deletions log4j/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples.spring</groupId>
<artifactId>spring-rabbit-log4j</artifactId>
<version>1.5.0.RELEASE</version>
<version>1.5.1.RELEASE</version>
<packaging>war</packaging>
<name>Spring AMQP log4j</name>
<url>http://www.spring.io</url>
Expand All @@ -17,7 +17,7 @@
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>4.2.1.RELEASE</spring.framework.version>
<spring.amqp.version>1.5.0.RELEASE</spring.amqp.version>
<spring.amqp.version>1.5.1.RELEASE</spring.amqp.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-samples</artifactId>
<name>Spring AMQP Samples</name>
<version>1.5.0.RELEASE</version>
<version>1.5.1.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>helloworld</module>
Expand Down
4 changes: 2 additions & 2 deletions stocks/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples.spring</groupId>
<artifactId>spring-rabbit-stocks</artifactId>
<version>1.5.0.RELEASE</version>
<version>1.5.1.RELEASE</version>
<packaging>war</packaging>
<name>Spring Rabbit Stocks</name>
<url>http://www.spring.io</url>
Expand All @@ -16,7 +16,7 @@
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>4.2.1.RELEASE</spring.framework.version>
<spring.amqp.version>1.5.0.RELEASE</spring.amqp.version>
<spring.amqp.version>1.5.1.RELEASE</spring.amqp.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<profiles>
Expand Down

0 comments on commit c78e6bb

Please sign in to comment.