Skip to content

Commit 25e6d6e

Browse files
committed
DATAMONGO-396 - Update Spring Data Commons dependency to 1.3.0.M1.
1 parent 83d18b5 commit 25e6d6e

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
@@ -19,7 +19,7 @@
1919
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
2020
<org.springframework.version.40>4.0.0.RELEASE</org.springframework.version.40>
2121
<org.springframework.version.range>[${org.springframework.version.30}, ${org.springframework.version.40})</org.springframework.version.range>
22-
<data.commons.version>1.3.0.BUILD-SNAPSHOT</data.commons.version>
22+
<data.commons.version>1.3.0.M1</data.commons.version>
2323
<aspectj.version>1.6.11.RELEASE</aspectj.version>
2424
</properties>
2525

@@ -245,8 +245,8 @@
245245
</pluginRepositories>
246246
<repositories>
247247
<repository>
248-
<id>spring-libs-release</id>
249-
<url>http://repo.springsource.org/libs-release</url>
248+
<id>spring-libs-milestone</id>
249+
<url>http://repo.springsource.org/libs-milestone</url>
250250
</repository>
251251
</repositories>
252252
<reporting>

0 commit comments

Comments
 (0)