Revert to snapshots

This commit is contained in:
Dave Syer
2016-08-23 09:16:41 +01:00
parent c35531c8e0
commit 598e79d1f5
5 changed files with 8 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.1.5.RELEASE</version>
<version>1.1.6.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.1.RELEASE</version>
<version>1.1.3.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
@@ -95,14 +95,14 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.4.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.5.RELEASE</version>
<version>1.1.6.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>