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

Commit c1e03da

Browse files
committed
Prepare 2.4.9 (2020.0.9).
See #503
1 parent 2f1f596 commit c1e03da

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.4.9-SNAPSHOT</version>
9+
<version>2.4.9</version>
1010
</parent>
1111

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

5656
<repositories>
5757
<repository>
58-
<id>spring-libs-snapshot</id>
59-
<url>https://repo.spring.io/libs-snapshot</url>
58+
<id>spring-libs-release</id>
59+
<url>https://repo.spring.io/libs-release</url>
6060
</repository>
6161
<repository>
6262
<id>geode-snapshot</id>

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.4.8 (2020.0.8)
1+
Spring Data for Apache Geode 2.4.9 (2020.0.9)
22
== NOTICE file corresponding to section 4 d of the Apache License, ==
33
== Version 2.0, for the Spring Framework distribution. ==
44
======================================================================
@@ -38,5 +38,6 @@ Spring Data for Apache Geode 2.4.8 (2020.0.8)
3838

3939

4040

41+
4142

4243

0 commit comments

Comments
 (0)