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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user