Skip to content

Commit 305bb69

Browse files
committed
Upgrade Boot-based samples to 2.2.2
1 parent f01eaa4 commit 305bb69

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

log4j2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.amqp.samples</groupId>
77
<artifactId>log4j2</artifactId>
8-
<version>2.2.1.RELEASE</version>
8+
<version>2.2.2.RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>log4j2</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.2.1.RELEASE</version>
17+
<version>2.2.2.RELEASE</version>
1818
<relativePath /> <!-- lookup parent from repository -->
1919
</parent>
2020

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.1.RELEASE</version>
7+
<version>2.2.2.RELEASE</version>
88
<packaging>pom</packaging>
99
<modules>
1010
<module>helloworld</module>

spring-rabbit-confirms-returns/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.amqp.samples</groupId>
77
<artifactId>spring-rabbit-confirms-returns</artifactId>
8-
<version>2.2.1.RELEASE</version>
8+
<version>2.2.2.RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>spring-rabbit-confirms-returns</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.2.1.RELEASE</version>
17+
<version>2.2.2.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-rabbit-global-errorhandler/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.example</groupId>
77
<artifactId>spring-rabbit-global-errorhandler</artifactId>
8-
<version>2.2.1.RELEASE</version>
8+
<version>2.2.2.RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>spring-rabbit-global-errorhandler</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.2.1.RELEASE</version>
17+
<version>2.2.2.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-rabbit-json/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.example</groupId>
77
<artifactId>spring-rabbit-json</artifactId>
8-
<version>2.2.1.RELEASE</version>
8+
<version>2.2.2.RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>spring-rabbit-json</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.2.1.RELEASE</version>
17+
<version>2.2.2.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

0 commit comments

Comments
 (0)