Skip to content

Commit 7b23f8e

Browse files
committed
DATAMONGO-2033 - Prepare 2.1 RC2 (Lovelace).
1 parent cc97c5a commit 7b23f8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>2.1.0.BUILD-SNAPSHOT</version>
18+
<version>2.1.0.RC2</version>
1919
</parent>
2020

2121
<modules>
@@ -27,7 +27,7 @@
2727
<properties>
2828
<project.type>multi</project.type>
2929
<dist.id>spring-data-mongodb</dist.id>
30-
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
30+
<springdata.commons>2.1.0.RC2</springdata.commons>
3131
<mongo>3.8.0</mongo>
3232
<mongo.reactivestreams>1.9.0</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -151,8 +151,8 @@
151151

152152
<repositories>
153153
<repository>
154-
<id>spring-libs-snapshot</id>
155-
<url>https://repo.spring.io/libs-snapshot</url>
154+
<id>spring-libs-milestone</id>
155+
<url>https://repo.spring.io/libs-milestone</url>
156156
</repository>
157157
</repositories>
158158

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 2.1 RC1
1+
Spring Data MongoDB 2.1 RC2
22
Copyright (c) [2010-2015] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

0 commit comments

Comments
 (0)