diff --git a/pom.xml b/pom.xml
index 39f23d980..78dfb9b2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.data.build
spring-data-parent
- 1.0.3.RELEASE
+ 1.0.4.RELEASE
../spring-data-build/parent/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.2.1
- 1.5.1.RELEASE
+ 1.5.2.RELEASE
diff --git a/readme.md b/readme.md
index 14b4af05c..714030b35 100644
--- a/readme.md
+++ b/readme.md
@@ -29,7 +29,7 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.3.1.RELEASE
+ 1.3.3.RELEASE
```
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index b1390af8e..826d962b0 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -47,7 +47,7 @@
Reference Documentation
-
+
@@ -57,10 +57,10 @@
Appendix
-
+
-
+
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 13f3740b8..ab376a469 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,23 @@
Spring Data JPA Changelog
=========================
+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.3.2.RELEASE (2013-05-02)
---------------------------------------------
* Release 1.3.1 breaks auditing (DATAJPA-336)
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 35088c204..1f35d2f3b 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data JPA 1.3.1.RELEASE
+Spring Data JPA 1.3.3.RELEASE
Copyright (c) [2013] SpringSource, a division of VMware, 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 9f1a8c17e..092e8fcdd 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING DATA JPA 1.3.1.RELEASE (Apr 16, 2013)
+SPRING DATA JPA 1.3.3.RELEASE (Jul 19, 2013)
--------------------------------------------
Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).