diff --git a/README.md b/README.md
index f3ec53dee..692109b38 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Add the Maven dependency:
org.springframework.data
spring-data-mongodb
- 1.2.3.RELEASE
+ 1.3.1.RELEASE
```
@@ -36,7 +36,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
org.springframework.data
spring-data-mongodb
- 1.3.0.BUILD-SNAPSHOT
+ 1.4.0.BUILD-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 4e4ba4613..45d87fc63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
multi
spring-data-mongodb
- 1.6.0.RELEASE
+ 1.6.1.RELEASE
2.10.1
diff --git a/spring-data-mongodb-cross-store/pom.xml b/spring-data-mongodb-cross-store/pom.xml
index 861940c84..42e2792d5 100644
--- a/spring-data-mongodb-cross-store/pom.xml
+++ b/spring-data-mongodb-cross-store/pom.xml
@@ -6,7 +6,7 @@
org.springframework.data
spring-data-mongodb-parent
- 1.4.0.BUILD-SNAPSHOT
+ 1.3.1.BUILD-SNAPSHOT
../pom.xml
diff --git a/spring-data-mongodb-distribution/pom.xml b/spring-data-mongodb-distribution/pom.xml
index ea8f84005..627895ed7 100644
--- a/spring-data-mongodb-distribution/pom.xml
+++ b/spring-data-mongodb-distribution/pom.xml
@@ -13,7 +13,7 @@
org.springframework.data
spring-data-mongodb-parent
- 1.4.0.BUILD-SNAPSHOT
+ 1.3.1.BUILD-SNAPSHOT
../pom.xml
diff --git a/spring-data-mongodb-log4j/pom.xml b/spring-data-mongodb-log4j/pom.xml
index 77e587ab0..cb6e4c55b 100644
--- a/spring-data-mongodb-log4j/pom.xml
+++ b/spring-data-mongodb-log4j/pom.xml
@@ -5,7 +5,7 @@
org.springframework.data
spring-data-mongodb-parent
- 1.4.0.BUILD-SNAPSHOT
+ 1.3.1.BUILD-SNAPSHOT
../pom.xml
diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml
index da94c8847..394e3caa8 100644
--- a/spring-data-mongodb/pom.xml
+++ b/spring-data-mongodb/pom.xml
@@ -11,7 +11,7 @@
org.springframework.data
spring-data-mongodb-parent
- 1.4.0.BUILD-SNAPSHOT
+ 1.3.1.BUILD-SNAPSHOT
../pom.xml
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 71ffaf618..4d61c8c0c 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -76,10 +76,10 @@
Appendix
-
+
-
+
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 59aa5b582..5e30155c4 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,11 @@
Spring Data MongoDB Changelog
=============================
+Changes in version 1.3.1.RELEASE (2013-09-09)
+---------------------------------------------
+** Task
+ * [DATAMONGO-751] Upgraded to Spring Data Commons 1.6.1.
+
Changes in version 1.3.0.RELEASE (2013-09-09)
---------------------------------------------
** Bug
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 0b7b8ff62..6ee5b1efc 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data Document 1.3.0 RELEASE
+Spring Data Document 1.3.1 RELEASE
Copyright (c) [2010-2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").