DATAMONGO-755 - Prepare 1.2.4.RELEASE.

Upgraded to Spring Data Core 1.5.3. Updated changelog, readme etc.
This commit is contained in:
Oliver Gierke
2013-09-30 13:40:36 +02:00
parent bc3f44197b
commit 0afd137e7d
4 changed files with 17 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.0.4.RELEASE</version>
<version>1.0.5.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -29,7 +29,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.5.2.RELEASE</springdata.commons>
<springdata.commons>1.5.3.RELEASE</springdata.commons>
<mongo>2.10.1</mongo>
</properties>