diff --git a/pom.xml b/pom.xml
index 36acd0fb7..57d113335 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.data.build
spring-data-parent
- 1.1.0.RELEASE
+ 1.1.1.RELEASE
../spring-data-build/parent/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.2.1
- 1.6.0.BUILD-SNAPSHOT
+ 1.6.0.RC1
@@ -416,8 +416,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 5af61ddda..cc226d2b5 100644
--- a/readme.md
+++ b/readme.md
@@ -29,17 +29,8 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.1.0.BUILD-SNAPSHOT
-
-
-
- spring-maven-snapshot
-
- true
-
- Springframework Maven SNAPSHOT Repository
- http://maven.springframework.org/snapshot
-
+ 1.3.4.RELEASE
+
```
Also include your JPA persistence provider of choice (Hibernate, EclipseLink, OpenJpa). Setup basic Spring JPA configuration as well as Spring Data JPA repository support.
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 1da12caff..56cfc1ff1 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 eb1f92e30..d9de1b34e 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,50 @@
Spring Data JPA Changelog
=========================
+Changes in version 1.4.0.RC1 (2012-08-01)
+-----------------------------------------
+* Sort with aggregate properties results in an invalid alias being generated and added to the query (DATAJPA-148)
+* Composite Primary Key Class With Foreign Key using IdClass results in TypeMismatchException (DATAJPA-269)
+* Sort by property of an associated object doesn't work. Join type should be LEFT OUTER JOIN for sorting on associated objects. (DATAJPA-346)
+* @IdClass of @MappedSuperclass is not supported (DATAJPA-348)
+* SimpleJpaQuery validates count queries to aggressively (DATAJPA-352)
+* ClasspathScanningPersistenceUnitPostProcessor does not resolve mapping files properly (DATAJPA-353)
+* @Lock annotation doesn't work on (at least) findOne method (DATAJPA-359)
+* Improve SimpleJpaRepository.delete(ID id) by removing superfluous call to exists(…). (DATAJPA-363)
+* NullPointerException for manually defined queries with multiple named like expressions (DATAJPA-373)
+* Count queries should be issued without ORDER BY clause (DATAJPA-377)
+* JpaRepository.findAll(Iterable ids) should return List, not Iterable (DATAJPA-357)
+* Improve QueryDslJpaRepository.findAll(Predicate, Pageable) (DATAJPA-361)
+* Explain usage of SpEL Expression in @Query(...) on Repository methods (DATAJPA-368)
+* Problems with entities weaved by EclipseLink (DATAJPA-376)
+* Add support for TemporalType parameter in named queries (DATAJPA-107)
+* Passing parameters from child classes to the parents' annotations (DATAJPA-170)
+* Ref doc - explain about save strategy repositories (DATAJPA-344)
+* Add missing package-info.java files (DATAJPA-370)
+* Release 1.4 RC1 (DATAJPA-379)
+
+Changes in version 1.3.4.RELEASE (2013-07-24)
+---------------------------------------------
+* Fixed NullPointerException for manually defined queries with multiple named like expressions (DATAJPA-373)
+* Added missing package-info.java files (DATAJPA-370)
+
+Changes in version 1.3.3.RELEASE (2013-07-19)
+---------------------------------------------
+* Sort with aggregate properties results in an invalid alias being generated and added to the query (DATAJPA-148)
+* Repository injection fails if BeanPostProcessor depends on repository (DATAJPA-335)
+* New LIKE expression handling breaks backward compatibility (DATAJPA-341)
+* Wrong calculation of total number of elements when using DISTINCT clause (DATAJPA-342)
+* Subselect bug introduced in the snapshot on 20130507 (DATAJPA-343)
+* @IdClass of @MappedSuperclass is not supported (DATAJPA-348)
+* Improve query validation by creating explicit EntityManager instance (DATAJPA-350)
+* @Lock annotation doesn't work on (at least) findOne method (DATAJPA-359)
+* Improve SimpleJpaRepository.delete(ID id) by removing superfluous call to exists(…). (DATAJPA-363)
+* Open up OSGi manifest for Spring 4 (DATAJPA-339)
+* Impove OSGi manifest to allow usage with Spring 4 and Slf4j 1.6.x (DATAJPA-340)
+* @QueryHints can not be used in a meta annotation (DATAJPA-345)
+* Improve QueryDslJpaRepository.findAll(Predicate, Pageable) (DATAJPA-361)
+* Release 1.3.3 (DATAJPA-369)
+
Changes in version 1.4.0.M1 (2012-06-04)
----------------------------------------
* Upgrade to Querydsl 3.0.0 (DATAJPA-321, DATAJPA-320)
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 9618a8b61..4cf77604f 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,5 +1,5 @@
-Spring Data JPA 1.4 M1
-Copyright (c) [2011-2013] SpringSource, a division of VMware, Inc.
+Spring Data JPA 1.4 RC1
+Copyright (c) [2011-2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You may not use this product except in compliance with the License.
diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt
index d434e6b5a..85e52bdc1 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING DATA JPA 1.4.0 M1 (Jun 04, 2013)
+SPRING DATA JPA 1.4.0 RC1 (Aug 01, 2013)
---------------------------------------
Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).