Add missing POM info

This commit is contained in:
Phillip Webb 2014-04-01 01:10:51 -07:00
parent 488b03387f
commit 0af7f7e347
68 changed files with 570 additions and 0 deletions

38
pom.xml
View File

@ -6,6 +6,44 @@
<artifactId>spring-boot-build</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Boot Build</name>
<description>Spring Boot Build</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/spring-projects/spring-boot</url>
</scm>
<developers>
<developer>
<id>pwebb</id>
<name>Phillip Webb</name>
<email>pwebb at gopivotal.com</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
<roles>
<role>Project lead</role>
</roles>
</developer>
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>dsyer at gopivotal.com</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
<roles>
<role>Project lead</role>
</roles>
</developer>
</developers>
<prerequisites>
<maven>3.0.0</maven>
</prerequisites>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-actuator</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Actuator</name>
<description>Spring Boot Actuator</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-autoconfigure</artifactId>
<packaging>jar</packaging>
<name>Spring Boot AutoConfigure</name>
<description>Spring Boot AutoConfigure</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-cli</artifactId>
<packaging>jar</packaging>
<name>Spring Boot CLI</name>
<description>Spring Boot CLI</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
<start-class>org.springframework.boot.cli.SpringCli</start-class>

View File

@ -6,6 +6,44 @@
<artifactId>spring-boot-dependencies</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Boot Dependencies</name>
<description>Spring Boot Dependencies</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/spring-projects/spring-boot</url>
</scm>
<developers>
<developer>
<id>pwebb</id>
<name>Phillip Webb</name>
<email>pwebb at gopivotal.com</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
<roles>
<role>Project lead</role>
</roles>
</developer>
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>dsyer at gopivotal.com</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
<roles>
<role>Project lead</role>
</roles>
</developer>
</developers>
<properties>
<activemq.version>5.7.0</activemq.version>
<aspectj.version>1.7.4</aspectj.version>

View File

@ -9,6 +9,13 @@
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-docs</artifactId>
<name>Spring Boot Docs</name>
<description>Spring Boot Docs</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>

View File

@ -6,6 +6,44 @@
<artifactId>spring-boot-full-build</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Boot Full Build</name>
<description>Spring Boot Full Build</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/spring-projects/spring-boot</url>
</scm>
<developers>
<developer>
<id>pwebb</id>
<name>Phillip Webb</name>
<email>pwebb at gopivotal.com</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
<roles>
<role>Project lead</role>
</roles>
</developer>
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>dsyer at gopivotal.com</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
<roles>
<role>Project lead</role>
</roles>
</developer>
</developers>
<modules>
<module>../</module>
<module>../spring-boot-dependencies</module>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-integration-tests</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Integration Tests</name>
<description>Spring Boot Integration Tests</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-parent</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Parent</name>
<description>Spring Boot Parent</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<aether.version>0.9.0.M4</aether.version>
<java.version>1.6</java.version>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-samples</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Samples</name>
<description>Spring Boot Samples</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Actuator Log4J Sample</name>
<description>Spring Boot Actuator Log4J Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Actuator Non-Web Sample</name>
<description>Spring Boot Actuator Non-Web Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-actuator-ui</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Actuator UI Sample</name>
<description>Spring Boot Actuator UI Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-actuator</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Actuator Sample</name>
<description>Spring Boot Actuator Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-amqp</artifactId>
<packaging>jar</packaging>
<name>Spring Boot AMQP Sample</name>
<description>Spring Boot AMQP Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-aop</artifactId>
<packaging>jar</packaging>
<name>Spring Boot AOP Sample</name>
<description>Spring Boot AOP Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-batch</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Batch Sample</name>
<description>Spring Boot Batch Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-data-jpa</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Data JPA Sample</name>
<description>Spring Boot Data JPA Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-data-mongodb</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Data MongoDB Sample</name>
<description>Spring Boot Data MongoDB Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-data-redis</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Data Redis Sample</name>
<description>Spring Boot Data Redis Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-data-rest</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Data REST Sample</name>
<description>Spring Boot Data REST Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-integration</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Integration Sample</name>
<description>Spring Boot Integration Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-jetty</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Jetty Sample</name>
<description>Spring Boot Jetty Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-profile</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Profile Sample</name>
<description>Spring Boot Profile Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-secure</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Security Sample</name>
<description>Spring Boot Security Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-servlet</artifactId>
<packaging>war</packaging>
<name>Spring Boot Servlet Sample</name>
<description>Spring Boot Servlet Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-simple</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Simple Sample</name>
<description>Spring Boot Simple Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-tomcat-multi-connectors</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Multi-Connector Tomcat Sample</name>
<description>Spring Boot Multi-Connector Tomcat Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-tomcat</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Tomcat Sample</name>
<description>Spring Boot Tomcat Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-traditional</artifactId>
<packaging>war</packaging>
<name>Spring Boot Traditional Sample</name>
<description>Spring Boot Traditional Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-web-jsp</artifactId>
<packaging>war</packaging>
<name>Spring Boot Web JSP Sample</name>
<description>Spring Boot Web JSP Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-web-method-security</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Web Method Security Sample</name>
<description>Spring Boot Web Method Security Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-web-secure</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Web Secure Sample</name>
<description>Spring Boot Web Secure Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-web-static</artifactId>
<packaging>war</packaging>
<name>Spring Boot Web Static Sample</name>
<description>Spring Boot Web Static Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-web-ui</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Web UI Sample</name>
<description>Spring Boot Web UI Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
<artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<name>Spring Boot WebSocket Sample</name>
<description>Spring Boot WebSocket Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<java.version>1.7</java.version>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-sample-xml</artifactId>
<packaging>jar</packaging>
<name>Spring Boot XML Sample</name>
<description>Spring Boot XML Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-starters</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Starters</name>
<description>Spring Boot Starters</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-actuator</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Actuator Starter</name>
<description>Spring Boot Actuator Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-amqp</artifactId>
<packaging>jar</packaging>
<name>Spring Boot AMPQ Starter</name>
<description>Spring Boot AMQP Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-aop</artifactId>
<packaging>jar</packaging>
<name>Spring Boot AOP Starter</name>
<description>Spring Boot AOP Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-batch</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Batch Starter</name>
<description>Spring Boot Batch Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Data JPA Starter</name>
<description>Spring Boot Data JPA Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Data MongoDB Starter</name>
<description>Spring Boot Data MongoDB Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-data-rest</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Data REST Starter</name>
<description>Spring Boot Data REST Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-integration</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Integration Starter</name>
<description>Spring Boot Integration Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-jdbc</artifactId>
<packaging>jar</packaging>
<name>Spring Boot JDBC Starter</name>
<description>Spring Boot JDBC Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-jetty</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Jetty Starter</name>
<description>Spring Boot Jetty Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-log4j</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Log4J Starter</name>
<description>Spring Boot Log4J Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-logging</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Logger Starter</name>
<description>Spring Boot Logger Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-mobile</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Mobile Starter</name>
<description>Spring Boot Mobile Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-starter-parent</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Starter Parent</name>
<description>Spring Boot Starter Parent</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<java.version>1.6</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-redis</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Redis Starter</name>
<description>Spring Boot Redis Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-remote-shell</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Remote Shell Starter</name>
<description>Spring Boot Remote Shell Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-security</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Security Starter</name>
<description>Spring Boot Security Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-test</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Test Starter</name>
<description>Spring Boot Test Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Thymeleaf Starter</name>
<description>Spring Boot Thymeleaf Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-tomcat</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Tomcat Starter</name>
<description>Spring Boot Tomcat Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-web</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Web Starter</name>
<description>Spring Boot Web Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter-websocket</artifactId>
<packaging>jar</packaging>
<name>Spring Boot WebSocket Starter</name>
<description>Spring Boot WebSocket Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-starter</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Starter</name>
<description>Spring Boot Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot-tools</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Tools</name>
<description>Spring Boot Tools</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-dependency-tools</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Dependency Tools</name>
<description>Spring Boot Dependency Tools</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<generated.pom.dir>${project.build.directory}/generated-resources/org/springframework/boot/dependency/tools</generated.pom.dir>

View File

@ -8,6 +8,13 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-gradle-plugin</artifactId>
<name>Spring Boot Gradle Plugin</name>
<description>Spring Boot Gradle Plugin</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-loader-tools</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Loader Tools</name>
<description>Spring Boot Loader Tools</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,14 @@
</parent>
<artifactId>spring-boot-loader</artifactId>
<packaging>jar</packaging>
<name>Spring Boot Loader</name>
<description>Spring Boot Loader</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -9,6 +9,13 @@
</parent>
<artifactId>spring-boot-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Spring Boot Maven Plugin</name>
<description>Spring Boot Maven Plugin</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

View File

@ -10,6 +10,13 @@
</parent>
<artifactId>spring-boot</artifactId>
<packaging>jar</packaging>
<name>Spring Boot</name>
<description>Spring Boot</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>