DATAMONGO-1282 - After release cleanups.

This commit is contained in:
Oliver Gierke
2015-09-01 12:11:02 +02:00
committed by Oliver Gierke
parent f754df51bc
commit 7b27368d2d

10
pom.xml
View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"> <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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>1.7.0.RELEASE</version> <version>1.8.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<modules> <modules>
@@ -28,7 +28,7 @@
<properties> <properties>
<project.type>multi</project.type> <project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id> <dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.11.0.RELEASE</springdata.commons> <springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>2.13.0</mongo> <mongo>2.13.0</mongo>
<mongo.osgi>2.13.0</mongo.osgi> <mongo.osgi>2.13.0</mongo.osgi>
</properties> </properties>
@@ -156,8 +156,8 @@
<repositories> <repositories>
<repository> <repository>
<id>spring-libs-release</id> <id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-release</url> <url>https://repo.spring.io/libs-snapshot</url>
</repository> </repository>
</repositories> </repositories>