format pom.xml files

This commit is contained in:
Spencer Gibb
2015-03-19 19:38:16 -06:00
parent c8a9d40547
commit b77cbbb603
7 changed files with 290 additions and 277 deletions

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath />
<relativePath/>
</parent>
<artifactId>spring-cloud-consul-docs</artifactId>
<packaging>pom</packaging>