Update SNAPSHOT to 1.3.4.RELEASE

This commit is contained in:
Spencer Gibb
2017-07-21 13:26:05 -06:00
parent 49a5bd4bee
commit 7c6966331e
19 changed files with 29 additions and 29 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.4.BUILD-SNAPSHOT</version>
<version>1.3.4.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.2.RELEASE</version>
<version>1.3.3.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.SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>