Skip to content

Commit 6b1ef9a

Browse files
committed
DATACMNS-608 - After release cleanups.
1 parent a13bc1b commit 6b1ef9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33

44
<modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.6.0.M1</version>
15+
<version>1.6.0.BUILD-SNAPSHOT</version>
1616
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1717
</parent>
1818

@@ -246,8 +246,8 @@
246246

247247
<repositories>
248248
<repository>
249-
<id>spring-libs-milestone</id>
250-
<url>http://repo.spring.io/libs-milestone</url>
249+
<id>spring-libs-snapshot</id>
250+
<url>http://repo.spring.io/libs-snapshot</url>
251251
</repository>
252252
</repositories>
253253

0 commit comments

Comments
 (0)