Revert "Updates SNAPSHOTS to 1.3.0.RC1"

This reverts commit deb448b594.
This commit is contained in:
Spencer Gibb
2017-03-20 12:07:34 -06:00
parent deb448b594
commit 48ffa3a5d0
19 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.3.0.RC1</version>
<version>1.3.0.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.3.1.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Dalston.RC1</version>
<version>Dalston.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>