|
5 | 5 | <groupId>org.springframework.data</groupId>
|
6 | 6 | <artifactId>spring-data-mongodb-parent</artifactId>
|
7 | 7 | <name>Spring Data MongoDB Parent</name>
|
| 8 | + <description>Spring Data project for MongoDB</description> |
8 | 9 | <url>http://www.springsource.org/spring-data/mongodb</url>
|
9 | 10 | <version>1.0.1.BUILD-SNAPSHOT</version>
|
10 | 11 | <packaging>pom</packaging>
|
|
22 | 23 | <data.commons.version>1.2.0.RELEASE</data.commons.version>
|
23 | 24 | <aspectj.version>1.6.11.RELEASE</aspectj.version>
|
24 | 25 | </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 | + |
25 | 99 | <profiles>
|
26 | 100 | <profile>
|
27 | 101 | <id>strict</id>
|
|
79 | 153 | <url>s3://maven.springframework.org/snapshot</url>
|
80 | 154 | </snapshotRepository>
|
81 | 155 | </distributionManagement>
|
| 156 | + <scm> |
| 157 | + <url>https://github.com/SpringSource/spring-data-mongodb</url> |
| 158 | + </scm> |
82 | 159 | <dependencyManagement>
|
83 | 160 | <!--
|
84 | 161 | inheritable <dependency> declarations for child poms. children still
|
|
0 commit comments