diff --git a/README.md b/README.md index 686119af9..fa205f8cf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For those in a hurry: org.springframework.data spring-data-mongodb - 1.2.1.RELEASE + 1.2.3.RELEASE ``` diff --git a/pom.xml b/pom.xml index ab54898d6..54c92a698 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.0.3.RELEASE + 1.0.4.RELEASE ../spring-data-build/parent/pom.xml @@ -29,7 +29,7 @@ multi spring-data-mongodb - 1.5.2.BUILD-SNAPSHOT + 1.5.2.RELEASE 2.10.1 @@ -91,8 +91,8 @@ - spring-libs-snapshot - http://repo.springsource.org/libs-snapshot-local + spring-libs-release + http://repo.springsource.org/libs-release diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5fcaa20a5..694fc5d3d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,12 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.2.3.GA (2013-07-24) +---------------------------------------- +** Task + * [DATAMONGO-728] - Add missing package-info.java files + * [DATAMONGO-729] - Release 1.2.3. + Changes in version 1.2.2.GA (2013-07-19) ---------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 1d7f20ca5..b2a5716ee 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Document 1.2.2 +Spring Data Document 1.2.3 Copyright (c) [2010-2013] SpringSource, a division of VMware, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 06d08c46e..c63a53473 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING DATA MongoDB 1.2.2.GA +SPRING DATA MongoDB 1.2.3.GA ---------------------------- Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).