Skip to content

Commit

Permalink
Upgrade to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Feb 26, 2020
1 parent a9003e4 commit 174e4db
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 9 deletions.
4 changes: 2 additions & 2 deletions helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples.spring</groupId>
<artifactId>spring-rabbit-helloworld</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<packaging>jar</packaging>
<name>Spring AMQP Hello World</name>
<url>https://www.spring.io</url>
Expand All @@ -16,7 +16,7 @@
</description>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.amqp.version>2.2.4.RELEASE</spring.amqp.version>
<spring.amqp.version>2.2.5.RELEASE</spring.amqp.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
Expand Down
15 changes: 14 additions & 1 deletion log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework.amqp.samples</groupId>
<artifactId>log4j2</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<packaging>jar</packaging>

<name>log4j2</name>
Expand All @@ -21,6 +21,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<spring.amqp.version>2.2.5.RELEASE</spring.amqp.version>
</properties>

<dependencies>
Expand All @@ -40,6 +41,18 @@
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>${spring.amqp.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>${spring.amqp.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-samples</artifactId>
<name>Spring AMQP Samples</name>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>helloworld</module>
Expand Down
15 changes: 14 additions & 1 deletion spring-rabbit-confirms-returns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework.amqp.samples</groupId>
<artifactId>spring-rabbit-confirms-returns</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<packaging>jar</packaging>

<name>spring-rabbit-confirms-returns</name>
Expand All @@ -22,6 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring.amqp.version>2.2.5.RELEASE</spring.amqp.version>
</properties>

<dependencies>
Expand All @@ -30,6 +31,18 @@
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>${spring.amqp.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>${spring.amqp.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down
15 changes: 14 additions & 1 deletion spring-rabbit-global-errorhandler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.example</groupId>
<artifactId>spring-rabbit-global-errorhandler</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<packaging>jar</packaging>

<name>spring-rabbit-global-errorhandler</name>
Expand All @@ -22,6 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring.amqp.version>2.2.5.RELEASE</spring.amqp.version>
</properties>

<dependencies>
Expand All @@ -35,6 +36,18 @@
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>${spring.amqp.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>${spring.amqp.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down
15 changes: 14 additions & 1 deletion spring-rabbit-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.example</groupId>
<artifactId>spring-rabbit-json</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<packaging>jar</packaging>

<name>spring-rabbit-json</name>
Expand All @@ -22,6 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring.amqp.version>2.2.5.RELEASE</spring.amqp.version>
</properties>

<dependencies>
Expand All @@ -35,6 +36,18 @@
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>${spring.amqp.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>${spring.amqp.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions stocks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples.spring</groupId>
<artifactId>spring-rabbit-stocks</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<packaging>war</packaging>
<name>Spring Rabbit Stocks</name>
<url>https://www.spring.io</url>
Expand All @@ -16,7 +16,7 @@
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>5.2.0.RELEASE</spring.framework.version>
<spring.amqp.version>2.2.4.RELEASE</spring.amqp.version>
<spring.amqp.version>2.2.5.RELEASE</spring.amqp.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
Expand Down

0 comments on commit 174e4db

Please sign in to comment.