Switch parent of docs poms

This commit is contained in:
Dave Syer
2016-05-06 17:40:09 +01:00
parent 2b4cc9db4e
commit b06331e957

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.RELEASE</version>
<relativePath />
<artifactId>spring-cloud-sleuth</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-sleuth-docs</artifactId>
<packaging>pom</packaging>
<name>Spring Cloud Sleuth Docs</name>
<version>1.0.0.BUILD-SNAPSHOT</version>
<description>Spring Sleuth Docs</description>
<properties>
<docs.main>spring-cloud-sleuth</docs.main>