Fix 1.0.1.RELEASE version labels

This commit is contained in:
Dave Syer
2015-04-22 11:40:55 +02:00
parent e6b9e9e12e
commit 08141a6cec

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sample-zuul-config-discovery</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<version>1.0.1.RELEASE</version>
<packaging>jar</packaging>
<name>spring-cloud-sample-zuul-config-discovery</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<version>1.0.1.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<properties>