Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit f093f15

Browse files
committed
Prepare 2.7.15 (2021.2.15).
See #652
1 parent b2ddc23 commit f093f15

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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.7.15-SNAPSHOT</version>
9+
<version>2.7.15</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -49,25 +49,13 @@
4949
<log4j.version>2.17.2</log4j.version>
5050
<multithreadedtc.version>1.01</multithreadedtc.version>
5151
<snappy.version>0.4</snappy.version>
52-
<springdata.commons>2.7.15-SNAPSHOT</springdata.commons>
52+
<springdata.commons>2.7.15</springdata.commons>
5353
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5454
</properties>
5555

5656
<repositories>
57-
<repository>
58-
<id>spring-snapshot</id>
59-
<url>https://repo.spring.io/snapshot</url>
60-
<snapshots>
61-
<enabled>true</enabled>
62-
</snapshots>
63-
<releases>
64-
<enabled>false</enabled>
65-
</releases>
66-
</repository>
67-
<repository>
68-
<id>spring-milestone</id>
69-
<url>https://repo.spring.io/milestone</url>
70-
</repository>
57+
58+
7159
</repositories>
7260

7361
<pluginRepositories>

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 for Apache Geode 2.7.14 (2021.2.14)
1+
Spring Data for Apache Geode 2.7.15 (2021.2.15)
22
== NOTICE file corresponding to section 4 d of the Apache License, ==
33
== Version 2.0, for the Spring Framework distribution. ==
44
======================================================================
@@ -62,5 +62,6 @@ Spring Data for Apache Geode 2.7.14 (2021.2.14)
6262

6363

6464

65+
6566

6667

0 commit comments

Comments
 (0)