DATAMONGO-1268 - Prepare 1.8.0.RC1 (Gosling RC1).

This commit is contained in:
Oliver Gierke
2015-08-04 11:48:43 +02:00
committed by Oliver Gierke
parent 0d99a3e527
commit 28cb1ef106
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.0.BUILD-SNAPSHOT</version>
<version>1.7.0.RC1</version>
</parent>
<modules>
@@ -28,7 +28,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.11.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.11.0.RC1</springdata.commons>
<mongo>2.13.0</mongo>
<mongo.osgi>2.13.0</mongo.osgi>
</properties>
@@ -156,8 +156,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
</repositories>

View File

@@ -1,4 +1,4 @@
Spring Data MongoDB 1.8 M1
Spring Data MongoDB 1.8 RC1
Copyright (c) [2010-2015] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").