diff --git a/pom.xml b/pom.xml
index 1798dcd7a..d83e8c189 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.M2
pom
@@ -27,6 +27,28 @@
-5
+
+ olivergierke
+ Oliver Gierke
+ ogierke at vmware.com
+ SpringSource
+ http://www.SpringSource.com
+
+ Developer
+
+ +1
+
+
+ mhunger
+ Michael Hunger
+ michael.hunger at neotechnology.com
+ Neo Technology
+ http://www.neotechnology.com
+
+ Developer
+
+ +1
+
diff --git a/spring-data-commons-aspects/pom.xml b/spring-data-commons-aspects/pom.xml
index 6397e1519..71f21e5b2 100644
--- a/spring-data-commons-aspects/pom.xml
+++ b/spring-data-commons-aspects/pom.xml
@@ -4,7 +4,7 @@
org.springframework.data
spring-data-commons-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0.M2
../spring-data-commons-parent/pom.xml
spring-data-commons-aspects
diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml
index 5e825ae0c..57db09746 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.M2
../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 8df5e8ec0..a5c960359 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.M2
pom
UTF-8
@@ -15,7 +15,7 @@
1.2.15
1.8.4
1.5.10
- 3.0.4.RELEASE
+ 3.0.5.RELEASE
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 280f66203..6a982f92c 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,17 @@
Spring Data Commons Changelog
=============================================
+Changes in version 1.0.0.M2 (2011-01-31)
+----------------------------------------
+
+General
+* Indexed annotation now has an "indexName" attribute
+
+Repository
+* Improvements in the pagination support
+* Introduced Property abstraction for more sophisticated query method name parsing.
+* Made transaction support in repository factory base classes optional
+
Changes in version 1.0.0.M1 (2010-12-23)
----------------------------------------