Update SNAPSHOT to 2.1.0.RC1

This commit is contained in:
buildmaster
2018-12-11 16:09:27 +00:00
parent daff90f230
commit 1251411295
9 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<packaging>pom</packaging>
<name>Spring Cloud Commons Parent</name>
<description>Spring Cloud Commons Parent</description>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>