Skip to content

Commit cf1d6f4

Browse files
DATAREST-1230 - Prepare 3.1 M3 (Lovelace).
1 parent 348b23f commit cf1d6f4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data.build</groupId>
1515
<artifactId>spring-data-parent</artifactId>
16-
<version>2.1.0.BUILD-SNAPSHOT</version>
16+
<version>2.1.0.M3</version>
1717
<relativePath/>
1818
</parent>
1919

@@ -28,13 +28,13 @@
2828
<project.type>multi</project.type>
2929
<dist.id>spring-data-rest</dist.id>
3030

31-
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
32-
<springdata.jpa>2.1.0.BUILD-SNAPSHOT</springdata.jpa>
33-
<springdata.mongodb>2.1.0.BUILD-SNAPSHOT</springdata.mongodb>
34-
<springdata.gemfire>2.1.0.BUILD-SNAPSHOT</springdata.gemfire>
35-
<springdata.solr>4.0.0.BUILD-SNAPSHOT</springdata.solr>
36-
<springdata.cassandra>2.1.0.BUILD-SNAPSHOT</springdata.cassandra>
37-
<springdata.keyvalue>2.1.0.BUILD-SNAPSHOT</springdata.keyvalue>
31+
<springdata.commons>2.1.0.M3</springdata.commons>
32+
<springdata.jpa>2.1.0.M3</springdata.jpa>
33+
<springdata.mongodb>2.1.0.M3</springdata.mongodb>
34+
<springdata.gemfire>2.1.0.M3</springdata.gemfire>
35+
<springdata.solr>4.0.0.M3</springdata.solr>
36+
<springdata.cassandra>2.1.0.M3</springdata.cassandra>
37+
<springdata.keyvalue>2.1.0.M3</springdata.keyvalue>
3838

3939
<hibernate.version>4.3.10.Final</hibernate.version>
4040
<jsonpath>1.1.0</jsonpath>
@@ -113,8 +113,8 @@
113113

114114
<repositories>
115115
<repository>
116-
<id>spring-libs-snapshot</id>
117-
<url>https://repo.spring.io/libs-snapshot</url>
116+
<id>spring-libs-milestone</id>
117+
<url>https://repo.spring.io/libs-milestone</url>
118118
</repository>
119119
</repositories>
120120

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 REST 3.1 M2
1+
Spring Data REST 3.1 M3
22
Copyright (c) 2012-2015 Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0

0 commit comments

Comments
 (0)