DATAJPA-338 - Prepare 1.3.2 release.

Updated changelog, polished pom.xml for release.
This commit is contained in:
Oliver Gierke
2013-05-02 11:17:43 +02:00
parent da3ed79e80
commit 7c45c1d524
2 changed files with 8 additions and 2 deletions

View File

@@ -416,8 +416,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.springsource.org/lib-snapshot-local</url>
<id>spring-libs-release</id>
<url>http://repo.springsource.org/libs-release</url>
</repository>
</repositories>

View File

@@ -1,6 +1,12 @@
Spring Data JPA Changelog
=========================
Changes in version 1.3.2.RELEASE (2013-05-02)
---------------------------------------------
* Release 1.3.1 breaks auditing (DATAJPA-336)
* findAll(ids) throws SQL grammar exception when given an empty collection (DATAJPA-332)
* Invalid class name referenced in readme.md (DATAJPA-334)
Changes in version 1.3.1.RELEASE (2013-04-16)
---------------------------------------------
* Support query internal LIKE expressions (DATAJPA-292)