Skip to content

Commit 7b1467b

Browse files
committed
Prepare 2.7.13 (2021.2.13).
See #2947
1 parent e4a9200 commit 7b1467b

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

+4-16
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.13-SNAPSHOT</version>
25+
<version>2.7.13</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.13-SNAPSHOT</springdata.commons>
37+
<springdata.commons>2.7.13</springdata.commons>
3838
<vavr>0.10.3</vavr>
3939

4040
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -570,20 +570,8 @@
570570
</build>
571571

572572
<repositories>
573-
<repository>
574-
<id>spring-snapshot</id>
575-
<url>https://repo.spring.io/snapshot</url>
576-
<snapshots>
577-
<enabled>true</enabled>
578-
</snapshots>
579-
<releases>
580-
<enabled>false</enabled>
581-
</releases>
582-
</repository>
583-
<repository>
584-
<id>spring-milestone</id>
585-
<url>https://repo.spring.io/milestone</url>
586-
</repository>
573+
574+
587575
</repositories>
588576

589577
</project>

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.12 (2021.2.12)
1+
Spring Data JPA 2.7.13 (2021.2.13)
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").
@@ -48,5 +48,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4848

4949

5050

51+
5152

5253

0 commit comments

Comments
 (0)