Updated versions prior to release

This commit is contained in:
Michael Minella
2018-04-13 17:16:56 -05:00
parent 5672b326ed
commit 508aa84d83
7 changed files with 13 additions and 13 deletions

View File

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