diff --git a/pom.xml b/pom.xml
index 354111e80..b78cae6b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.data.build
spring-data-parent
- 1.1.1.RELEASE
+ 1.2.0.RELEASE
../spring-data-build/parent/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.2.1
- 1.6.0.RELEASE
+ 1.6.1.RELEASE
@@ -416,8 +416,8 @@
- spring-libs-snapshot
- http://repo.springsource.org/libs-snapshot-local
+ spring-libs-release
+ http://repo.springsource.org/libs-release-local
diff --git a/readme.md b/readme.md
index c7e6d0561..dfa8f81c7 100644
--- a/readme.md
+++ b/readme.md
@@ -29,7 +29,7 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.4.0.RELEASE
+ 1.4.1.RELEASE
```
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 1a82901f2..49256bf75 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..faca58b5d 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,10 @@
Spring Data JPA Changelog
=========================
+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..9094b3c15 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.4.1 RELEASE
Copyright (c) [2011-2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").