Skip to content

Commit 010cb6a

Browse files
committed
Prepare 2.6.7 (2021.1.7).
See #2597
1 parent 373828d commit 010cb6a

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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.data.build</groupId>
2424
<artifactId>spring-data-parent</artifactId>
25-
<version>2.6.7-SNAPSHOT</version>
25+
<version>2.6.7</version>
2626
</parent>
2727

2828
<properties>
@@ -33,7 +33,7 @@
3333
<hibernate>5.6.9.Final</hibernate>
3434
<mysql-connector-java>8.0.23</mysql-connector-java>
3535
<postgresql>42.2.19</postgresql>
36-
<springdata.commons>2.6.7-SNAPSHOT</springdata.commons>
36+
<springdata.commons>2.6.7</springdata.commons>
3737
<vavr>0.10.3</vavr>
3838

3939
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -563,8 +563,8 @@
563563

564564
<repositories>
565565
<repository>
566-
<id>spring-libs-snapshot</id>
567-
<url>https://repo.spring.io/libs-snapshot</url>
566+
<id>spring-libs-release</id>
567+
<url>https://repo.spring.io/libs-release</url>
568568
</repository>
569569
</repositories>
570570

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JPA 2.6.6 (2021.1.6)
1+
Spring Data JPA 2.6.7 (2021.1.7)
22
Copyright (c) [2011-2019] 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)