DATAMONGO-854 - Upgraded to Spring Data Commons snapshots.

Upgraded to snapshots of Spring Data Commons and the build parent.
This commit is contained in:
Oliver Gierke
2014-02-19 19:11:26 +01:00
parent 58bee75a6b
commit e3fa844488
2 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.3.0.RC1</version>
<version>1.3.0.BUILD-SNAPSHOT</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.0.RC1</springdata.commons>
<springdata.commons>1.7.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>2.11.4</mongo>
<mongo-osgi>${mongo}</mongo-osgi>
</properties>