Skip to content

Commit 5349713

Browse files
Prepare 2.3.7 (Neumann SR7).
See #2257
1 parent 4f7ec07 commit 5349713

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.3.7.BUILD-SNAPSHOT</version>
15+
<version>2.3.7.RELEASE</version>
1616
</parent>
1717

1818
<properties>
@@ -369,8 +369,8 @@
369369

370370
<repositories>
371371
<repository>
372-
<id>spring-libs-snapshot</id>
373-
<url>https://repo.spring.io/libs-snapshot</url>
372+
<id>spring-libs-release</id>
373+
<url>https://repo.spring.io/libs-release</url>
374374
</repository>
375375
</repositories>
376376

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 2.3.6 (Neumann SR6)
1+
Spring Data Commons 2.3.7 (Neumann SR7)
22
Copyright (c) [2010-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -21,3 +21,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2121

2222

2323

24+

0 commit comments

Comments
 (0)