|
|
|
|
@ -5,9 +5,81 @@
@@ -5,9 +5,81 @@
|
|
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
|
<artifactId>spring-data-commons-parent</artifactId> |
|
|
|
|
<name>Spring Data Commons Parent</name> |
|
|
|
|
<description>Spring Data Commons Parent project</description> |
|
|
|
|
<url>http://www.springsource.org/spring-data</url> |
|
|
|
|
<version>1.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
|
|
|
|
<licenses> |
|
|
|
|
<license> |
|
|
|
|
<name>Apache License, Version 2.0</name> |
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url> |
|
|
|
|
<comments> |
|
|
|
|
Copyright 2011 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> |
|
|
|
|
|
|
|
|
|
<developers> |
|
|
|
|
<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>Project lead</role> |
|
|
|
|
</roles> |
|
|
|
|
<timezone>+1</timezone> |
|
|
|
|
</developer> |
|
|
|
|
<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>mpollack</id> |
|
|
|
|
<name>Mark Pollack</name> |
|
|
|
|
<email>mpollack at vmware.com</email> |
|
|
|
|
<organization>SpringSource</organization> |
|
|
|
|
<organizationUrl>http://www.springsource.com</organizationUrl> |
|
|
|
|
<roles> |
|
|
|
|
<role>Developer</role> |
|
|
|
|
</roles> |
|
|
|
|
<timezone>-5</timezone> |
|
|
|
|
</developer> |
|
|
|
|
<developer> |
|
|
|
|
<id>jbrisbin</id> |
|
|
|
|
<name>Jon Brisbin</name> |
|
|
|
|
<email>jbrisbin at vmware.com</email> |
|
|
|
|
<organization>SpringSource</organization> |
|
|
|
|
<organizationUrl>http://www.springsource.com</organizationUrl> |
|
|
|
|
<roles> |
|
|
|
|
<role>Developer</role> |
|
|
|
|
</roles> |
|
|
|
|
<timezone>-6</timezone> |
|
|
|
|
</developer> |
|
|
|
|
</developers> |
|
|
|
|
<properties> |
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
<!-- versions for commonly-used dependencies --> |
|
|
|
|
@ -321,46 +393,26 @@
@@ -321,46 +393,26 @@
|
|
|
|
|
</plugins> |
|
|
|
|
</pluginManagement> |
|
|
|
|
</build> |
|
|
|
|
<pluginRepositories> |
|
|
|
|
<pluginRepository> |
|
|
|
|
<!-- necessary for bundlor and utils --> |
|
|
|
|
<id>repository.plugin.springsource.release</id> |
|
|
|
|
<name>SpringSource Maven Repository</name> |
|
|
|
|
<url>http://repository.springsource.com/maven/bundles/release</url> |
|
|
|
|
</pluginRepository> |
|
|
|
|
<!-- Necessary for AWS build extension --> |
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>repository.springframework.maven.release</id> |
|
|
|
|
<name>Spring Framework Maven Release Repository</name> |
|
|
|
|
<url>http://repo.springsource.org/release</url> |
|
|
|
|
</pluginRepository> |
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>querydsl</id> |
|
|
|
|
<name>QueryDsl</name> |
|
|
|
|
<url>http://source.mysema.com/maven2/releases</url> |
|
|
|
|
</pluginRepository> |
|
|
|
|
</pluginRepositories> |
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>repository.springframework.maven.release</id> |
|
|
|
|
<id>spring-libs-release</id> |
|
|
|
|
<name>Spring Framework Maven Release Repository</name> |
|
|
|
|
<url>http://repo.springsource.org/release</url> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>querydsl</id> |
|
|
|
|
<name>Mysema QueryDsl</name> |
|
|
|
|
<url>http://source.mysema.com/maven2/releases</url> |
|
|
|
|
<url>https://repo.springsource.org/libs-release</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<!-- Necessary for EJB Tx support in Commons Core --> |
|
|
|
|
<id>jboss</id> |
|
|
|
|
<name>JBoss repository</name> |
|
|
|
|
<url>https://repository.jboss.org/nexus/content/groups/public</url> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
<pluginRepositories> |
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>spring-plugins-release</id> |
|
|
|
|
<name>Spring Framework Maven Release Repository</name> |
|
|
|
|
<url>https://repo.springsource.org/plugins-release</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</pluginRepository> |
|
|
|
|
</pluginRepositories> |
|
|
|
|
<reporting> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
@ -378,4 +430,8 @@
@@ -378,4 +430,8 @@
|
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</reporting> |
|
|
|
|
|
|
|
|
|
<scm> |
|
|
|
|
<url>https://github.com/SpringSource/spring-data-commons</url> |
|
|
|
|
</scm> |
|
|
|
|
</project> |
|
|
|
|
|