diff --git a/pom.xml b/pom.xml
index b04d9356d..a00359eb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.data
spring-data-commons-dist
Spring Data Commons Distribution
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0.M6
pom
diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml
index 9b8c48dab..5d635e9c6 100644
--- a/spring-data-commons-core/pom.xml
+++ b/spring-data-commons-core/pom.xml
@@ -4,7 +4,7 @@
org.springframework.data
spring-data-commons-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0.M6
../spring-data-commons-parent/pom.xml
spring-data-commons-core
diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml
index 4e243f88f..0bfd84d31 100644
--- a/spring-data-commons-parent/pom.xml
+++ b/spring-data-commons-parent/pom.xml
@@ -6,7 +6,7 @@
spring-data-commons-parent
Spring Data Commons Parent
http://www.springsource.org/spring-data
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0.M6
pom
UTF-8
diff --git a/src/assembly/distribution.xml b/src/assembly/distribution.xml
index e217ce3ff..be2655d7c 100644
--- a/src/assembly/distribution.xml
+++ b/src/assembly/distribution.xml
@@ -43,7 +43,6 @@
org.springframework.data:spring-data-commons-core
- org.springframework.data:spring-data-commons-aspects
dist
@@ -56,7 +55,6 @@
see pom.xml 'maven-source-plugin' declaration -->
org.springframework.data:spring-data-commons-core
- org.springframework.data:spring-data-commons-aspects
sources
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 5a5a2a653..be30766a8 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,15 @@
Spring Data Commons Changelog
=============================================
+Changes in version 1.0.0.M6 (2011-03-25)
+----------------------------------------
+
+General
+* extracted StateBackedCreator interface
+* added caching to AbstractConstructorEntityInstantiator
+* Use BeanUtils to instantiate objects to not enforce them to be public.
+
+
Changes in version 1.0.0.M5 (2011-03-23)
----------------------------------------