Revert to snapshots

This commit is contained in:
Dave Syer
2016-01-25 15:36:25 +00:00
parent 92b6a4d1e6
commit 2305011003
5 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-dependencies</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Commons Dependencies</name>
<description>Spring Cloud Commons Dependencies</description>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
@@ -23,17 +23,17 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>