Skip to content

Commit 29f1f44

Browse files
committed
Prepare 2.6.5 (2021.1.5).
See #2493
1 parent bfdcd50 commit 29f1f44

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.5-SNAPSHOT</version>
25+
<version>2.6.5</version>
2626
</parent>
2727

2828
<properties>
@@ -33,7 +33,7 @@
3333
<hibernate>5.6.0.Final</hibernate>
3434
<mysql-connector-java>8.0.23</mysql-connector-java>
3535
<postgresql>42.2.19</postgresql>
36-
<springdata.commons>2.6.5-SNAPSHOT</springdata.commons>
36+
<springdata.commons>2.6.5</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.4 (2021.1.4)
1+
Spring Data JPA 2.6.5 (2021.1.5)
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").
@@ -34,5 +34,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3434

3535

3636

37+
3738

3839

0 commit comments

Comments
 (0)