Skip to content

Commit 197e0bb

Browse files
committed
DATAMONGO-1751 - Prepare 2.0 RC2 (Kay).
1 parent 0e56ad4 commit 197e0bb

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.0.0.BUILD-SNAPSHOT</version>
18+
<version>2.0.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.0.0.BUILD-SNAPSHOT</springdata.commons>
30+
<springdata.commons>2.0.0.RC2</springdata.commons>
3131
<mongo>3.4.2</mongo>
3232
<mongo.reactivestreams>1.5.0</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -184,8 +184,8 @@
184184

185185
<repositories>
186186
<repository>
187-
<id>spring-libs-snapshot</id>
188-
<url>https://repo.spring.io/libs-snapshot</url>
187+
<id>spring-libs-milestone</id>
188+
<url>https://repo.spring.io/libs-milestone</url>
189189
</repository>
190190
</repositories>
191191

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 2.0 RC1
1+
Spring Data MongoDB 2.0 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)