DATAMONGO-729 - Prepare 1.2.3 release.

Upgraded to Spring Data Build 1.0.4.RELEASE, Spring Data Commons 1.5.2.RELEASE. Updated changelog, notice and readmes. Removed Snapshot repository in favor of the release one.
This commit is contained in:
Oliver Gierke
2013-07-24 12:40:47 +02:00
parent 1124841e17
commit 67b91e446e
5 changed files with 13 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ For those in a hurry:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.2.1.RELEASE</version>
<version>1.2.3.RELEASE</version>
</dependency>
```