Skip to content

Commit 1382369

Browse files
committed
DATAMONGO-1246 - After release cleanups.
1 parent fc0187e commit 1382369

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
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.4.6.RELEASE</version>
18+
<version>1.4.7.BUILD-SNAPSHOT</version>
1919
</parent>
2020

2121
<modules>
@@ -28,7 +28,7 @@
2828
<properties>
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-mongodb</dist.id>
31-
<springdata.commons>1.8.6.RELEASE</springdata.commons>
31+
<springdata.commons>1.8.7.BUILD-SNAPSHOT</springdata.commons>
3232
<mongo>2.12.5</mongo>
3333
<mongo.osgi>2.12.5</mongo.osgi>
3434
</properties>
@@ -140,8 +140,8 @@
140140

141141
<repositories>
142142
<repository>
143-
<id>spring-libs-release</id>
144-
<url>https://repo.spring.io/libs-release</url>
143+
<id>spring-libs-snapshot</id>
144+
<url>https://repo.spring.io/libs-snapshot</url>
145145
</repository>
146146
</repositories>
147147

0 commit comments

Comments
 (0)