Make starters independent of spring-cloud-starter-parent
This is an essential step in breaking the tie between the individual starters and the release train. Temporarily introduces a new parent that we can fact out sooner or later.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-parent</artifactId>
|
||||
<artifactId>spring-cloud-starter-build</artifactId>
|
||||
<version>1.0.3.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-cloud-starter-parent</relativePath>
|
||||
<relativePath>../spring-cloud-starter-build</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-eureka-server</artifactId>
|
||||
<name>spring-cloud-starter-eureka-server</name>
|
||||
|
||||
Reference in New Issue
Block a user