Updating version for 2.2.0.M2

This commit is contained in:
Glenn Renfro
2019-08-01 14:01:12 -04:00
parent 4f1524a711
commit 7d7183e7f2
11 changed files with 28 additions and 23 deletions

View File

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