Skip to content

Commit 11f1207

Browse files
committed
DATACMNS-403 - Upgraded to snapshot versions of Spring Data build parent.
1 parent 78443eb commit 11f1207

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.3.0.M1</version>
15+
<version>1.3.0.BUILD-SNAPSHOT</version>
1616
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1717
</parent>
1818

@@ -231,8 +231,8 @@
231231

232232
<repositories>
233233
<repository>
234-
<id>spring-libs-milestone</id>
235-
<url>http://repo.springsource.org/libs-milestone-local</url>
234+
<id>spring-libs-snapshot</id>
235+
<url>http://repo.springsource.org/libs-snapshot-local</url>
236236
</repository>
237237
</repositories>
238238

0 commit comments

Comments
 (0)