Updated Versions for Cloud Build and Stream

resolves #395
This commit is contained in:
Glenn Renfro
2018-02-26 17:26:29 -05:00
parent 860e514060
commit 63dfe406f5
9 changed files with 19 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RC1</version>
<version>2.0.0.RC2</version>
<relativePath />
</parent>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0.RC1</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.0.0.M4</version>
<version>2.0.0.RC1</version>
<scope>test</scope>
</dependency>
<dependency>