diff --git a/pom.xml b/pom.xml
index 221bdaef4..e87f30908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.data.build
spring-data-parent
- 1.3.2.BUILD-SNAPSHOT
+ 1.3.2.RELEASE
../spring-data-build/parent/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.2.1
- 1.7.2.BUILD-SNAPSHOT
+ 1.7.2.RELEASE
reuseReports
@@ -423,8 +423,8 @@
- spring-libs-snapshot
- http://repo.spring.io/libs-snapshot
+ spring-libs-release
+ http://repo.spring.io/libs-release
diff --git a/readme.md b/readme.md
index dd45e5e84..5d55057db 100644
--- a/readme.md
+++ b/readme.md
@@ -30,7 +30,7 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.5.1.RELEASE
+ 1.5.2.RELEASE
```
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 0b8813e47..c7d5197eb 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -5,7 +5,7 @@
Spring Data JPA - Reference Documentation
- version;
+ &version;
@@ -74,7 +74,7 @@
Reference Documentation
-
@@ -85,12 +85,12 @@
Appendix
-
-
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index e06bdb7b9..74439b07c 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,46 @@
Spring Data JPA Changelog
=========================
+Changes in version 1.5.2.RELEASE (2014-04-15)
+---------------------------------------------
+* Sorting for a field in a composite primary key throws "Can't cast to EntityPath". (DATAJPA-497)
+* Sorting of Embeddables raises ClassCastException. (DATAJPA-500)
+* OSGi version conflict regarding joda-time. (DATAJPA-502)
+* Error on QueryDSL after upgrade (DATAJPA-504)
+* Blob query result only returns first byte. (DATAJPA-505)
+* Entity name used in 'count' queries ignores the entity name set in ORM mapping file. (DATAJPA-509)
+* Performance tuning LockModePopulatingMethodIntercceptor.invoke(). (DATAJPA-507)
+* Improve error message for missing @Param annotations for query methods with named parameters. (DATAJPA-513)
+* Release 1.5.2. (DATAJPA-515)
+
+Changes in version 1.6.0.M1 (2014-03-31)
+----------------------------------------
+* Can't use pagination (Pageable) with @IdClass entities (spring-data-jpa 1.4.3 & Hibernate 4.1.9). (DATAJPA-472)
+* IllegalStateException caused by QueryUtils.toExpressionRecursively(…). (DATAJPA-476)
+* Parameter binding detection for in clause broken for parameters surrounded with parentheses. (DATAJPA-483)
+* findAll(Iterable) : Invalid comparation Exception thrown. (DATAJPA-492)
+* Missing Imports in Spring Data JPA for Auditing. (DATAJPA-494)
+* Query derivation doesn't create joins for in-clauses on element collections. (DATAJPA-496)
+* Sorting for a field in a composite primary key throws "Can't cast to EntityPath". (DATAJPA-497)
+* Sorting of Embeddables raises ClassCastException. (DATAJPA-500)
+* OSGi version conflict regarding joda-time. (DATAJPA-502)
+* Error on QueryDSL after upgrade. (DATAJPA-504)
+* Blob query result only returns first byte. (DATAJPA-505)
+* Support for @QueryHints on CRUD methods. (DATAJPA-173)
+* Add support for returning subtypes of Repository Entity in JpaRepository.saveAndFlush. (DATAJPA-464)
+* Postpone the construction of AuditorAware in AuditEntityListener. (DATAJPA-478)
+* Repositories should expose a single MappingContext instance. (DATAJPA-484)
+* Sort by property of an associated object generates left join only for the first level. (DATAJPA-491)
+* Update auditing configuration to be able to use accessor annotations. (DATAJPA-501)
+* Query creation for deleteBy / removeBy prefix. (DATAJPA-460)
+* Add support for lazy loading configuration via JPA 2.1 fetch-/loadgraph. (DATAJPA-466)
+* Add support for sliced execution. (DATAJPA-486)
+* Upgrade Hibernate build profiles to latest version. (DATAJPA-485)
+* Adapt to auditing configuration changes in Spring Data Commons. (DATAJPA-487)
+* Adapt to API changes in RepositoryProxyPostProcessor. (DATAJPA-489)
+* Upgrade to OpenJPA 2.3.0. (DATAJPA-493)
+* Release 1.6 M1. (DATAJPA-481)
+
Changes in version 1.5.1.RELEASE (2014-03-13)
---------------------------------------------
* Verify that pagination works with entities with @IdClass. (DATAJPA-472)
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 59021e52f..d7b3d9ac7 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data JPA 1.5.1 RELEASE
+Spring Data JPA 1.5.2 RELEASE
Copyright (c) [2011-2014] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt
index 446eeae55..950a4769d 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,5 +1,5 @@
-Spring Data JPA 1.5.1 RELEASE (Mar 13th, 2014)
-----------------------------------------------
+Spring Data JPA 1.5.2 RELEASE (April 15th, 2014)
+------------------------------------------------
Spring Data JPA is released under the terms of the Apache Software License Version 2.0 (see license.txt).