DATAJPA-338 - Prepare 1.3.2 release.
Updated changelog, polished pom.xml for release.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user