DATAMONGO-732 - Prepare 1.3.0.RC1.

Updated changelog, notice and readme. Upgraded to Spring Data Build parent 1.1.1.RELEASE. Upgraded to Spring Data Commons RC1. Switched to milestone repository. Updated links to the parts of the Spring Data Commons reference documentation.
This commit is contained in:
Oliver Gierke
2013-08-05 17:29:11 +02:00
parent f3f537c1a6
commit def6079795
6 changed files with 77 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.1.0.RELEASE</version>
<version>1.1.1.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.6.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.6.0.RC1</springdata.commons>
<mongo>2.10.1</mongo>
</properties>
@@ -91,8 +91,8 @@
<repositories>
<repository>
<id>spring-lib-snapshot</id>
<url>http://repo.springsource.org/libs-snapshot-local</url>
<id>spring-lib-milestone</id>
<url>http://repo.springsource.org/libs-milestone-local</url>
</repository>
</repositories>