Revert to snapshots

This commit is contained in:
Dave Syer
2016-01-25 16:47:27 +00:00
parent 23f813fbc4
commit 8b1c8ffbd5
4 changed files with 10 additions and 10 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.0.5.RELEASE</version>
<version>1.0.6.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.0.5.RELEASE</version>
<version>1.0.6.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>