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:
Dave Syer
2015-06-24 17:35:42 +01:00
parent c80a234c82
commit 4bba2778ea
22 changed files with 456 additions and 97 deletions

View File

@@ -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-cloudfoundry</artifactId>
<name>spring-cloud-starter-cloudfoundry</name>