Fix docs
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -14,6 +14,11 @@
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<bintray.package>cloudfoundry</bintray.package>
|
||||
<main.basedir>${basedir}</main.basedir>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/spring-cloud/spring-cloud-consul</url>
|
||||
<connection>
|
||||
@@ -29,13 +34,13 @@
|
||||
<module>spring-cloud-cloudfoundry-discovery</module>
|
||||
<module>spring-cloud-cloudfoundry-web</module>
|
||||
<module>spring-cloud-cloudfoundry-sample</module>
|
||||
<module>docs</module>
|
||||
</modules>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
@@ -71,11 +76,4 @@
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
<properties>
|
||||
<cloudfoundry.version>0.0.1-SNAPSHOT</cloudfoundry.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user