Skip to content

Commit 2e3d9b5

Browse files
committed
Prepare 2.7.18 (2021.2.18).
See #658
1 parent bdc3bd3 commit 2e3d9b5

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.18-SNAPSHOT</version>
9+
<version>2.7.18</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.18-SNAPSHOT</springdata.commons>
52+
<springdata.commons>2.7.18</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.17 (2021.2.17)
1+
Spring Data for Apache Geode 2.7.18 (2021.2.18)
22
== NOTICE file corresponding to section 4 d of the Apache License, ==
33
== Version 2.0, for the Spring Framework distribution. ==
44
======================================================================
@@ -65,5 +65,6 @@ Spring Data for Apache Geode 2.7.17 (2021.2.17)
6565

6666

6767

68+
6869

6970

0 commit comments

Comments
 (0)