From 6d6fdc25c4535c3f9ec8340609f8bb90a7206b3d Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Tue, 2 Feb 2016 14:52:56 -0700 Subject: [PATCH] Formatting --- pom.xml | 366 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 185 insertions(+), 181 deletions(-) diff --git a/pom.xml b/pom.xml index f60f19e4..bc5b90d0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,28 +1,28 @@ - 4.0.0 - org.springframework.cloud - spring-cloud-build - 1.1.0.BUILD-SNAPSHOT - pom - Spring Cloud Parent - - org.springframework.boot - spring-boot-starter-parent - 1.3.2.RELEASE - - - - spring-cloud-dependencies-parent - - - 1.16.6 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.springframework.cloud + spring-cloud-build + 1.1.0.BUILD-SNAPSHOT + pom + Spring Cloud Parent + + org.springframework.boot + spring-boot-starter-parent + 1.3.2.RELEASE + + + + spring-cloud-dependencies-parent + + + 1.16.6 UTF-8 1.7 ${basedir} ${project.artifactId} - + Pivotal Software, Inc. http://www.spring.io @@ -31,23 +31,23 @@ Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 - -Copyright 2014-2015 the original author or authors. + + Copyright 2014-2015 the original author or authors. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -implied. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. -See the License for the specific language governing permissions and -limitations under the License. - + See the License for the specific language governing permissions and + limitations under the License. + @@ -84,25 +84,25 @@ limitations under the License. - - org.apache.maven.plugins - maven-enforcer-plugin - 1.4.1 - - - enforce-versions - - enforce - - - - - false - - - - - + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce-versions + + enforce + + + + + false + + + + + org.eclipse.m2e @@ -137,26 +137,27 @@ limitations under the License. - - - - org.springframework.security - spring-security-rsa - 1.0.1.RELEASE - - - org.projectlombok - lombok - ${lombok.version} - - - + + + + org.springframework.security + spring-security-rsa + 1.0.1.RELEASE + + + org.projectlombok + lombok + ${lombok.version} + + + https://github.com/spring-cloud spring-docs - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-cloud/docs/${project.artifactId}/${project.version} - + + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-cloud/docs/${project.artifactId}/${project.version} + repo.spring.io @@ -170,53 +171,53 @@ limitations under the License. - - spring - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/libs-snapshot-local - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/libs-milestone-local - - false - - - - spring-releases - Spring Releases - http://repo.spring.io/release - - false - - - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/libs-snapshot-local - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/libs-milestone-local - - false - - - - + + spring + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + http://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/libs-milestone-local + + false + + + + milestone @@ -239,23 +240,23 @@ limitations under the License. central - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + sonatype-nexus-snapshots @@ -374,7 +375,7 @@ limitations under the License. org.asciidoctor asciidoctor-maven-plugin - 1.5.2 + 1.5.2 generate-docs @@ -424,11 +425,11 @@ limitations under the License. jruby-complete 1.7.17 - - org.asciidoctor - asciidoctorj - 1.5.2 - + + org.asciidoctor + asciidoctorj + 1.5.2 + @@ -440,9 +441,9 @@ limitations under the License. - - - + + + @@ -456,8 +457,9 @@ limitations under the License. - + destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip"> + @@ -471,56 +473,56 @@ limitations under the License. true - - - + + + + override="true" input="${version-type}" regexp=".*\.(.*)" + replace="\1"/> + override="true" input="${version-type}" regexp="(M)\d+" + replace="MILESTONE"/> + override="true" input="${version-type}" regexp="(RC)\d+" + replace="MILESTONE"/> + override="true" input="${version-type}" regexp="BUILD-(.*)" + replace="SNAPSHOT"/> - + - + + input="${github-tag}" regexp=".*SNAPSHOT" replace="master"/> - - org.jfrog.buildinfo - artifactory-maven-plugin - 2.2.1 - - - build-info - - publish - - - - true - docs - - - https://repo.spring.io - libs-release-local - libs-snapshots-local - - - - - + + org.jfrog.buildinfo + artifactory-maven-plugin + 2.2.1 + + + build-info + + publish + + + + true + docs + + + https://repo.spring.io + libs-release-local + libs-snapshots-local + + + + + org.codehaus.mojo build-helper-maven-plugin @@ -534,7 +536,9 @@ limitations under the License. true - ${project.build.directory}/${project.artifactId}-${project.version}.zip + + ${project.build.directory}/${project.artifactId}-${project.version}.zip + zip