From 909e113198c3b414be1f0d3d10f5a8481f8652ac Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 25 Jan 2016 15:51:28 +0000 Subject: [PATCH] Update to 1.0.4 --- docs/pom.xml | 4 ++-- pom.xml | 8 ++++---- spring-cloud-config-client/pom.xml | 2 +- spring-cloud-config-dependencies/pom.xml | 12 ++++++------ spring-cloud-config-sample/pom.xml | 2 +- spring-cloud-config-server/pom.xml | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 2b6b6739..3f3c3b32 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -3,11 +3,11 @@ 4.0.0 org.springframework.cloud spring-cloud-config-docs - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE org.springframework.cloud spring-cloud-build - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE pom diff --git a/pom.xml b/pom.xml index 3cdd2ba7..2895d882 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud spring-cloud-config - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE pom Spring Cloud Config Spring Cloud Config @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-build - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE @@ -22,8 +22,8 @@ config - 1.0.4.BUILD-SNAPSHOT - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE + 1.0.4.RELEASE spring-cloud-config-dependencies diff --git a/spring-cloud-config-client/pom.xml b/spring-cloud-config-client/pom.xml index ee5fe4a0..2302ad06 100644 --- a/spring-cloud-config-client/pom.xml +++ b/spring-cloud-config-client/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-config - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE .. diff --git a/spring-cloud-config-dependencies/pom.xml b/spring-cloud-config-dependencies/pom.xml index edb9fb80..0ae7424e 100644 --- a/spring-cloud-config-dependencies/pom.xml +++ b/spring-cloud-config-dependencies/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud spring-cloud-config-dependencies - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE pom Spring Cloud Config Spring Cloud Config @@ -11,12 +11,12 @@ org.springframework.cloud spring-cloud-dependencies-parent - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE config - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE @@ -30,17 +30,17 @@ org.springframework.cloud spring-cloud-starter-config - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE org.springframework.cloud spring-cloud-config-client - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE org.springframework.cloud spring-cloud-config-server - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE org.springframework.retry diff --git a/spring-cloud-config-sample/pom.xml b/spring-cloud-config-sample/pom.xml index a74f04c7..93971563 100644 --- a/spring-cloud-config-sample/pom.xml +++ b/spring-cloud-config-sample/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-config - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE .. diff --git a/spring-cloud-config-server/pom.xml b/spring-cloud-config-server/pom.xml index 92f22dcf..dd80ab3e 100644 --- a/spring-cloud-config-server/pom.xml +++ b/spring-cloud-config-server/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-config - 1.0.4.BUILD-SNAPSHOT + 1.0.4.RELEASE ..