Skip to content

Commit 7e6106e

Browse files
committed
Prepare 2.3.8 (Neumann SR8).
See #2301
1 parent f073c0d commit 7e6106e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: 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.8.BUILD-SNAPSHOT</version>
15+
<version>2.3.8.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

Diff for: 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.7 (Neumann SR7)
1+
Spring Data Commons 2.3.8 (Neumann SR8)
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").
@@ -22,3 +22,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2222

2323

2424

25+

0 commit comments

Comments
 (0)