diff --git a/pom.xml b/pom.xml
index 2ec1dd0d..a0f10f42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,13 +14,13 @@
org.springframework.data.build
spring-data-parent
- 1.2.0.RELEASE
+ 1.3.1.RELEASE
1.3.2
2.3.2
- 1.6.5.RELEASE
+ 1.7.1.RELEASE
1.0.0.GA
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 0a5c5ed9..4f3b0a73 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -10,6 +10,7 @@ Release Notes - Spring Data Couchbase - Version 1.0.0.RELEASE - 2014-03-13
* [DATACOUCH-55] - Allow support for custom object mapping (like Date objects)
* [DATACOUCH-72] - Update Couchbase SDK , Jackson and Spring-Data-Commons
* [DATACOUCH-75] - Trim off find on custom repository finder methods.
+ * [DATACOUCH-76] - Upgrade to latest spring-data-commons and parent
** New Feature
* [DATACOUCH-71] - Support for JS303 Validation (& template events)
diff --git a/template.mf b/template.mf
index 3e396567..9ee3f135 100644
--- a/template.mf
+++ b/template.mf
@@ -10,7 +10,7 @@ Import-Template:
com.couchbase.client.*;version="${couchbase:[=.=.=,+1.0.0)}",
net.spy.memcached.*;version="[2.8.0,3.0.0)",
com.fasterxml.jackson.*;version="${jackson:[=.=.=,+1.0.0)}",
- org.springframework.*;version="${spring30:[=.=.=.=,+1.1.0)}",
+ org.springframework.*;version="${spring:[=.=.=.=,+1.1.0)}",
org.springframework.data.*;version="${springdata.commons:[=.=.=.=,+1.0.0)}",
org.w3c.*;version="0.0.0",
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,