Skip to content

Commit c5235be

Browse files
committed
DATAMONGO-1106 - After release cleanups.
1 parent 23300de commit c5235be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
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>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>1.6.0.M1</version>
18+
<version>1.6.0.BUILD-SNAPSHOT</version>
1919
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
2020
</parent>
2121

@@ -29,7 +29,7 @@
2929
<properties>
3030
<project.type>multi</project.type>
3131
<dist.id>spring-data-mongodb</dist.id>
32-
<springdata.commons>1.10.0.M1</springdata.commons>
32+
<springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons>
3333
<mongo>2.12.3</mongo>
3434
<mongo.osgi>2.12.3</mongo.osgi>
3535
</properties>
@@ -148,8 +148,8 @@
148148

149149
<repositories>
150150
<repository>
151-
<id>spring-libs-milestone</id>
152-
<url>http://repo.spring.io/libs-milestone</url>
151+
<id>spring-libs-snapshot</id>
152+
<url>http://repo.spring.io/libs-snapshot</url>
153153
</repository>
154154
</repositories>
155155

0 commit comments

Comments
 (0)