Update netflix dependencies to 1.0.2

Also use <properties/> to specify all starter depdendency versions
so users can override them.
This commit is contained in:
Dave Syer
2015-04-30 12:10:52 +02:00
parent a55246b152
commit 629c4addec
11 changed files with 60 additions and 57 deletions

View File

@@ -5,7 +5,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>../spring-cloud-starter-parent</relativePath>
</parent>
<artifactId>spring-cloud-starter-eureka-server</artifactId>