Skip to content

Commit d755928

Browse files
DATAMONGO-1794 - Prepare 2.1 M1 (Lovelace).
1 parent f57be57 commit d755928

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.M1</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.M1</springdata.commons>
3131
<mongo>3.6.2</mongo>
3232
<mongo.reactivestreams>1.7.0</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -183,8 +183,8 @@
183183

184184
<repositories>
185185
<repository>
186-
<id>spring-libs-snapshot</id>
187-
<url>https://repo.spring.io/libs-snapshot</url>
186+
<id>spring-libs-milestone</id>
187+
<url>https://repo.spring.io/libs-milestone</url>
188188
</repository>
189189
</repositories>
190190

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 GA
1+
Spring Data MongoDB 2.1 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)