diff --git a/pom.xml b/pom.xml
index 3bd090d39..f9edb667c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.data
spring-data-commons-dist
Spring Data Commons Distribution
- 1.2.0.BUILD-SNAPSHOT
+ 1.2.0.RELEASE
pom
@@ -344,12 +344,7 @@
repository.springframework.maven.release
Spring Framework Maven Release Repository
- http://maven.springframework.org/release
-
-
- repository.springframework.maven.milestone
- Spring Framework Maven Milestone Repository
- http://maven.springframework.org/milestone
+ http://repo.springsource.org/release
@@ -363,7 +358,7 @@
repository.springframework.maven.release
Spring Framework Maven Release Repository
- http://maven.springframework.org/release
+ http://repo.springsource.org/release
@@ -372,13 +367,12 @@
http://www.springsource.com/spring-data
static.springframework.org
-
- scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/snapshot-site
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version}
spring-milestone
- Spring Milestone Repository
- s3://maven.springframework.org/milestone
+ Spring Release Repository
+ s3://maven.springframework.org/release
spring-snapshot
diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml
index 9a5319422..cdda3dc0f 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.2.0.BUILD-SNAPSHOT
+ 1.2.0.RELEASE
../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 08248e2bc..fe4daed8d 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.2.0.BUILD-SNAPSHOT
+ 1.2.0.RELEASE
pom
UTF-8
@@ -65,9 +65,9 @@
- spring-milestone
- Spring Milestone Repository
- s3://maven.springframework.org/milestone
+ spring-release
+ Spring Release Repository
+ s3://maven.springframework.org/release
spring-snapshot
@@ -346,11 +346,6 @@
Spring Framework Maven Release Repository
http://repo.springsource.org/release
-
- repository.springframework.maven.milestone
- Spring Framework Maven Milestone Repository
- http://repo.springsource.org/milestone
-
querydsl
Mysema QueryDsl
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 76d000a38..56b953291 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,26 @@
Spring Data Commons Changelog
=============================================
+Changes in version 1.2.0.RELEASE (2011-12-22)
+---------------------------------------------
+
+** Bug
+ * [DATACMNS-109] - Upgrade to latest Querydsl
+ * [DATACMNS-114] - Wrong custom implementation automatically detected
+
+** Improvement
+ * [DATACMNS-112] - Upgrade to latest Querydsl
+ * [DATACMNS-116] - Synchronisation during performance tests - GenericTypeResolver
+
+** New Feature
+ * [DATACMNS-110] - Provide infrastructure for CDI integration for repositories
+ * [DATACMNS-113] - Add @ReadingConverter and @WritingConverter to resolve conversion disambiguities
+
+** Task
+ * [DATACMNS-104] - Upgrade to Spring 3.0.7.
+ * [DATACMNS-118] - Releases 1.2 GA
+
+
Changes in version 1.2.0.RC1 (2011-12-6)
----------------------------------------