DATACMNS-130 - Prepare 1.2.1 release.
Polished pom.xml files to use repo.springsource.org repositories. Removed invalid XML element. Added pom information to deploy to Maven Central.
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -5,6 +5,8 @@
|
|||||||
<groupId>org.springframework.data</groupId>
|
<groupId>org.springframework.data</groupId>
|
||||||
<artifactId>spring-data-commons-dist</artifactId>
|
<artifactId>spring-data-commons-dist</artifactId>
|
||||||
<name>Spring Data Commons Distribution</name>
|
<name>Spring Data Commons Distribution</name>
|
||||||
|
<description>Spring Data Commons Distribution project</description>
|
||||||
|
<url>http://www.springframework.org/spring-data</url>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.BUILD-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
@@ -245,7 +247,6 @@
|
|||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.7</version>
|
<version>2.7</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<javadoc:aggregate>true</javadoc:aggregate>
|
|
||||||
<aggregate>true</aggregate>
|
<aggregate>true</aggregate>
|
||||||
<breakiterator>true</breakiterator>
|
<breakiterator>true</breakiterator>
|
||||||
<header>Spring Data Commons</header>
|
<header>Spring Data Commons</header>
|
||||||
@@ -380,4 +381,8 @@
|
|||||||
<url>s3://maven.springframework.org/snapshot</url>
|
<url>s3://maven.springframework.org/snapshot</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<url>https://github.com/SpringSource/spring-data-commons</url>
|
||||||
|
</scm>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -7,9 +7,11 @@
|
|||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.BUILD-SNAPSHOT</version>
|
||||||
<relativePath>../spring-data-commons-parent/pom.xml</relativePath>
|
<relativePath>../spring-data-commons-parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>spring-data-commons-core</artifactId>
|
<artifactId>spring-data-commons-core</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Spring Data Commons Core</name>
|
<name>Spring Data Commons Core</name>
|
||||||
|
<description>Spring Data Commons Core Library</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<querydsl.version>2.3.0</querydsl.version>
|
<querydsl.version>2.3.0</querydsl.version>
|
||||||
|
|||||||
@@ -5,9 +5,81 @@
|
|||||||
<groupId>org.springframework.data</groupId>
|
<groupId>org.springframework.data</groupId>
|
||||||
<artifactId>spring-data-commons-parent</artifactId>
|
<artifactId>spring-data-commons-parent</artifactId>
|
||||||
<name>Spring Data Commons Parent</name>
|
<name>Spring Data Commons Parent</name>
|
||||||
|
<description>Spring Data Commons Parent project</description>
|
||||||
<url>http://www.springsource.org/spring-data</url>
|
<url>http://www.springsource.org/spring-data</url>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.BUILD-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<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>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<!-- versions for commonly-used dependencies -->
|
<!-- versions for commonly-used dependencies -->
|
||||||
@@ -321,46 +393,26 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>
|
</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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>repository.springframework.maven.release</id>
|
<id>spring-libs-release</id>
|
||||||
<name>Spring Framework Maven Release Repository</name>
|
<name>Spring Framework Maven Release Repository</name>
|
||||||
<url>http://repo.springsource.org/release</url>
|
<url>https://repo.springsource.org/libs-release</url>
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>querydsl</id>
|
|
||||||
<name>Mysema QueryDsl</name>
|
|
||||||
<url>http://source.mysema.com/maven2/releases</url>
|
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</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>
|
</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>
|
<reporting>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -378,4 +430,8 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<url>https://github.com/SpringSource/spring-data-commons</url>
|
||||||
|
</scm>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user