Skip to content

Commit bf5d1df

Browse files
Prepare 3.2.13 (Moore SR13).
See #1943
1 parent 9b0a540 commit bf5d1df

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

pom.xml

Lines changed: 8 additions & 8 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.13.BUILD-SNAPSHOT</version>
16+
<version>2.2.13.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

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

32-
<springdata.commons>2.2.13.BUILD-SNAPSHOT</springdata.commons>
33-
<springdata.jpa>2.2.13.BUILD-SNAPSHOT</springdata.jpa>
34-
<springdata.mongodb>2.2.13.BUILD-SNAPSHOT</springdata.mongodb>
32+
<springdata.commons>2.2.13.RELEASE</springdata.commons>
33+
<springdata.jpa>2.2.13.RELEASE</springdata.jpa>
34+
<springdata.mongodb>2.2.13.RELEASE</springdata.mongodb>
3535
<springdata.gemfire>2.2.4.BUILD-SNAPSHOT</springdata.gemfire>
3636
<springdata.solr>4.1.13.BUILD-SNAPSHOT</springdata.solr>
37-
<springdata.cassandra>2.2.13.BUILD-SNAPSHOT</springdata.cassandra>
38-
<springdata.keyvalue>2.2.13.BUILD-SNAPSHOT</springdata.keyvalue>
37+
<springdata.cassandra>2.2.13.RELEASE</springdata.cassandra>
38+
<springdata.keyvalue>2.2.13.RELEASE</springdata.keyvalue>
3939

4040
<hibernate.version>5.2.17.Final</hibernate.version>
4141
<jsonpath>1.1.0</jsonpath>
@@ -130,8 +130,8 @@
130130

131131
<repositories>
132132
<repository>
133-
<id>spring-libs-snapshot</id>
134-
<url>https://repo.spring.io/libs-snapshot</url>
133+
<id>spring-libs-release</id>
134+
<url>https://repo.spring.io/libs-release</url>
135135
</repository>
136136
</repositories>
137137

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data REST 3.2.12 (Moore SR12)
1+
Spring Data REST 3.2.13 (Moore SR13)
22
Copyright (c) 2012-2019 Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0
@@ -19,3 +19,4 @@ subcomponent's license, as noted in the license.txt file.
1919

2020

2121

22+

0 commit comments

Comments
 (0)