Update to 1.3.1.RELEASE

This commit is contained in:
Dave Syer
2017-04-26 09:45:42 +01:00
parent be32049485
commit cb2cd7144b
15 changed files with 20 additions and 20 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.3.1.BUILD-SNAPSHOT</version>
<version>1.3.1.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.2.BUILD-SNAPSHOT</version>
<version>1.3.2.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.5.3.BUILD-SNAPSHOT</spring-boot.version>
<spring-boot.version>1.5.3.RELEASE</spring-boot.version>
</properties>
<modules>
<module>spring-cloud-launcher</module>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Dalston.BUILD-SNAPSHOT</version>
<version>Dalston.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>