Upgrade to 1.0.2 staters

This commit is contained in:
Dave Syer
2015-04-30 12:17:12 +02:00
parent b4a600945c
commit 4e988c2b58
17 changed files with 28 additions and 74 deletions

View File

@@ -3,9 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sample-configserver-eureka</artifactId>
<version>1.0.1.RELEASE</version>
<packaging>jar</packaging>
<name>spring-cloud-sample-configserver-eureka</name>
@@ -14,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>