Update to 1.4.0.RC1 for Finchley.RC1

This commit is contained in:
Spencer Gibb
2017-10-24 14:11:45 -04:00
parent 52cf87d728
commit 96a096de64
20 changed files with 24 additions and 24 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.4.0.BUILD-SNAPSHOT</version>
<version>1.4.0.RC1</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.5.BUILD-SNAPSHOT</version>
<version>1.3.5.RELEASE</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Edgware.BUILD-SNAPSHOT</version>
<version>Edgware.RC1</version>
<type>pom</type>
<scope>import</scope>
</dependency>