Updated to the Stream M3 release

This commit is contained in:
Glenn Renfro
2017-11-09 13:47:08 -05:00
parent e279846e7e
commit 6ef80f2a50
5 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M3</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M3</version>
<scope>test</scope>
</dependency>
<dependency>