Revert "Update SNAPSHOT to 1.2.3.RELEASE"

This reverts commit 7543b5d510.
This commit is contained in:
Spencer Gibb
2017-02-09 11:14:49 -07:00
parent 7543b5d510
commit c3d2fb3508
19 changed files with 32 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.3.RELEASE</version>
<version>1.2.3.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.2.2.RELEASE</version>
<version>1.2.2.BUILD-SNAPSHOT</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.4.RELEASE</spring-boot.version>
<spring-boot.version>1.4.4.BUILD-SNAPSHOT</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.SR5</version>
<version>Camden.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>