Update to 1.4.0.RELEASE with Edgware.RELEASE

This commit is contained in:
Spencer Gibb
2017-11-22 17:10:20 -05:00
parent b6f21a0221
commit b96d49e765
20 changed files with 30 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.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.5.BUILD-SNAPSHOT</version>
<version>1.3.6.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.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>