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

Commit 9c7afab

Browse files
committed
Prepare 2.7.4 (2021.2.4).
See #624
1 parent 9de9a6d commit 9c7afab

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 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.4-SNAPSHOT</version>
9+
<version>2.7.4</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -49,15 +49,15 @@
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.4-SNAPSHOT</springdata.commons>
52+
<springdata.commons>2.7.4</springdata.commons>
5353
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5454
</properties>
5555

5656
<repositories>
5757

5858
<repository>
59-
<id>spring-libs-snapshot</id>
60-
<url>https://repo.spring.io/libs-snapshot</url>
59+
<id>spring-libs-release</id>
60+
<url>https://repo.spring.io/libs-release</url>
6161
</repository>
6262

6363
<repository>

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.3 (2021.2.3)
1+
Spring Data for Apache Geode 2.7.4 (2021.2.4)
22
== NOTICE file corresponding to section 4 d of the Apache License, ==
33
== Version 2.0, for the Spring Framework distribution. ==
44
======================================================================
@@ -51,5 +51,6 @@ Spring Data for Apache Geode 2.7.3 (2021.2.3)
5151

5252

5353

54+
5455

5556

0 commit comments

Comments
 (0)