Skip to content

Commit 2f6c61e

Browse files
committed
DATAMONGO-395 - Polished pom.xml for Maven Central release.
1 parent d8bf7eb commit 2f6c61e

File tree

2 files changed

+94
-13
lines changed

2 files changed

+94
-13
lines changed

pom.xml

+17-13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-dist</artifactId>
77
<name>Spring Data MongoDB Distribution</name>
8+
<description>Spring Data project for MongoDB</description>
9+
<url>http://www.springsource.org/spring-data/mongodb</url>
810
<version>1.0.1.BUILD-SNAPSHOT</version>
911
<packaging>pom</packaging>
1012
<modules>
@@ -14,7 +16,18 @@
1416
<module>spring-data-mongodb-parent</module>
1517
</modules>
1618

17-
<developers>
19+
<developers>
20+
<developer>
21+
<id>ogierke</id>
22+
<name>Oliver Gierke</name>
23+
<email>ogierke at vmware.com</email>
24+
<organization>SpringSource</organization>
25+
<organizationUrl>http://www.springsource.com</organizationUrl>
26+
<roles>
27+
<role>Project lead</role>
28+
</roles>
29+
<timezone>+1</timezone>
30+
</developer>
1831
<developer>
1932
<id>trisberg</id>
2033
<name>Thomas Risberg</name>
@@ -39,17 +52,6 @@
3952
</roles>
4053
<timezone>-5</timezone>
4154
</developer>
42-
<developer>
43-
<id>ogierke</id>
44-
<name>Oliver Gierke</name>
45-
<email>ogierke at vmware.com</email>
46-
<organization>SpringSource</organization>
47-
<organizationUrl>http://www.springsource.com</organizationUrl>
48-
<roles>
49-
<role>Developer</role>
50-
</roles>
51-
<timezone>+1</timezone>
52-
</developer>
5355
<developer>
5456
<id>jbrisbin</id>
5557
<name>Jon Brisbin</name>
@@ -296,5 +298,7 @@
296298
<url>s3://maven.springframework.org/snapshot</url>
297299
</snapshotRepository>
298300
</distributionManagement>
299-
301+
<scm>
302+
<url>https://github.com/SpringSource/spring-data-mongodb</url>
303+
</scm>
300304
</project>

spring-data-mongodb-parent/pom.xml

+77
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
77
<name>Spring Data MongoDB Parent</name>
8+
<description>Spring Data project for MongoDB</description>
89
<url>http://www.springsource.org/spring-data/mongodb</url>
910
<version>1.0.1.BUILD-SNAPSHOT</version>
1011
<packaging>pom</packaging>
@@ -22,6 +23,79 @@
2223
<data.commons.version>1.2.0.RELEASE</data.commons.version>
2324
<aspectj.version>1.6.11.RELEASE</aspectj.version>
2425
</properties>
26+
27+
<developers>
28+
<developer>
29+
<id>ogierke</id>
30+
<name>Oliver Gierke</name>
31+
<email>ogierke at vmware.com</email>
32+
<organization>SpringSource</organization>
33+
<organizationUrl>http://www.springsource.com</organizationUrl>
34+
<roles>
35+
<role>Project lead</role>
36+
</roles>
37+
<timezone>+1</timezone>
38+
</developer>
39+
<developer>
40+
<id>trisberg</id>
41+
<name>Thomas Risberg</name>
42+
<email>trisberg at vmware.com</email>
43+
<organization>SpringSource</organization>
44+
<organizationUrl>http://www.SpringSource.com</organizationUrl>
45+
<roles>
46+
<role>Project Admin</role>
47+
<role>Developer</role>
48+
</roles>
49+
<timezone>-5</timezone>
50+
</developer>
51+
<developer>
52+
<id>mpollack</id>
53+
<name>Mark Pollack</name>
54+
<email>mpollack at vmware.com</email>
55+
<organization>SpringSource</organization>
56+
<organizationUrl>http://www.SpringSource.com</organizationUrl>
57+
<roles>
58+
<role>Project Admin</role>
59+
<role>Developer</role>
60+
</roles>
61+
<timezone>-5</timezone>
62+
</developer>
63+
<developer>
64+
<id>jbrisbin</id>
65+
<name>Jon Brisbin</name>
66+
<email>jbrisbin at vmware.com</email>
67+
<organization>SpringSource</organization>
68+
<organizationUrl>http://www.springsource.com</organizationUrl>
69+
<roles>
70+
<role>Developer</role>
71+
</roles>
72+
<timezone>-6</timezone>
73+
</developer>
74+
</developers>
75+
76+
<licenses>
77+
<license>
78+
<name>Apache License, Version 2.0</name>
79+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
80+
<comments>
81+
Copyright 2010 the original author or authors.
82+
83+
Licensed under the Apache License, Version 2.0 (the "License");
84+
you may not use this file except in compliance with the License.
85+
You may obtain a copy of the License at
86+
87+
http://www.apache.org/licenses/LICENSE-2.0
88+
89+
Unless required by applicable law or agreed to in writing, software
90+
distributed under the License is distributed on an "AS IS" BASIS,
91+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
92+
implied.
93+
See the License for the specific language governing permissions and
94+
limitations under the License.
95+
</comments>
96+
</license>
97+
</licenses>
98+
2599
<profiles>
26100
<profile>
27101
<id>strict</id>
@@ -79,6 +153,9 @@
79153
<url>s3://maven.springframework.org/snapshot</url>
80154
</snapshotRepository>
81155
</distributionManagement>
156+
<scm>
157+
<url>https://github.com/SpringSource/spring-data-mongodb</url>
158+
</scm>
82159
<dependencyManagement>
83160
<!--
84161
inheritable <dependency> declarations for child poms. children still

0 commit comments

Comments
 (0)