Revert to snapshots

This commit is contained in:
Dave Syer
2016-01-25 15:51:47 +00:00
parent 909e113198
commit d720b7bdb3
6 changed files with 15 additions and 15 deletions

View File

@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-docs</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.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>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Config</name>
<description>Spring Cloud Config</description>
@@ -11,7 +11,7 @@
<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/> <!-- lookup parent from repository -->
</parent>
<scm>
@@ -22,8 +22,8 @@
</scm>
<properties>
<bintray.package>config</bintray.package>
<spring-cloud-config.version>1.0.4.RELEASE</spring-cloud-config.version>
<spring-cloud-commons.version>1.0.4.RELEASE</spring-cloud-commons.version>
<spring-cloud-config.version>1.0.5.BUILD-SNAPSHOT</spring-cloud-config.version>
<spring-cloud-commons.version>1.0.5.BUILD-SNAPSHOT</spring-cloud-commons.version>
</properties>
<modules>
<module>spring-cloud-config-dependencies</module>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-dependencies</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Config</name>
<description>Spring Cloud Config</description>
@@ -11,12 +11,12 @@
<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>
<bintray.package>config</bintray.package>
<spring-cloud-commons.version>1.0.4.RELEASE</spring-cloud-commons.version>
<spring-cloud-commons.version>1.0.5.BUILD-SNAPSHOT</spring-cloud-commons.version>
</properties>
<dependencyManagement>
<dependencies>
@@ -30,17 +30,17 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-client</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>