|
|
|
|
@ -4,6 +4,7 @@
@@ -4,6 +4,7 @@
|
|
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
|
<artifactId>spring-data-commons-parent</artifactId> |
|
|
|
|
<name>Spring Data Commons Parent</name> |
|
|
|
|
<description>Spring Data Commons Parent</description> |
|
|
|
|
<url>http://www.springsource.org/spring-data</url> |
|
|
|
|
<version>1.3.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
@ -28,6 +29,66 @@
@@ -28,6 +29,66 @@
|
|
|
|
|
</site> |
|
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
|
|
<developers> |
|
|
|
|
<developer> |
|
|
|
|
<id>trisberg</id> |
|
|
|
|
<name>Thomas Risberg</name> |
|
|
|
|
<email>trisberg at vmware.com</email> |
|
|
|
|
<organization>SpringSource</organization> |
|
|
|
|
<organizationUrl>http://www.SpringSource.com</organizationUrl> |
|
|
|
|
<roles> |
|
|
|
|
<role>Project Admin</role> |
|
|
|
|
<role>Developer</role> |
|
|
|
|
</roles> |
|
|
|
|
<timezone>-5</timezone> |
|
|
|
|
</developer> |
|
|
|
|
<developer> |
|
|
|
|
<id>olivergierke</id> |
|
|
|
|
<name>Oliver Gierke</name> |
|
|
|
|
<email>ogierke at vmware.com</email> |
|
|
|
|
<organization>SpringSource</organization> |
|
|
|
|
<organizationUrl>http://www.SpringSource.com</organizationUrl> |
|
|
|
|
<roles> |
|
|
|
|
<role>Developer</role> |
|
|
|
|
</roles> |
|
|
|
|
<timezone>+1</timezone> |
|
|
|
|
</developer> |
|
|
|
|
<developer> |
|
|
|
|
<id>mhunger</id> |
|
|
|
|
<name>Michael Hunger</name> |
|
|
|
|
<email>michael.hunger at neotechnology.com</email> |
|
|
|
|
<organization>Neo Technology</organization> |
|
|
|
|
<organizationUrl>http://www.neotechnology.com</organizationUrl> |
|
|
|
|
<roles> |
|
|
|
|
<role>Developer</role> |
|
|
|
|
</roles> |
|
|
|
|
<timezone>+1</timezone> |
|
|
|
|
</developer> |
|
|
|
|
</developers> |
|
|
|
|
|
|
|
|
|
<licenses> |
|
|
|
|
<license> |
|
|
|
|
<name>Apache License, Version 2.0</name> |
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url> |
|
|
|
|
<comments> |
|
|
|
|
Copyright 2010 the original author or authors. |
|
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
you may not use this file except in compliance with the License. |
|
|
|
|
You may obtain a copy of the License at |
|
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0 |
|
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software |
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, |
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
|
|
|
|
implied. |
|
|
|
|
See the License for the specific language governing permissions and |
|
|
|
|
limitations under the License. |
|
|
|
|
</comments> |
|
|
|
|
</license> |
|
|
|
|
</licenses> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
@ -144,4 +205,11 @@
@@ -144,4 +205,11 @@
|
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
<scm> |
|
|
|
|
<url>https://github.com/SpringSource/spring-data-commons</url> |
|
|
|
|
<connection>scm:git:git://github.com/SpringSource/spring-data-commons.git</connection> |
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com:SpringSource/spring-data-commons.git</developerConnection> |
|
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
</project> |
|
|
|
|
|