Skip to content

Commit 153108a

Browse files
committed
Prepare 2.6 GA (2021.1.0).
See #2484
1 parent 55b83df commit 153108a

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.6.0-SNAPSHOT</version>
15+
<version>2.6.0</version>
1616
</parent>
1717

1818
<properties>
@@ -386,8 +386,8 @@
386386

387387
<repositories>
388388
<repository>
389-
<id>spring-libs-snapshot</id>
390-
<url>https://repo.spring.io/libs-snapshot</url>
389+
<id>spring-libs-release</id>
390+
<url>https://repo.spring.io/libs-release</url>
391391
</repository>
392392
</repositories>
393393

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 2.6 RC1 (2021.1.0)
1+
Spring Data Commons 2.6 GA (2021.1.0)
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").
@@ -29,5 +29,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2929

3030

3131

32+
3233

3334

0 commit comments

Comments
 (0)