Update to SNAPSHOT

This commit is contained in:
Spencer Gibb
2017-04-12 13:39:47 -06:00
parent 55c1eacdfa
commit 2fb2a74e22
19 changed files with 30 additions and 30 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.0.RELEASE</version>
<version>1.3.1.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.3.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.5.2.RELEASE</spring-boot.version>
<spring-boot.version>1.5.3.BUILD-SNAPSHOT</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.RELEASE</version>
<version>Dalston.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>