From 644ca6be07acf1184adf91df2299c4ab5e3a2ffc Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 15 Jan 2020 10:36:32 -0500 Subject: [PATCH] Upgrade to 2.1.13 --- .gitignore | 1 + helloworld/pom.xml | 4 ++-- log4j2/pom.xml | 2 +- pom.xml | 2 +- spring-rabbit-confirms-returns/pom.xml | 2 +- spring-rabbit-global-errorhandler/pom.xml | 2 +- spring-rabbit-json/pom.xml | 2 +- stocks/pom.xml | 4 ++-- 8 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f3e9259..2be387e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ jredis.log *.iml *.ipr *.iws +.sts4-cache diff --git a/helloworld/pom.xml b/helloworld/pom.xml index e0eab2f..6648415 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-helloworld - 2.1.12.RELEASE + 2.1.13.RELEASE jar Spring AMQP Hello World https://www.spring.io @@ -17,7 +17,7 @@ true 5.1.6.RELEASE - 2.1.12.RELEASE + 2.1.13.RELEASE UTF-8 1.8 false diff --git a/log4j2/pom.xml b/log4j2/pom.xml index 06ddd82..843d0a2 100644 --- a/log4j2/pom.xml +++ b/log4j2/pom.xml @@ -5,7 +5,7 @@ org.springframework.amqp.samples log4j2 - 2.1.12.RELEASE + 2.1.13.RELEASE jar log4j2 diff --git a/pom.xml b/pom.xml index 62b8902..b2b0a5d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.amqp spring-amqp-samples Spring AMQP Samples - 2.1.12.RELEASE + 2.1.13.RELEASE pom helloworld diff --git a/spring-rabbit-confirms-returns/pom.xml b/spring-rabbit-confirms-returns/pom.xml index 46530af..d7b1a3d 100644 --- a/spring-rabbit-confirms-returns/pom.xml +++ b/spring-rabbit-confirms-returns/pom.xml @@ -5,7 +5,7 @@ org.springframework.amqp.samples spring-rabbit-confirms-returns - 2.1.12.RELEASE + 2.1.13.RELEASE jar spring-rabbit-confirms-returns diff --git a/spring-rabbit-global-errorhandler/pom.xml b/spring-rabbit-global-errorhandler/pom.xml index dd09efd..cedaed8 100644 --- a/spring-rabbit-global-errorhandler/pom.xml +++ b/spring-rabbit-global-errorhandler/pom.xml @@ -5,7 +5,7 @@ com.example spring-rabbit-global-errorhandler - 2.1.12.RELEASE + 2.1.13.RELEASE jar spring-rabbit-global-errorhandler diff --git a/spring-rabbit-json/pom.xml b/spring-rabbit-json/pom.xml index e7b3ec5..fd74b2c 100644 --- a/spring-rabbit-json/pom.xml +++ b/spring-rabbit-json/pom.xml @@ -5,7 +5,7 @@ com.example spring-rabbit-json - 2.1.12.RELEASE + 2.1.13.RELEASE jar spring-rabbit-json diff --git a/stocks/pom.xml b/stocks/pom.xml index 3c6f9bd..3451a2b 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-stocks - 2.1.12.RELEASE + 2.1.13.RELEASE war Spring Rabbit Stocks https://www.spring.io @@ -16,7 +16,7 @@ true 5.1.6.RELEASE - 2.1.12.RELEASE + 2.1.13.RELEASE UTF-8 1.8 false