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-feign-eureka</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<packaging>jar</packaging>
<name>spring-cloud-sample-feign-eureka</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>