Update SNAPSHOT to 1.3.0.RELEASE

This commit is contained in:
Spencer Gibb
2017-04-12 13:22:21 -06:00
parent 23e9722dae
commit 55c1eacdfa
20 changed files with 25 additions and 26 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.BUILD-SNAPSHOT</version>
<version>1.3.0.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.1.BUILD-SNAPSHOT</version>
<version>1.3.1.RELEASE</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
@@ -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>