Updated to include the release of Stream 2.1.2.

Also updated the Spring Cloud Dependencies to 2.1.3

Added version updates to the sample apps
This commit is contained in:
Glenn Renfro
2019-03-04 09:23:02 -05:00
parent b92cf0163f
commit 10a781d9cd
6 changed files with 11 additions and 11 deletions

View File

@@ -109,10 +109,10 @@
</modules>
<properties>
<spring-cloud-stream.version>2.1.1.RELEASE</spring-cloud-stream.version>
<spring-cloud-stream.version>2.1.2.RELEASE</spring-cloud-stream.version>
<spring-cloud-deployer.version>2.0.0.RELEASE</spring-cloud-deployer.version>
<spring-cloud-deployer-local.version>2.0.0.RELEASE</spring-cloud-deployer-local.version>
<spring-cloud-stream-binder-rabbit.version>2.1.1.RELEASE</spring-cloud-stream-binder-rabbit.version>
<spring-cloud-stream-binder-rabbit.version>2.1.2.RELEASE</spring-cloud-stream-binder-rabbit.version>
<commons-logging.version>1.1</commons-logging.version>
<java-ee-api.version>8.0</java-ee-api.version>
<junit.version>5.3.1</junit.version>

View File

@@ -10,7 +10,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.1.1.RELEASE</version>
<version>2.1.3.RELEASE</version>
<relativePath />
</parent>

View File

@@ -47,19 +47,19 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support-internal</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -42,13 +42,13 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>