DATAMONGO-911 - Prepare 1.4.2.RELEASE (Codd SR2).

Updated to Spring Data Build 1.3.2.RELEASE and Spring Data Commons 1.7.2.RELEASE. Update readme, changelog, notice to reflect recent version. Update pom.xml, index.xml to recent version.
This commit is contained in:
Christoph Strobl
2014-04-15 15:00:40 +02:00
committed by Oliver Gierke
parent abfb98afe1
commit 6eae6d3e2c
7 changed files with 72 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.3.2.BUILD-SNAPSHOT</version>
<version>1.3.2.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.7.2.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.7.2.RELEASE</springdata.commons>
<mongo>2.11.4</mongo>
<mongo-osgi>${mongo}</mongo-osgi>
</properties>
@@ -124,8 +124,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.spring.io/libs-snapshot/</url>
<id>spring-libs-release</id>
<url>http://repo.spring.io/libs-release/</url>
</repository>
</repositories>