Skip to content

Commit 3b5d231

Browse files
committed
DATAMONGO-1527 - Prepare 2.0 M1 (Kay).
1 parent e90fe70 commit 3b5d231

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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.M1</version>
1919
</parent>
2020

2121
<modules>
@@ -28,7 +28,7 @@
2828
<properties>
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-mongodb</dist.id>
31-
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
31+
<springdata.commons>2.0.0.M1</springdata.commons>
3232
<mongo>3.2.2</mongo>
3333
<mongo.reactivestreams>1.2.0</mongo.reactivestreams>
3434
</properties>
@@ -215,8 +215,8 @@
215215

216216
<repositories>
217217
<repository>
218-
<id>spring-libs-snapshot</id>
219-
<url>https://repo.spring.io/libs-snapshot</url>
218+
<id>spring-libs-milestone</id>
219+
<url>https://repo.spring.io/libs-milestone</url>
220220
</repository>
221221
</repositories>
222222

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 1.10 M1
1+
Spring Data MongoDB 2.0 M1
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)