Skip to content

Commit bb33a55

Browse files
committed
Prepare 2.7.18 (2021.2.18).
See #3200
1 parent f727c52 commit bb33a55

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

Lines changed: 4 additions & 16 deletions
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.18-SNAPSHOT</version>
25+
<version>2.7.18</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.18-SNAPSHOT</springdata.commons>
37+
<springdata.commons>2.7.18</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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JPA 2.7.17 (2021.2.17)
1+
Spring Data JPA 2.7.18 (2021.2.18)
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").
@@ -53,5 +53,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
5353

5454

5555

56+
5657

5758

0 commit comments

Comments
 (0)