diff --git a/pom.xml b/pom.xml
index dbccb18d0..6bec82dbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
org.springframework.data.build
spring-data-parent
- 1.3.2.BUILD-SNAPSHOT
+ 1.3.2.RELEASE
../spring-data-build/parent/pom.xml
@@ -208,8 +208,8 @@
- spring-libs-snapshot
- http://repo.spring.io/libs-snapshot
+ spring-libs-release
+ http://repo.spring.io/libs-release
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 561d008f0..ed48861a5 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,60 @@
Spring Data Commons Changelog
=============================
+Changes in version 1.7.2.RELEASE (2014-04-15)
+---------------------------------------------
+** Bug
+ * [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified
+ * [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types
+ * [DATACMNS-485] - Detected mapping ambiguity when using @TypeAlias on a class with generics type
+
+** Improvement
+ * [DATACMNS-478] - Spring Data Commons should be buildable using Java 8
+ * [DATACMNS-484] - Invalid grammar in exception message in RepositoryFactorySupport
+
+** Task
+ * [DATACMNS-488] - Release 1.7.2
+
+Changes in version 1.8.0.M1 (2014-03-30)
+----------------------------------------
+** Bug
+ * [DATACMNS-447] - AbstractMappingContext.getPersistentEntity: Order of strict checking and shouldCreatePersistentEntity is wrong
+ * [DATACMNS-453] - NullPointerException at listing non-CRUD repositories in RepositoryMetadata.isPageableRepository()
+ * [DATACMNS-460] - Repositories do not support array return type.
+ * [DATACMNS-462] - AbstractPersistentProperties prevents collection and map properties from being fully initialized upfront
+ * [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified
+ * [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types
+
+** Improvement
+ * [DATACMNS-138] - Document the lazy-init behavior of the AuditorAware (in the javadoc of the class as well as in the reference)
+ * [DATACMNS-243] - Pull up property access improvement from MongoPersistentProperty
+ * [DATACMNS-365] - @LastModifiedBy and @LastModifiedDate don't work on setters
+ * [DATACMNS-437] - Move GeoLocation object to Spring Data Commons.
+ * [DATACMNS-451] - Add custom CollectionFactory to customize collection and map instance creation.
+ * [DATACMNS-456] - RepositoryConfigurationSource should expose method to lookup String attributes
+ * [DATACMNS-457] - MappingContext should expose managed types and whether it has a PersistentEntity for a type
+ * [DATACMNS-458] - Introduce PersistentEntities value object
+ * [DATACMNS-461] - Cleanups in auditing configuration support
+ * [DATACMNS-466] - Detect invalid Spring version earlier
+ * [DATACMNS-468] - Remove obsolete generics for BeanWrapper
+ * [DATACMNS-475] - Add Jackson module to deserialize new geo types
+ * [DATACMNS-478] - Spring Data Commons should be buildable using Java 8
+ * [DATACMNS-480] - Add EntityInformation implementaiton based on PersistentEntity
+ * [DATACMNS-482] - Geospatial Types should be serializable
+
+** New Feature
+ * [DATACMNS-397] - Add support for pagination, without the need of a count query
+ * [DATACMNS-448] - Add support for 'remove', 'delete' keyword in order to be able to trigger store specific delete by queries.
+ * [DATACMNS-452] - Move types from store modules into Spring Data Commons
+ * [DATACMNS-474] - Allow conversion of Distance in other Metrics
+
+** Task
+ * [DATACMNS-450] - Release 1.8 M1
+ * [DATACMNS-464] - AbstractFallbackTransactionAttributeSource should consider repository target method transaction settings as fallback
+ * [DATACMNS-465] - Clean up template.mf
+ * [DATACMNS-470] - Remove code deprecated in 1.6
+ * [DATACMNS-471] - Add unit tests for PagedResourcesAssembler setup via XML
+
Changes in version 1.7.1.RELEASE (2014-03-13)
---------------------------------------------
** Bug
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 98806e2bc..2930d23c4 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,8 +1,8 @@
-Spring Data Commons 1.7.1 GA
+Spring Data Commons 1.7.2 GA
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.
+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.
This product may include a number of subcomponents with
separate copyright notices and license terms. Your use of the source
diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt
index fca6f9af0..09cfc1019 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,4 +1,4 @@
-Spring Data Commons 1.7.1 GA (March 13th, 2014)
+Spring Data Commons 1.7.2 GA (Apr 15th, 2014)
---------------------------------------------
Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).