Browse Source

DATACMNS-149 - Updated changelog and pom.xml.

Fixed pom.xml to match requirements of Maven central.
1.3.x
Oliver Gierke 14 years ago
parent
commit
ec87165c30
  1. 15
      pom.xml
  2. 68
      spring-data-commons-parent/pom.xml
  3. 13
      src/main/resources/changelog.txt

15
pom.xml

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<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</description>
<url>http://www.springsource.org/spring-data</url>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -134,9 +135,7 @@
<include name="**/*.jpg" /> <include name="**/*.jpg" />
</fileset> </fileset>
</copy> </copy>
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" <move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/spring-data-commons-reference.pdf" failonerror="false" />
tofile="${project.basedir}/target/site/reference/pdf/spring-data-commons-reference.pdf"
failonerror="false" />
</postProcess> </postProcess>
</configuration> </configuration>
</plugin> </plugin>
@ -226,4 +225,10 @@
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version}</url> <url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version}</url>
</site> </site>
</distributionManagement> </distributionManagement>
<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> </project>

68
spring-data-commons-parent/pom.xml

@ -4,6 +4,7 @@
<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</description>
<url>http://www.springsource.org/spring-data</url> <url>http://www.springsource.org/spring-data</url>
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -27,6 +28,66 @@
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version}</url> <url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version}</url>
</site> </site>
</distributionManagement> </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> <dependencies>
@ -144,4 +205,11 @@
</snapshots> </snapshots>
</repository> </repository>
</repositories> </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> </project>

13
src/main/resources/changelog.txt

@ -1,6 +1,19 @@
Spring Data Commons Changelog Spring Data Commons Changelog
============================= =============================
Changes in version 1.3.0.RELEASE (2012-05-16)
---------------------------------------------
** Bug
* [DATACMNS-170] - Potential NullPointerException in ReflectionEntityInformation
** Improvement
* [DATACMNS-171] - QueryMethod should expose whether the method will be returning an entity
** Task
* [DATACMNS-149] - Release 1.3.0 Final
* [DATACMNS-162] - Briefly document CDI integration for repositories
Changes in version 1.3.0.RC2 (2012-05-02) Changes in version 1.3.0.RC2 (2012-05-02)
----------------------------------------- -----------------------------------------

Loading…
Cancel
Save