Skip to content

Commit 41dcebb

Browse files
committed
DATAMONGO-559 - Upgraded to Spring Data Commons 1.5.0.BUILD-SNAPSHOT.
1 parent ef07718 commit 41dcebb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-data-mongodb-parent/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<org.codehaus.jackson.version>1.6.1</org.codehaus.jackson.version>
9393
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
9494
<org.springframework.version.range>3.1.2.RELEASE</org.springframework.version.range>
95-
<data.commons.version>1.4.0.RELEASE</data.commons.version>
95+
<data.commons.version>1.5.0.BUILD-SNAPSHOT</data.commons.version>
9696
<aspectj.version>1.6.11.RELEASE</aspectj.version>
9797
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
9898
</properties>
@@ -326,8 +326,8 @@
326326
</pluginRepositories>
327327
<repositories>
328328
<repository>
329-
<id>spring-libs-release</id>
330-
<url>http://repo.springsource.org/libs-release</url>
329+
<id>spring-libs-snapshot</id>
330+
<url>http://repo.springsource.org/libs-snapshot</url>
331331
</repository>
332332
</repositories>
333333
<reporting>

0 commit comments

Comments
 (0)