diff --git a/pom.xml b/pom.xml index 48f17e446..aff158c57 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 org.springframework.data spring-data-commons-dist Spring Data Commons Distribution + Spring Data Commons + http://www.springsource.org/spring-data 1.3.0.BUILD-SNAPSHOT pom @@ -134,9 +135,7 @@ - + @@ -226,4 +225,10 @@ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version} + + + https://github.com/SpringSource/spring-data-commons + scm:git:git://github.com/SpringSource/spring-data-commons.git + scm:git:ssh://git@github.com:SpringSource/spring-data-commons.git + diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 2c9320bb6..4ba6b7364 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -4,6 +4,7 @@ org.springframework.data spring-data-commons-parent Spring Data Commons Parent + Spring Data Commons Parent http://www.springsource.org/spring-data 1.3.0.BUILD-SNAPSHOT pom @@ -27,6 +28,66 @@ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version} + + + + trisberg + Thomas Risberg + trisberg at vmware.com + SpringSource + http://www.SpringSource.com + + Project Admin + Developer + + -5 + + + olivergierke + Oliver Gierke + ogierke at vmware.com + SpringSource + http://www.SpringSource.com + + Developer + + +1 + + + mhunger + Michael Hunger + michael.hunger at neotechnology.com + Neo Technology + http://www.neotechnology.com + + Developer + + +1 + + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + 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. + + + @@ -144,4 +205,11 @@ + + + https://github.com/SpringSource/spring-data-commons + scm:git:git://github.com/SpringSource/spring-data-commons.git + scm:git:ssh://git@github.com:SpringSource/spring-data-commons.git + + diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index a37b95b51..7b052936a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ 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) -----------------------------------------