Skip to content

Commit a824d6d

Browse files
committed
Prepare 2.7.6 (2021.2.6).
See #2668
1 parent a58af85 commit a824d6d

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

2828
<properties>
@@ -34,7 +34,7 @@
3434
<jsqlparser>4.3</jsqlparser>
3535
<mysql-connector-java>8.0.31</mysql-connector-java>
3636
<postgresql>42.5.0</postgresql>
37-
<springdata.commons>2.7.6-SNAPSHOT</springdata.commons>
37+
<springdata.commons>2.7.6</springdata.commons>
3838
<vavr>0.10.3</vavr>
3939

4040
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -571,8 +571,8 @@
571571

572572
<repositories>
573573
<repository>
574-
<id>spring-libs-snapshot</id>
575-
<url>https://repo.spring.io/libs-snapshot</url>
574+
<id>spring-libs-release</id>
575+
<url>https://repo.spring.io/libs-release</url>
576576
</repository>
577577
</repositories>
578578

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JPA 2.7.5 (2021.2.5)
1+
Spring Data JPA 2.7.6 (2021.2.6)
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").
@@ -41,5 +41,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4141

4242

4343

44+
4445

4546

0 commit comments

Comments
 (0)