Updated dependencies for RC1

updated to releases

Updated with last bits

Updated deployers  to RC1
This commit is contained in:
Glenn Renfro
2019-01-08 09:17:26 -05:00
parent 9c20e45771
commit 47f05c87e3
11 changed files with 25 additions and 25 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version>
<version>2.1.2.RELEASE</version>
<relativePath />
</parent>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.1.0.RC3</version>
<version>2.1.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.1.0.RC3</version>
<version>2.1.0.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>