Update Non-Boot Samples to 1.7.1.RELEASE
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.samples.spring</groupId>
|
||||
<artifactId>spring-rabbit-helloworld</artifactId>
|
||||
<version>1.6.6.RELEASE</version>
|
||||
<version>1.7.1.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AMQP Hello World</name>
|
||||
<url>http://www.spring.io</url>
|
||||
@@ -17,7 +17,7 @@
|
||||
<properties>
|
||||
<maven.test.failure.ignore>true</maven.test.failure.ignore>
|
||||
<spring.framework.version>4.2.5.RELEASE</spring.framework.version>
|
||||
<spring.amqp.version>1.6.6.RELEASE</spring.amqp.version>
|
||||
<spring.amqp.version>1.7.1.RELEASE</spring.amqp.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<profiles>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.samples.spring</groupId>
|
||||
<artifactId>spring-rabbit-log4j</artifactId>
|
||||
<version>1.6.6.RELEASE</version>
|
||||
<version>1.7.1.RELEASE</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Spring AMQP log4j</name>
|
||||
<url>http://www.spring.io</url>
|
||||
@@ -17,7 +17,7 @@
|
||||
<properties>
|
||||
<maven.test.failure.ignore>true</maven.test.failure.ignore>
|
||||
<spring.framework.version>4.2.5.RELEASE</spring.framework.version>
|
||||
<spring.amqp.version>1.6.6.RELEASE</spring.amqp.version>
|
||||
<spring.amqp.version>1.7.1.RELEASE</spring.amqp.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<profiles>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.amqp.samples</groupId>
|
||||
<artifactId>log4j2</artifactId>
|
||||
<version>1.6.6.RELEASE</version>
|
||||
<version>1.7.1.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>log4j2</name>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>rabbit-tutorials</artifactId>
|
||||
<version>1.6.6.RELEASE</version>
|
||||
<version>1.7.1.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>rabbitmq-tutorials</name>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.samples.spring</groupId>
|
||||
<artifactId>spring-rabbit-stocks</artifactId>
|
||||
<version>1.6.6.RELEASE</version>
|
||||
<version>1.7.1.RELEASE</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Spring Rabbit Stocks</name>
|
||||
<url>http://www.spring.io</url>
|
||||
@@ -16,7 +16,7 @@
|
||||
<properties>
|
||||
<maven.test.failure.ignore>true</maven.test.failure.ignore>
|
||||
<spring.framework.version>4.2.5.RELEASE</spring.framework.version>
|
||||
<spring.amqp.version>1.6.6.RELEASE</spring.amqp.version>
|
||||
<spring.amqp.version>1.7.1.RELEASE</spring.amqp.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user