Browse Source

DATAMONGO-1408 - After release cleanups.

pull/410/head
Oliver Gierke 10 years ago committed by Oliver Gierke
parent
commit
32547db306
  1. 8
      pom.xml

8
pom.xml

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.1.RELEASE</version>
<version>1.8.2.BUILD-SNAPSHOT</version>
</parent>
<modules>
@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.12.1.RELEASE</springdata.commons>
<springdata.commons>1.12.2.BUILD-SNAPSHOT</springdata.commons>
<mongo>2.14.0</mongo>
<mongo.osgi>2.13.0</mongo.osgi>
</properties>
@ -195,8 +195,8 @@ @@ -195,8 +195,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

Loading…
Cancel
Save