fix parent pom and version

This commit is contained in:
Spencer Gibb
2015-10-23 14:41:38 -06:00
parent 4f08c3c899
commit 11117d822f

View File

@@ -4,12 +4,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<relativePath/>
<artifactId>spring-cloud-cloudfoundry</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-cloudfoundry</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<name>spring-cloud-starter-cloudfoundry</name>
<description>Spring Cloud Starter</description>
<url>http://projects.spring.io/spring-cloud</url>