Set dependencies back to BUILD-SNAPSHOT

This commit is contained in:
Glenn Renfro
2019-11-25 16:33:14 -05:00
parent 1bfa6006ec
commit 98ba2dc1c1
11 changed files with 24 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.2.2.BUILD-SNAPSHOT</version>
<relativePath />
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.0.RELEASE</version>
<version>3.0.1.BUILD-SNAPSHOT</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.RELEASE</version>
<version>3.0.1.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>