Updated Dependencies to RC1 or RELEASE

This commit is contained in:
Glenn Renfro
2019-10-24 12:20:37 -04:00
parent 338f19c9e9
commit 27edcdf949
10 changed files with 23 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RELEASE</version>
<relativePath />
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC1</version>
<scope>test</scope>
</dependency>
<dependency>