Skip to content

Commit 0af7f7e

Browse files
author
Phillip Webb
committed
Add missing POM info
1 parent 488b033 commit 0af7f7e

File tree

68 files changed

+570
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+570
-0
lines changed

pom.xml

+38
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,44 @@
66
<artifactId>spring-boot-build</artifactId>
77
<version>1.0.0.BUILD-SNAPSHOT</version>
88
<packaging>pom</packaging>
9+
<name>Spring Boot Build</name>
10+
<description>Spring Boot Build</description>
11+
<url>http://projects.spring.io/spring-boot/</url>
12+
<organization>
13+
<name>Pivotal Software, Inc.</name>
14+
<url>http://www.spring.io</url>
15+
</organization>
16+
<licenses>
17+
<license>
18+
<name>Apache License, Version 2.0</name>
19+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
20+
</license>
21+
</licenses>
22+
<scm>
23+
<url>https://github.com/spring-projects/spring-boot</url>
24+
</scm>
25+
<developers>
26+
<developer>
27+
<id>pwebb</id>
28+
<name>Phillip Webb</name>
29+
<email>pwebb at gopivotal.com</email>
30+
<organization>Pivotal Software, Inc.</organization>
31+
<organizationUrl>http://www.spring.io</organizationUrl>
32+
<roles>
33+
<role>Project lead</role>
34+
</roles>
35+
</developer>
36+
<developer>
37+
<id>dsyer</id>
38+
<name>Dave Syer</name>
39+
<email>dsyer at gopivotal.com</email>
40+
<organization>Pivotal Software, Inc.</organization>
41+
<organizationUrl>http://www.spring.io</organizationUrl>
42+
<roles>
43+
<role>Project lead</role>
44+
</roles>
45+
</developer>
46+
</developers>
947
<prerequisites>
1048
<maven>3.0.0</maven>
1149
</prerequisites>

spring-boot-actuator/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-actuator</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Actuator</name>
14+
<description>Spring Boot Actuator</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/..</main.basedir>
1522
</properties>

spring-boot-autoconfigure/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-autoconfigure</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot AutoConfigure</name>
14+
<description>Spring Boot AutoConfigure</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/..</main.basedir>
1522
</properties>

spring-boot-cli/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-cli</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot CLI</name>
14+
<description>Spring Boot CLI</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/..</main.basedir>
1522
<start-class>org.springframework.boot.cli.SpringCli</start-class>

spring-boot-dependencies/pom.xml

+38
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,44 @@
66
<artifactId>spring-boot-dependencies</artifactId>
77
<version>1.0.0.BUILD-SNAPSHOT</version>
88
<packaging>pom</packaging>
9+
<name>Spring Boot Dependencies</name>
10+
<description>Spring Boot Dependencies</description>
11+
<url>http://projects.spring.io/spring-boot/</url>
12+
<organization>
13+
<name>Pivotal Software, Inc.</name>
14+
<url>http://www.spring.io</url>
15+
</organization>
16+
<licenses>
17+
<license>
18+
<name>Apache License, Version 2.0</name>
19+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
20+
</license>
21+
</licenses>
22+
<scm>
23+
<url>https://github.com/spring-projects/spring-boot</url>
24+
</scm>
25+
<developers>
26+
<developer>
27+
<id>pwebb</id>
28+
<name>Phillip Webb</name>
29+
<email>pwebb at gopivotal.com</email>
30+
<organization>Pivotal Software, Inc.</organization>
31+
<organizationUrl>http://www.spring.io</organizationUrl>
32+
<roles>
33+
<role>Project lead</role>
34+
</roles>
35+
</developer>
36+
<developer>
37+
<id>dsyer</id>
38+
<name>Dave Syer</name>
39+
<email>dsyer at gopivotal.com</email>
40+
<organization>Pivotal Software, Inc.</organization>
41+
<organizationUrl>http://www.spring.io</organizationUrl>
42+
<roles>
43+
<role>Project lead</role>
44+
</roles>
45+
</developer>
46+
</developers>
947
<properties>
1048
<activemq.version>5.7.0</activemq.version>
1149
<aspectj.version>1.7.4</aspectj.version>

spring-boot-docs/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
<relativePath>../spring-boot-parent</relativePath>
1010
</parent>
1111
<artifactId>spring-boot-docs</artifactId>
12+
<name>Spring Boot Docs</name>
13+
<description>Spring Boot Docs</description>
14+
<url>http://projects.spring.io/spring-boot/</url>
15+
<organization>
16+
<name>Pivotal Software, Inc.</name>
17+
<url>http://www.spring.io</url>
18+
</organization>
1219
<properties>
1320
<main.basedir>${basedir}/..</main.basedir>
1421
</properties>

spring-boot-full-build/pom.xml

+38
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,44 @@
66
<artifactId>spring-boot-full-build</artifactId>
77
<version>1.0.0.BUILD-SNAPSHOT</version>
88
<packaging>pom</packaging>
9+
<name>Spring Boot Full Build</name>
10+
<description>Spring Boot Full Build</description>
11+
<url>http://projects.spring.io/spring-boot/</url>
12+
<organization>
13+
<name>Pivotal Software, Inc.</name>
14+
<url>http://www.spring.io</url>
15+
</organization>
16+
<licenses>
17+
<license>
18+
<name>Apache License, Version 2.0</name>
19+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
20+
</license>
21+
</licenses>
22+
<scm>
23+
<url>https://github.com/spring-projects/spring-boot</url>
24+
</scm>
25+
<developers>
26+
<developer>
27+
<id>pwebb</id>
28+
<name>Phillip Webb</name>
29+
<email>pwebb at gopivotal.com</email>
30+
<organization>Pivotal Software, Inc.</organization>
31+
<organizationUrl>http://www.spring.io</organizationUrl>
32+
<roles>
33+
<role>Project lead</role>
34+
</roles>
35+
</developer>
36+
<developer>
37+
<id>dsyer</id>
38+
<name>Dave Syer</name>
39+
<email>dsyer at gopivotal.com</email>
40+
<organization>Pivotal Software, Inc.</organization>
41+
<organizationUrl>http://www.spring.io</organizationUrl>
42+
<roles>
43+
<role>Project lead</role>
44+
</roles>
45+
</developer>
46+
</developers>
947
<modules>
1048
<module>../</module>
1149
<module>../spring-boot-dependencies</module>

spring-boot-integration-tests/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-integration-tests</artifactId>
1212
<packaging>pom</packaging>
13+
<name>Spring Boot Integration Tests</name>
14+
<description>Spring Boot Integration Tests</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/..</main.basedir>
1522
</properties>

spring-boot-parent/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-parent</artifactId>
1212
<packaging>pom</packaging>
13+
<name>Spring Boot Parent</name>
14+
<description>Spring Boot Parent</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<aether.version>0.9.0.M4</aether.version>
1522
<java.version>1.6</java.version>

spring-boot-samples/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-samples</artifactId>
1212
<packaging>pom</packaging>
13+
<name>Spring Boot Samples</name>
14+
<description>Spring Boot Samples</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Actuator Log4J Sample</name>
14+
<description>Spring Boot Actuator Log4J Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Actuator Non-Web Sample</name>
14+
<description>Spring Boot Actuator Non-Web Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-actuator-ui</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Actuator UI Sample</name>
14+
<description>Spring Boot Actuator UI Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-actuator/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-actuator</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Actuator Sample</name>
14+
<description>Spring Boot Actuator Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-amqp/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-amqp</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot AMQP Sample</name>
14+
<description>Spring Boot AMQP Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-aop/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-aop</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot AOP Sample</name>
14+
<description>Spring Boot AOP Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-batch/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-batch</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Batch Sample</name>
14+
<description>Spring Boot Batch Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-data-jpa</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Data JPA Sample</name>
14+
<description>Spring Boot Data JPA Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-data-mongodb</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Data MongoDB Sample</name>
14+
<description>Spring Boot Data MongoDB Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-data-redis/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-data-redis</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Data Redis Sample</name>
14+
<description>Spring Boot Data Redis Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

spring-boot-samples/spring-boot-sample-data-rest/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</parent>
1111
<artifactId>spring-boot-sample-data-rest</artifactId>
1212
<packaging>jar</packaging>
13+
<name>Spring Boot Data REST Sample</name>
14+
<description>Spring Boot Data REST Sample</description>
15+
<url>http://projects.spring.io/spring-boot/</url>
16+
<organization>
17+
<name>Pivotal Software, Inc.</name>
18+
<url>http://www.spring.io</url>
19+
</organization>
1320
<properties>
1421
<main.basedir>${basedir}/../..</main.basedir>
1522
</properties>

0 commit comments

Comments
 (0)