diff --git a/pom.xml b/pom.xml
index 8bc8651f7..0042e3190 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
org.springframework.data.build
spring-data-parent
- 1.2.0.RELEASE
+ 1.2.1.RELEASE
../spring-data-build/parent/pom.xml
@@ -218,8 +218,15 @@
spring-libs-release
- http://repo.springsource.org/libs-release-local
+ http://repo.spring.io/libs-release
+
+
+ spring-plugins-release
+ http://repo.spring.io/plugins-release
+
+
+
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 6cd3c915e..57a440c11 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,55 @@
Spring Data Commons Changelog
=============================
+Changes in version 1.6.4.RELEASE (2014-02-17)
+---------------------------------------------
+** Bug
+ * [DATACMNS-407] - Incorrect prev and next links when using paging and sorting
+ * [DATACMNS-412] - Exception ' java.lang.IllegalArgumentException: Not an managed type' upon a tomcat context reload
+ * [DATACMNS-429] - PageRequest constructor documentation parameter order incorrect.
+ * [DATACMNS-432] - ConcurrentModificationException in Repositories.getRepoInfoFor(Repositories.java:183)
+ * [DATACMNS-436] - Order.ignoreCase not taken into account in equals(), hashCode() and toString()
+
+** Improvement
+ * [DATACMNS-433] - Add IsLike and IsNotLike
+ * [DATACMNS-439] - AnnotationRepositoryConfigurationSource support for REGEX
+ * [DATACMNS-440] - Special map type causes fallback to Object in ParameterizedTypeInformation
+
+** Task
+ * [DATACMNS-417] - Add contribution guidelines
+ * [DATACMNS-422] - Mitigate semantic changes in Spring 4.0's GenericTypeResolver
+ * [DATACMNS-438] - Release 1.6.4
+
+Changes in version 1.7.0.RC1 (2014-01-29)
+-----------------------------------------
+** Bug
+ * [DATACMNS-366] - PageableArgumentResolver does not support list of properties to sort on
+ * [DATACMNS-379] - SortHanderMethodArgumentResolver fails to resolve comma-only sort parameter
+ * [DATACMNS-407] - Incorrect prev and next links when using paging and sorting
+ * [DATACMNS-408] - Guard against invalid values when resolving pagination and sorting parameters from web requests
+ * [DATACMNS-412] - Exception 'java.lang.IllegalArgumentException: Not an managed type' upon a tomcat context reload
+ * [DATACMNS-415] - Performance improvements in configuration subsystem
+ * [DATACMNS-419] - PagedResourcesAssemblerArgumentResolver fails for methods with templated mappings
+ * [DATACMNS-429] - PageRequest constructor documentation parameter order incorrect.
+
+** Improvement
+ * [DATACMNS-402] - Add support for sorting by a QueryDSL OrderSpecifier.
+ * [DATACMNS-406] - Tighten contract for RepositoryMetadata implementations
+ * [DATACMNS-414] - Remove unnecessary generic type arguments in AuditingHandler
+ * [DATACMNS-416] - Provide means to eagerly enforce CDI repository beans
+ * [DATACMNS-418] - PagedResourcesAssembler should add self link to resources
+ * [DATACMNS-420] - Provide API to easily create repository bean definitions
+ * [DATACMNS-426] - ResourceMetadata should expose an isPagingRepository() method
+
+** Task
+ * [DATACMNS-417] - Add contribution guidelines
+ * [DATACMNS-421] - Clean up pom.xml after changes in Spring Data build
+ * [DATACMNS-422] - Mitigate semantic changes in Spring 4.0's GenericTypeResolver
+ * [DATACMNS-423] - Deprecate Jackson 1.x based repository initializers
+ * [DATACMNS-425] - Release Spring Data Commons 1.7.0.RC1
+ * [DATACMNS-430] - Use Jackson version properties from build parent
+ * [DATACMNS-431] - Code cleanups
+
Changes in version 1.6.3.RELEASE (2013-12-11)
---------------------------------------------
** Bug
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 4236961de..ca0b99c21 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,5 +1,5 @@
-Spring Data Commons 1.6.3
-Copyright (c) [2010-2013] Pivotal, Inc.
+Spring Data Commons 1.6.4
+Copyright (c) [2010-2014] Pivotal Software, 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 d57d3c287..fad3ef9c6 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,5 +1,5 @@
-SPRING DATA Commons 1.6.3 (Dec 11th 2013)
------------------------------------------
+Spring Data Commons 1.6.4 (Feb 17th, 2014)
+------------------------------------------
Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).