diff --git a/pom.xml b/pom.xml
index 27cb5f784..d0e16be50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.data.build
spring-data-parent
- 1.4.0.BUILD-SNAPSHOT
+ 1.4.0.M1
../spring-data-build/parent/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.3.0
- 1.8.0.BUILD-SNAPSHOT
+ 1.8.0.M1
reuseReports
@@ -424,8 +424,8 @@
- spring-libs-snapshot
- http://repo.spring.io/libs-snapshot
+ spring-libs-milestone
+ http://repo.spring.io/libs-milestone
diff --git a/readme.md b/readme.md
index 977a2d88c..dd45e5e84 100644
--- a/readme.md
+++ b/readme.md
@@ -30,7 +30,7 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.5.0.RELEASE
+ 1.5.1.RELEASE
```
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 2657b723f..2e174410b 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -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 d258500c4..92cb4e111 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,55 @@
Spring Data JPA Changelog
=========================
+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)
+* Mitigate spec violations in Hibernate for query creation. (DATAJPA-476)
+* Fixed parameter binding detection with parentheses. (DATAJPA-483)
+* Upgraded to Hibernate profiles to 4.3.4 and 4.2.10. (DATAJPA-485)
+* Support order by arbitrarily nested association paths with Querydsl. (DATAJPA-491)
+* Altered implementation of findAll(Iterable) to work around bug in OpenJPA. (DATAJPA-492)
+* Fix template.mf to make sure auditing can be used on OSGi. (DATAJPA-494)
+* Query derivation doesn't create joins for in-clauses on element collections. (DATAJPA-496)
+
+Changes in version 1.4.5.RELEASE (2014-03-10)
+---------------------------------------------
+* When used "LIKE expression" and "other expression" at the same time, occurred the QuerySyntaxException of Hibernate. (DATAJPA-473)
+* IllegalStateException caused by QueryUtils.toExpressionRecursively(…). (DATAJPA-476)
+* findAll(Iterable) : Invalid comparation Exception thrown. (DATAJPA-492)
+* Improve FAQ, C2.1 on the SessionFactory replacement. (DATAJPA-462)
+* Documentation on CDI setup is incomplete. (DATAJPA-474)
+* Upgrade Hibernate build profiles to latest version. (DATAJPA-485)
+* Release 1.4.5. (DATAJPA-488)
+
Changes in version 1.5.0.RELEASE (2014-02-24)
-----------------------------------------
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index d38a749cf..371213842 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data JPA 1.5.0 RELEASE
+Spring Data JPA 1.6.0 M1
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 786da8b87..a8a636fdd 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,5 +1,5 @@
-Spring Data JPA 1.5.0 RELEASE (Feb 24th, 2014)
-----------------------------------------------
+Spring Data JPA 1.6.0 M1 (March 31th, 2014)
+-------------------------------------------
Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).