Skip to content

Commit ec1b5c6

Browse files
committed
Prepare 2.7.8 (2021.2.8).
See #2763
1 parent a851022 commit ec1b5c6

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

2828
<properties>
@@ -34,7 +34,7 @@
3434
<jsqlparser>4.5</jsqlparser>
3535
<mysql-connector-java>8.0.31</mysql-connector-java>
3636
<postgresql>42.5.0</postgresql>
37-
<springdata.commons>2.7.8-SNAPSHOT</springdata.commons>
37+
<springdata.commons>2.7.8</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.7 (2021.2.7)
1+
Spring Data JPA 2.7.8 (2021.2.8)
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").
@@ -43,5 +43,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4343

4444

4545

46+
4647

4748

0 commit comments

Comments
 (0)