diff --git a/pom.xml b/pom.xml
index dd30b8745..303a521e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.data.build
spring-data-parent
- 1.3.0.BUILD-SNAPSHOT
+ 1.3.0.M1
../spring-data-build/parent/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.2.1
- 1.7.0.BUILD-SNAPSHOT
+ 1.7.0.M1
@@ -418,8 +418,8 @@
- spring-libs-snapshot
- http://repo.springsource.org/libs-snapshot-local
+ spring-libs-milestone
+ http://repo.springsource.org/libs-milestone-local
diff --git a/readme.md b/readme.md
index ce591dee7..2534ca5f4 100644
--- a/readme.md
+++ b/readme.md
@@ -30,7 +30,7 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.4.1.RELEASE
+ 1.4.2.RELEASE
```
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 1a82901f2..0130ff021 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -61,7 +61,7 @@
Reference Documentation
-
+
@@ -71,10 +71,10 @@
Appendix
-
+
-
+
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 1d8b20741..01dd6d85b 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,39 @@
Spring Data JPA Changelog
=========================
+Changes in version 1.5.0.M1 (2013-11-19)
+---------------------------------------------
+* CriteriaQuery caching causes problems with Hibernate's alias name generation in multithreaded environments (DATAJPA-396)
+* Unnecessary OUTER JOIN are generated for querying one single table (DATAJPA-401)
+* Unnecessary OUTER JOIN are generated when sorting on ElementCollection (DATAJPA-403)
+* Custom repository method doesn't parse OrderBy clause properly (DATAJPA-405)
+* Reference and Javadoc inconsistence - @Modifying.clearAutomatically default value (DATAJPA-406)
+* ClasspathScanningPersistenceUnitPostProcessor throws IndexOutOfBoundsException on Windows (DATAJPA-407)
+* org.springframework.data.jpa.repository.Query is not supported varargs (DATAJPA-415)
+* #entityName SpEL does not match alias regex when detecting alias (DATAJPA-424)
+* Make it possible to configure auditing with Java Config (DATAJPA-265)
+* Improve execution of native queries (DATAJPA-389)
+* Allow turning a CRUD method into a query method by annotating it with @Query (DATAJPA-398)
+* Add support for nested repositories (DATAJPA-416)
+* Upgrade to Spring Framework 3.2.5 (DATAJPA-418)
+* Improve accessibility of methods in SimpleJpaRepository (DATAJPA-426)
+* Add getReference method to the SimpleJpaRepository (DATAJPA-83)
+* @Lazy for interface defined repositories (DATAJPA-419)
+
+Changes in version 1.4.2.RELEASE (2013-10-25)
+---------------------------------------------
+* CriteriaQuery caching causes problems with Hibernate's alias name generation in multithreaded environments (DATAJPA-396)
+* Unnecessary OUTER JOIN are generated for querying one single table (DATAJPA-401)
+* Unnecessary OUTER JOIN are generated when sorting on ElementCollection (DATAJPA-403)
+* Reference and Javadoc inconsistence - @Modifying.clearAutomatically default value (DATAJPA-406)
+* ClasspathScanningPersistenceUnitPostProcessor throws IndexOutOfBoundsException on Windows (DATAJPA-407)
+* Add Java Config example to readme.md (DATAJPA-399)
+* Release 1.4.2 (DATAJPA-411)
+
+Changes in version 1.4.1.RELEASE (2013-09-09)
+---------------------------------------------
+* Update to Spring Data Commons 1.6.1 (DATAJPA-400)
+
Changes in version 1.4.0.RELEASE (2013-09-09)
---------------------------------------------
* The H2 database needs a quoted name parameter in a @Query annotation (DATAJPA-354)
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index d7ca28a7f..bd537bc3f 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data JPA 1.4.0 RELEASE
+Spring Data JPA 1.5.0 M1
Copyright (c) [2011-2013] Pivotal 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 85e52bdc1..fcdc3d6f3 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING DATA JPA 1.4.0 RC1 (Aug 01, 2013)
+SPRING DATA JPA 1.5.0 M1 (Nov 19, 2013)
---------------------------------------
Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).