Skip to content

Commit ff3d079

Browse files
Prepare 2.2.13 (Moore SR13).
See #1810
1 parent 9404ebf commit ff3d079

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.2.13.BUILD-SNAPSHOT</version>
15+
<version>2.2.13.RELEASE</version>
1616
</parent>
1717

1818
<properties>
19-
<springdata.keyvalue>2.2.13.BUILD-SNAPSHOT</springdata.keyvalue>
19+
<springdata.keyvalue>2.2.13.RELEASE</springdata.keyvalue>
2020
<jta>1.1</jta>
2121
<beanutils>1.9.2</beanutils>
2222
<xstream>1.4.15</xstream>
@@ -291,8 +291,8 @@
291291

292292
<repositories>
293293
<repository>
294-
<id>spring-libs-snapshot</id>
295-
<url>https://repo.spring.io/libs-snapshot</url>
294+
<id>spring-libs-release</id>
295+
<url>https://repo.spring.io/libs-release</url>
296296
</repository>
297297
</repositories>
298298

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Redis 2.2.12 (Moore SR12)
1+
Spring Data Redis 2.2.13 (Moore SR13)
22
Copyright (c) [2010-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -18,3 +18,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1818

1919

2020

21+

0 commit comments

Comments
 (0)