Bumping versions

This commit is contained in:
buildmaster
2018-12-13 16:51:44 +00:00
parent 7f1ed1e96e
commit dc72ce6964
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.0.RC1</version>
<version>2.1.0.RC3</version>
<relativePath />
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.RELEASE</version>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-starter-parent</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.1.0.RC1</version>
<version>2.1.0.RC3</version>
<relativePath />
</parent>
<artifactId>spring-cloud-stream-dependencies</artifactId>

View File

@@ -4,13 +4,13 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.0.RC1</version>
<version>2.1.0.RC3</version>
<relativePath />
</parent>
<artifactId>spring-cloud-stream-docs</artifactId>
<name>spring-cloud-stream-docs</name>
<description>Spring Cloud Stream Docs</description>
<version>Fishtown.M4</version>
<version>Fishtown.BUILD-SNAPSHOT</version>
<properties>
<main.basedir>${basedir}/..</main.basedir>
<spring-cloud-stream.version>2.1.0.BUILD-SNAPSHOT</spring-cloud-stream.version>