Skip to content

Commit 9759944

Browse files
committed
DATAGEODE-375 - Prepare 2.4 GA (2020.0.0).
1 parent 462fe8a commit 9759944

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.0-SNAPSHOT</version>
9+
<version>2.4.0</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.0-SNAPSHOT</springdata.commons>
52+
<springdata.commons>2.4.0</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 RC2 (2020.0.0)
1+
Spring Data for Apache Geode 2.4 GA (2020.0.0)
22
== NOTICE file corresponding to section 4 d of the Apache License, ==
33
== Version 2.0, for the Spring Framework distribution. ==
44
======================================================================
@@ -31,3 +31,4 @@ Spring Data for Apache Geode 2.4 RC2 (2020.0.0)
3131

3232

3333

34+

0 commit comments

Comments
 (0)