Skip to content

Commit b69a359

Browse files
committed
Prepare 2.6.7 (2021.1.7).
See #2656
1 parent 63e96ea commit b69a359

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

1818
<properties>
@@ -385,8 +385,8 @@
385385

386386
<repositories>
387387
<repository>
388-
<id>spring-libs-snapshot</id>
389-
<url>https://repo.spring.io/libs-snapshot</url>
388+
<id>spring-libs-release</id>
389+
<url>https://repo.spring.io/libs-release</url>
390390
</repository>
391391
</repositories>
392392

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.6 (2021.1.6)
1+
Spring Data Commons 2.6.7 (2021.1.7)
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").
@@ -36,5 +36,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3636

3737

3838

39+
3940

4041

0 commit comments

Comments
 (0)