Skip to content

Commit 08a88ca

Browse files
DATAREST-1316 - Prepare 3.2 M1 (Moore).
1 parent 98a9aba commit 08a88ca

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.2.0.BUILD-SNAPSHOT</version>
16+
<version>2.2.0.M1</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.2.0.BUILD-SNAPSHOT</springdata.commons>
32-
<springdata.jpa>2.2.0.BUILD-SNAPSHOT</springdata.jpa>
33-
<springdata.mongodb>2.2.0.BUILD-SNAPSHOT</springdata.mongodb>
34-
<springdata.gemfire>2.2.0.BUILD-SNAPSHOT</springdata.gemfire>
35-
<springdata.solr>4.1.0.BUILD-SNAPSHOT</springdata.solr>
36-
<springdata.cassandra>2.2.0.BUILD-SNAPSHOT</springdata.cassandra>
37-
<springdata.keyvalue>2.2.0.BUILD-SNAPSHOT</springdata.keyvalue>
31+
<springdata.commons>2.2.0.M1</springdata.commons>
32+
<springdata.jpa>2.2.0.M1</springdata.jpa>
33+
<springdata.mongodb>2.2.0.M1</springdata.mongodb>
34+
<springdata.gemfire>2.2.0.M1</springdata.gemfire>
35+
<springdata.solr>4.1.0.M1</springdata.solr>
36+
<springdata.cassandra>2.2.0.M1</springdata.cassandra>
37+
<springdata.keyvalue>2.2.0.M1</springdata.keyvalue>
3838
<spring-hateoas>0.25.0.RELEASE</spring-hateoas>
3939

4040
<hibernate.version>4.3.10.Final</hibernate.version>
@@ -114,8 +114,8 @@
114114

115115
<repositories>
116116
<repository>
117-
<id>spring-libs-snapshot</id>
118-
<url>https://repo.spring.io/libs-snapshot</url>
117+
<id>spring-libs-milestone</id>
118+
<url>https://repo.spring.io/libs-milestone</url>
119119
</repository>
120120
</repositories>
121121

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 GA
1+
Spring Data REST 3.2 M1
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)