Skip to content

Commit d40925f

Browse files
Prepare 2.2.13 (Moore SR13).
See #2255
1 parent 589bb12 commit d40925f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -371,8 +371,8 @@
371371

372372
<repositories>
373373
<repository>
374-
<id>spring-libs-snapshot</id>
375-
<url>https://repo.spring.io/libs-snapshot</url>
374+
<id>spring-libs-release</id>
375+
<url>https://repo.spring.io/libs-release</url>
376376
</repository>
377377
</repositories>
378378

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 2.2.12 (Moore SR12)
1+
Spring Data Commons 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)