Skip to content

Commit d53e44e

Browse files
committed
Upgrade to 2.2.3
1 parent e594f83 commit d53e44e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: helloworld/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.springframework.samples.spring</groupId>
77
<artifactId>spring-rabbit-helloworld</artifactId>
8-
<version>2.2.2.RELEASE</version>
8+
<version>2.2.3.RELEASE</version>
99
<packaging>jar</packaging>
1010
<name>Spring AMQP Hello World</name>
1111
<url>https://www.spring.io</url>
@@ -16,7 +16,7 @@
1616
</description>
1717
<properties>
1818
<maven.test.failure.ignore>true</maven.test.failure.ignore>
19-
<spring.amqp.version>2.2.2.RELEASE</spring.amqp.version>
19+
<spring.amqp.version>2.2.3.RELEASE</spring.amqp.version>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<java.version>1.8</java.version>
2222
<maven.test.failure.ignore>false</maven.test.failure.ignore>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.springframework.amqp</groupId>
55
<artifactId>spring-amqp-samples</artifactId>
66
<name>Spring AMQP Samples</name>
7-
<version>2.2.2.RELEASE</version>
7+
<version>2.2.3.RELEASE</version>
88
<packaging>pom</packaging>
99
<modules>
1010
<module>helloworld</module>

Diff for: stocks/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.samples.spring</groupId>
66
<artifactId>spring-rabbit-stocks</artifactId>
7-
<version>2.2.2.RELEASE</version>
7+
<version>2.2.3.RELEASE</version>
88
<packaging>war</packaging>
99
<name>Spring Rabbit Stocks</name>
1010
<url>https://www.spring.io</url>
@@ -16,7 +16,7 @@
1616
<properties>
1717
<maven.test.failure.ignore>true</maven.test.failure.ignore>
1818
<spring.framework.version>5.2.0.RELEASE</spring.framework.version>
19-
<spring.amqp.version>2.2.2.RELEASE</spring.amqp.version>
19+
<spring.amqp.version>2.2.3.RELEASE</spring.amqp.version>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<java.version>1.8</java.version>
2222
<maven.test.failure.ignore>false</maven.test.failure.ignore>

0 commit comments

Comments
 (0)