Skip to content

Commit 39cd467

Browse files
Prepare 2.5.11 (2021.0.11).
See #2578
1 parent 3980d21 commit 39cd467

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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.5.11-SNAPSHOT</version>
15+
<version>2.5.11</version>
1616
</parent>
1717

1818
<properties>
@@ -365,8 +365,8 @@
365365

366366
<repositories>
367367
<repository>
368-
<id>spring-libs-snapshot</id>
369-
<url>https://repo.spring.io/libs-snapshot</url>
368+
<id>spring-libs-release</id>
369+
<url>https://repo.spring.io/libs-release</url>
370370
</repository>
371371
</repositories>
372372

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 Commons 2.5.10 (2021.0.10)
1+
Spring Data Commons 2.5.11 (2021.0.11)
22
Copyright (c) [2010-2021] Pivotal Software, Inc.
33

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

3636

3737

38+
3839

3940

0 commit comments

Comments
 (0)