Update SNAPSHOT to 1.2.0.RC1

This commit is contained in:
Spencer Gibb
2016-09-26 15:51:32 -06:00
parent b486928aab
commit c2c96700db
20 changed files with 28 additions and 32 deletions

View File

@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.0.RC1</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.1.RELEASE</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
@@ -24,7 +24,7 @@
<bintray.package>cli</bintray.package>
<docs.main>spring-cloud-cli</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<spring-boot.version>1.4.1.BUILD-SNAPSHOT</spring-boot.version>
<spring-boot.version>1.4.1.RELEASE</spring-boot.version>
</properties>
<modules>
<module>spring-cloud-launcher</module>
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Camden.BUILD-SNAPSHOT</version>
<version>Camden.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>