Update to 1.0.0.RELEASE

This commit is contained in:
Dave Syer
2015-03-03 14:14:55 +00:00
parent b607516ed9
commit 2be8e90fa0
13 changed files with 26 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sample-zuul-proxy-eureka</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<packaging>jar</packaging>
<name>spring-cloud-sample-zuul-proxy-eureka</name>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>