Consolidates references to parent pom

Some projects were failing on `./mvnw install` due to a non-existent
local path. This makes all poms use the same approach.
This commit is contained in:
Adrian Cole
2015-08-18 17:49:07 -07:00
parent 67748d6626
commit 54607135b6
14 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<relativePath/>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-eureka-server</artifactId>
<name>spring-cloud-starter-eureka-server</name>