Skip to content

Commit 53c0f3f

Browse files
committed
Prepare 2.7.15 (2021.2.15).
See #2877
1 parent 2322110 commit 53c0f3f

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

pom.xml

+3-15
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.7.15-SNAPSHOT</version>
15+
<version>2.7.15</version>
1616
</parent>
1717

1818
<properties>
@@ -400,20 +400,8 @@
400400
</build>
401401

402402
<repositories>
403-
<repository>
404-
<id>spring-snapshot</id>
405-
<url>https://repo.spring.io/snapshot</url>
406-
<snapshots>
407-
<enabled>true</enabled>
408-
</snapshots>
409-
<releases>
410-
<enabled>false</enabled>
411-
</releases>
412-
</repository>
413-
<repository>
414-
<id>spring-milestone</id>
415-
<url>https://repo.spring.io/milestone</url>
416-
</repository>
403+
404+
417405
</repositories>
418406

419407
</project>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 2.7.14 (2021.2.14)
1+
Spring Data Commons 2.7.15 (2021.2.15)
22
Copyright (c) [2010-2021] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -50,5 +50,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
5050

5151

5252

53+
5354

5455

0 commit comments

Comments
 (0)