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

Commit d1b0d06

Browse files
Prepare 2.3.7 (Neumann SR7).
See #392
1 parent 2affab7 commit d1b0d06

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.3.7.BUILD-SNAPSHOT</version>
9+
<version>2.3.7.RELEASE</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -50,14 +50,14 @@
5050
<log4j.version>2.12.1</log4j.version>
5151
<multithreadedtc.version>1.01</multithreadedtc.version>
5252
<snappy.version>0.4</snappy.version>
53-
<springdata.commons>2.3.7.BUILD-SNAPSHOT</springdata.commons>
53+
<springdata.commons>2.3.7.RELEASE</springdata.commons>
5454
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5555
</properties>
5656

5757
<repositories>
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.3.6 (Neumann SR6)
1+
Spring Data for Apache Geode 2.3.7 (Neumann SR7)
22
== NOTICE file corresponding to section 4 d of the Apache License, ==
33
== Version 2.0, for the Spring Framework distribution. ==
44
======================================================================
@@ -33,3 +33,4 @@ Spring Data for Apache Geode 2.3.6 (Neumann SR6)
3333

3434

3535

36+

0 commit comments

Comments
 (0)