From b306c82f2da82b6091eca4ae520dc30ecfd807bc Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 22 Apr 2015 11:38:31 +0200 Subject: [PATCH] Fix wrong version for Spring Cloud --- zuul-config-discovery/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul-config-discovery/pom.xml b/zuul-config-discovery/pom.xml index 0579443..65254bb 100755 --- a/zuul-config-discovery/pom.xml +++ b/zuul-config-discovery/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-sample-zuul-config-discovery - 1.0.0.BUILD-SNAPSHOT + 1.0.1.BUILD-SNAPSHOT jar spring-cloud-sample-zuul-config-discovery @@ -14,7 +14,7 @@ org.springframework.cloud spring-cloud-starter-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.1.BUILD-SNAPSHOT