DATAMONGO-2303 - Prepare 2.2 RC2 (Moore).

This commit is contained in:
Mark Paluch
2019-08-05 15:35:05 +02:00
parent e634f2f7c0
commit 4e13bda302
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>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RC2</version>
</parent>
<modules>
@@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.2.0.RC2</springdata.commons>
<mongo>3.11.0-rc0</mongo>
<mongo.reactivestreams>1.12.0-rc0</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
@@ -134,8 +134,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 2.2 RC1
Spring Data MongoDB 2.2 RC2
Copyright (c) [2010-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").