Updated all versions to latest BUILD-SNAPSHOT

This commit is contained in:
Glenn Renfro
2019-03-04 10:20:08 -05:00
committed by Michael Minella
parent 697185ab5f
commit 1786732b40
7 changed files with 14 additions and 14 deletions

View File

@@ -45,7 +45,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>