Version Updates

This commit is contained in:
Glenn Renfro
2019-10-04 09:31:45 -04:00
parent a5161f816e
commit 7fd0be5b0e
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.RC1</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.M4</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.M4</version>
<scope>test</scope>
</dependency>
<dependency>