DATAMONGO-633 - Back down to bug fix versions of SD Parent and Core.

Avoid version bump to Querydsl 3.0.
This commit is contained in:
Oliver Gierke
2013-03-25 18:44:18 +01:00
parent e9a7e887be
commit e62437b64a

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -30,7 +30,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.5.0.RELEASE</springdata.commons>
<springdata.commons>1.5.1.BUILD-SNAPSHOT</springdata.commons>
<mongo>2.10.1</mongo>
</properties>