Switch parent of docs poms

This commit is contained in:
Dave Syer
2016-05-06 17:40:09 +01:00
parent 4932bba3fc
commit 78a67682c4

View File

@@ -4,14 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<relativePath />
<artifactId>spring-cloud-cloudfoundry</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-cloudfoundry-docs</artifactId>
<packaging>pom</packaging>
<name>Spring Cloud for Cloud Foundry Docs</name>
<version>1.0.0.BUILD-SNAPSHOT</version>
<description>Spring Cloud Docs</description>
<properties>
<docs.main>spring-cloud-cloudfoundry</docs.main>