diff --git a/pom.xml b/pom.xml index 39faac394e..b2c060e00e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,44 @@ spring-boot-build 1.0.0.BUILD-SNAPSHOT pom + Spring Boot Build + Spring Boot Build + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + https://github.com/spring-projects/spring-boot + + + + pwebb + Phillip Webb + pwebb at gopivotal.com + Pivotal Software, Inc. + http://www.spring.io + + Project lead + + + + dsyer + Dave Syer + dsyer at gopivotal.com + Pivotal Software, Inc. + http://www.spring.io + + Project lead + + + 3.0.0 diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 0033866e20..03279f6300 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -10,6 +10,13 @@ spring-boot-actuator jar + Spring Boot Actuator + Spring Boot Actuator + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/.. diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index 82814bc8b6..924b056f17 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -10,6 +10,13 @@ spring-boot-autoconfigure jar + Spring Boot AutoConfigure + Spring Boot AutoConfigure + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/.. diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 639b741c68..c93158f7ff 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -10,6 +10,13 @@ spring-boot-cli jar + Spring Boot CLI + Spring Boot CLI + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/.. org.springframework.boot.cli.SpringCli diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 2920012666..36f687bb55 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -6,6 +6,44 @@ spring-boot-dependencies 1.0.0.BUILD-SNAPSHOT pom + Spring Boot Dependencies + Spring Boot Dependencies + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + https://github.com/spring-projects/spring-boot + + + + pwebb + Phillip Webb + pwebb at gopivotal.com + Pivotal Software, Inc. + http://www.spring.io + + Project lead + + + + dsyer + Dave Syer + dsyer at gopivotal.com + Pivotal Software, Inc. + http://www.spring.io + + Project lead + + + 5.7.0 1.7.4 diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 074e7cdef8..c5358413a3 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -9,6 +9,13 @@ ../spring-boot-parent spring-boot-docs + Spring Boot Docs + Spring Boot Docs + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/.. diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml index 69d5fc58a9..8466e12de0 100644 --- a/spring-boot-full-build/pom.xml +++ b/spring-boot-full-build/pom.xml @@ -6,6 +6,44 @@ spring-boot-full-build 1.0.0.BUILD-SNAPSHOT pom + Spring Boot Full Build + Spring Boot Full Build + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + https://github.com/spring-projects/spring-boot + + + + pwebb + Phillip Webb + pwebb at gopivotal.com + Pivotal Software, Inc. + http://www.spring.io + + Project lead + + + + dsyer + Dave Syer + dsyer at gopivotal.com + Pivotal Software, Inc. + http://www.spring.io + + Project lead + + + ../ ../spring-boot-dependencies diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 4b68825703..22b5d574a2 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -10,6 +10,13 @@ spring-boot-integration-tests pom + Spring Boot Integration Tests + Spring Boot Integration Tests + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/.. diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 007664a8d1..6271213180 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -10,6 +10,13 @@ spring-boot-parent pom + Spring Boot Parent + Spring Boot Parent + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + 0.9.0.M4 1.6 diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index ff823ad917..840d3a557d 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -10,6 +10,13 @@ spring-boot-samples pom + Spring Boot Samples + Spring Boot Samples + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/.. diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml index 998b732b90..af8760ea43 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-actuator-log4j jar + Spring Boot Actuator Log4J Sample + Spring Boot Actuator Log4J Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml index a148d6fa32..ced26b5fea 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-actuator-noweb jar + Spring Boot Actuator Non-Web Sample + Spring Boot Actuator Non-Web Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml index f145407766..b02f173f67 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-actuator-ui jar + Spring Boot Actuator UI Sample + Spring Boot Actuator UI Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index 912653ea80..94bd6b9338 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-actuator jar + Spring Boot Actuator Sample + Spring Boot Actuator Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-amqp/pom.xml b/spring-boot-samples/spring-boot-sample-amqp/pom.xml index 8d1eb510f7..13ccc9f548 100644 --- a/spring-boot-samples/spring-boot-sample-amqp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-amqp/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-amqp jar + Spring Boot AMQP Sample + Spring Boot AMQP Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-aop/pom.xml b/spring-boot-samples/spring-boot-sample-aop/pom.xml index 17d3688d69..81011b1f2a 100644 --- a/spring-boot-samples/spring-boot-sample-aop/pom.xml +++ b/spring-boot-samples/spring-boot-sample-aop/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-aop jar + Spring Boot AOP Sample + Spring Boot AOP Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index 14f133882d..f05d86fff2 100644 --- a/spring-boot-samples/spring-boot-sample-batch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-batch/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-batch jar + Spring Boot Batch Sample + Spring Boot Batch Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml index 74eea97759..23b4c07c4a 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-data-jpa jar + Spring Boot Data JPA Sample + Spring Boot Data JPA Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml index 075d03cea6..4cb77e3a55 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-data-mongodb jar + Spring Boot Data MongoDB Sample + Spring Boot Data MongoDB Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml index f932baad1d..339a8148ca 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-data-redis jar + Spring Boot Data Redis Sample + Spring Boot Data Redis Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml index 16b01b2eca..c2a499e5ea 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-data-rest jar + Spring Boot Data REST Sample + Spring Boot Data REST Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-integration/pom.xml b/spring-boot-samples/spring-boot-sample-integration/pom.xml index 71d7d063f6..39148f4b58 100644 --- a/spring-boot-samples/spring-boot-sample-integration/pom.xml +++ b/spring-boot-samples/spring-boot-sample-integration/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-integration jar + Spring Boot Integration Sample + Spring Boot Integration Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-jetty/pom.xml b/spring-boot-samples/spring-boot-sample-jetty/pom.xml index dbb8354629..f5c24d7208 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-jetty jar + Spring Boot Jetty Sample + Spring Boot Jetty Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml index 021bc58ce8..54c4046683 100644 --- a/spring-boot-samples/spring-boot-sample-profile/pom.xml +++ b/spring-boot-samples/spring-boot-sample-profile/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-profile jar + Spring Boot Profile Sample + Spring Boot Profile Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-secure/pom.xml b/spring-boot-samples/spring-boot-sample-secure/pom.xml index 0f2bee855a..c5124a68b2 100644 --- a/spring-boot-samples/spring-boot-sample-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-secure/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-secure jar + Spring Boot Security Sample + Spring Boot Security Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-servlet/pom.xml b/spring-boot-samples/spring-boot-sample-servlet/pom.xml index 0b34a7539a..3f4f9b0530 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/pom.xml +++ b/spring-boot-samples/spring-boot-sample-servlet/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-servlet war + Spring Boot Servlet Sample + Spring Boot Servlet Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml index ea35420426..2eefe56e4b 100644 --- a/spring-boot-samples/spring-boot-sample-simple/pom.xml +++ b/spring-boot-samples/spring-boot-sample-simple/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-simple jar + Spring Boot Simple Sample + Spring Boot Simple Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml index 9341cf5bd7..2a7041f419 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-tomcat-multi-connectors jar + Spring Boot Multi-Connector Tomcat Sample + Spring Boot Multi-Connector Tomcat Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml index 2127bea6f5..a38413cabe 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-tomcat jar + Spring Boot Tomcat Sample + Spring Boot Tomcat Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-traditional/pom.xml b/spring-boot-samples/spring-boot-sample-traditional/pom.xml index be530801ab..b0646fb215 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/pom.xml +++ b/spring-boot-samples/spring-boot-sample-traditional/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-traditional war + Spring Boot Traditional Sample + Spring Boot Traditional Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml index 5cc6cee34a..05c9207432 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-web-jsp war + Spring Boot Web JSP Sample + Spring Boot Web JSP Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml index 3e06843f34..577375cebe 100644 --- a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-web-method-security jar + Spring Boot Web Method Security Sample + Spring Boot Web Method Security Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml index 91da773928..91258bb8af 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-web-secure jar + Spring Boot Web Secure Sample + Spring Boot Web Secure Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-static/pom.xml b/spring-boot-samples/spring-boot-sample-web-static/pom.xml index 9c6d1d4314..95da3bb03b 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-static/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-web-static war + Spring Boot Web Static Sample + Spring Boot Web Static Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml index 2930a58f0c..73a641eff5 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-web-ui jar + Spring Boot Web UI Sample + Spring Boot Web UI Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-websocket/pom.xml b/spring-boot-samples/spring-boot-sample-websocket/pom.xml index 9971911549..a63aa7cc89 100755 --- a/spring-boot-samples/spring-boot-sample-websocket/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket/pom.xml @@ -10,6 +10,13 @@ spring-boot-samples 1.0.0.BUILD-SNAPSHOT + Spring Boot WebSocket Sample + Spring Boot WebSocket Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. 1.7 diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index 1fb3a55535..cdc2cf6e48 100644 --- a/spring-boot-samples/spring-boot-sample-xml/pom.xml +++ b/spring-boot-samples/spring-boot-sample-xml/pom.xml @@ -10,6 +10,13 @@ spring-boot-sample-xml jar + Spring Boot XML Sample + Spring Boot XML Sample + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 642e7a5b8a..ebee7db4c8 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -10,6 +10,13 @@ spring-boot-starters pom + Spring Boot Starters + Spring Boot Starters + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/.. diff --git a/spring-boot-starters/spring-boot-starter-actuator/pom.xml b/spring-boot-starters/spring-boot-starter-actuator/pom.xml index 149cec6bd2..4ef9fe1b6e 100644 --- a/spring-boot-starters/spring-boot-starter-actuator/pom.xml +++ b/spring-boot-starters/spring-boot-starter-actuator/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-actuator jar + Spring Boot Actuator Starter + Spring Boot Actuator Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-amqp/pom.xml b/spring-boot-starters/spring-boot-starter-amqp/pom.xml index bc5340bae3..19ae166725 100644 --- a/spring-boot-starters/spring-boot-starter-amqp/pom.xml +++ b/spring-boot-starters/spring-boot-starter-amqp/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-amqp jar + Spring Boot AMPQ Starter + Spring Boot AMQP Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-aop/pom.xml b/spring-boot-starters/spring-boot-starter-aop/pom.xml index f2138f5e6b..e8eee25c51 100644 --- a/spring-boot-starters/spring-boot-starter-aop/pom.xml +++ b/spring-boot-starters/spring-boot-starter-aop/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-aop jar + Spring Boot AOP Starter + Spring Boot AOP Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-batch/pom.xml b/spring-boot-starters/spring-boot-starter-batch/pom.xml index 2d216b5e78..56c48e27c4 100644 --- a/spring-boot-starters/spring-boot-starter-batch/pom.xml +++ b/spring-boot-starters/spring-boot-starter-batch/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-batch jar + Spring Boot Batch Starter + Spring Boot Batch Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml index 9fe76a2433..a8781d1e88 100644 --- a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-data-jpa jar + Spring Boot Data JPA Starter + Spring Boot Data JPA Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml b/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml index 572997b024..93299674fc 100644 --- a/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-data-mongodb jar + Spring Boot Data MongoDB Starter + Spring Boot Data MongoDB Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml index 9a9720c142..e7fe16d1af 100644 --- a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-data-rest jar + Spring Boot Data REST Starter + Spring Boot Data REST Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-integration/pom.xml b/spring-boot-starters/spring-boot-starter-integration/pom.xml index 5c15f7b32d..85c5313303 100644 --- a/spring-boot-starters/spring-boot-starter-integration/pom.xml +++ b/spring-boot-starters/spring-boot-starter-integration/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-integration jar + Spring Boot Integration Starter + Spring Boot Integration Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml index da2923dbdc..59ef1d487c 100644 --- a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-jdbc jar + Spring Boot JDBC Starter + Spring Boot JDBC Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-starters/spring-boot-starter-jetty/pom.xml index b3ec068bf1..40496b24c1 100644 --- a/spring-boot-starters/spring-boot-starter-jetty/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jetty/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-jetty jar + Spring Boot Jetty Starter + Spring Boot Jetty Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-log4j/pom.xml b/spring-boot-starters/spring-boot-starter-log4j/pom.xml index 1f0f1b2a2f..297bbf859e 100644 --- a/spring-boot-starters/spring-boot-starter-log4j/pom.xml +++ b/spring-boot-starters/spring-boot-starter-log4j/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-log4j jar + Spring Boot Log4J Starter + Spring Boot Log4J Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-logging/pom.xml b/spring-boot-starters/spring-boot-starter-logging/pom.xml index f28a8ea99e..d2741d0a90 100644 --- a/spring-boot-starters/spring-boot-starter-logging/pom.xml +++ b/spring-boot-starters/spring-boot-starter-logging/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-logging jar + Spring Boot Logger Starter + Spring Boot Logger Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-mobile/pom.xml b/spring-boot-starters/spring-boot-starter-mobile/pom.xml index ba39ec9ec9..1932f52819 100644 --- a/spring-boot-starters/spring-boot-starter-mobile/pom.xml +++ b/spring-boot-starters/spring-boot-starter-mobile/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-mobile jar + Spring Boot Mobile Starter + Spring Boot Mobile Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 617a22fb95..8549bfc4f8 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -10,6 +10,13 @@ spring-boot-starter-parent pom + Spring Boot Starter Parent + Spring Boot Starter Parent + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + 1.6 UTF-8 diff --git a/spring-boot-starters/spring-boot-starter-redis/pom.xml b/spring-boot-starters/spring-boot-starter-redis/pom.xml index 731aee93dd..48d93242d7 100644 --- a/spring-boot-starters/spring-boot-starter-redis/pom.xml +++ b/spring-boot-starters/spring-boot-starter-redis/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-redis jar + Spring Boot Redis Starter + Spring Boot Redis Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml b/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml index c72c8ed3ec..460e85c1c3 100644 --- a/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml +++ b/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-remote-shell jar + Spring Boot Remote Shell Starter + Spring Boot Remote Shell Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index f2c3216ceb..2a07b2e901 100644 --- a/spring-boot-starters/spring-boot-starter-security/pom.xml +++ b/spring-boot-starters/spring-boot-starter-security/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-security jar + Spring Boot Security Starter + Spring Boot Security Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml index 3a946c27c3..6dbe14f028 100644 --- a/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-test jar + Spring Boot Test Starter + Spring Boot Test Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml index fd00cacc98..223dd0fdab 100644 --- a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml +++ b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-thymeleaf jar + Spring Boot Thymeleaf Starter + Spring Boot Thymeleaf Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml index 8727f55147..9db31da9dc 100644 --- a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml +++ b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-tomcat jar + Spring Boot Tomcat Starter + Spring Boot Tomcat Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-starters/spring-boot-starter-web/pom.xml index 714fccb02b..aa0b10daf8 100644 --- a/spring-boot-starters/spring-boot-starter-web/pom.xml +++ b/spring-boot-starters/spring-boot-starter-web/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-web jar + Spring Boot Web Starter + Spring Boot Web Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter-websocket/pom.xml b/spring-boot-starters/spring-boot-starter-websocket/pom.xml index fa2bd1c6e6..66a7bbd32b 100644 --- a/spring-boot-starters/spring-boot-starter-websocket/pom.xml +++ b/spring-boot-starters/spring-boot-starter-websocket/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter-websocket jar + Spring Boot WebSocket Starter + Spring Boot WebSocket Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml index 140dd40134..934d609c0d 100644 --- a/spring-boot-starters/spring-boot-starter/pom.xml +++ b/spring-boot-starters/spring-boot-starter/pom.xml @@ -9,6 +9,13 @@ spring-boot-starter jar + Spring Boot Starter + Spring Boot Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index d5bbe494fe..77032c8a9a 100644 --- a/spring-boot-tools/pom.xml +++ b/spring-boot-tools/pom.xml @@ -10,6 +10,13 @@ spring-boot-tools pom + Spring Boot Tools + Spring Boot Tools + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/.. diff --git a/spring-boot-tools/spring-boot-dependency-tools/pom.xml b/spring-boot-tools/spring-boot-dependency-tools/pom.xml index 4fb9b23e5a..f0b07185d4 100644 --- a/spring-boot-tools/spring-boot-dependency-tools/pom.xml +++ b/spring-boot-tools/spring-boot-dependency-tools/pom.xml @@ -9,6 +9,13 @@ spring-boot-dependency-tools jar + Spring Boot Dependency Tools + Spring Boot Dependency Tools + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. ${project.build.directory}/generated-resources/org/springframework/boot/dependency/tools diff --git a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index df22acd894..9601ebd68b 100644 --- a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -8,6 +8,13 @@ 1.0.0.BUILD-SNAPSHOT spring-boot-gradle-plugin + Spring Boot Gradle Plugin + Spring Boot Gradle Plugin + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-tools/spring-boot-loader-tools/pom.xml b/spring-boot-tools/spring-boot-loader-tools/pom.xml index 07a8a8dfab..80adbe5e06 100644 --- a/spring-boot-tools/spring-boot-loader-tools/pom.xml +++ b/spring-boot-tools/spring-boot-loader-tools/pom.xml @@ -9,6 +9,13 @@ spring-boot-loader-tools jar + Spring Boot Loader Tools + Spring Boot Loader Tools + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-tools/spring-boot-loader/pom.xml index ffdb9187e6..93b0aab785 100644 --- a/spring-boot-tools/spring-boot-loader/pom.xml +++ b/spring-boot-tools/spring-boot-loader/pom.xml @@ -9,6 +9,14 @@ spring-boot-loader jar + Spring Boot Loader + Spring Boot Loader + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + + ${basedir}/../.. diff --git a/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/pom.xml index 19457cb490..f7dbd8d760 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/pom.xml @@ -9,6 +9,13 @@ spring-boot-maven-plugin maven-plugin + Spring Boot Maven Plugin + Spring Boot Maven Plugin + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/../.. diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 8171fb91f5..ccdfcb663b 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -10,6 +10,13 @@ spring-boot jar + Spring Boot + Spring Boot + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + ${basedir}/..