DATACMNS-149 - Updated changelog and pom.xml.

Fixed pom.xml to match requirements of Maven central.
This commit is contained in:
Oliver Gierke
2012-05-16 16:55:42 +02:00
parent cee108d6e9
commit ec87165c30
3 changed files with 91 additions and 5 deletions

View File

@@ -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)
-----------------------------------------