Skip to content

Commit 9f2fc75

Browse files
committed
Prepare 3.1 RC1 (2023.0.0).
See #2798
1 parent 124930e commit 9f2fc75

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
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-parent</artifactId>
28-
<version>3.1.0-SNAPSHOT</version>
28+
<version>3.1.0-RC1</version>
2929
</parent>
3030

3131
<properties>
@@ -366,8 +366,8 @@
366366

367367
<repositories>
368368
<repository>
369-
<id>spring-libs-snapshot</id>
370-
<url>https://repo.spring.io/libs-snapshot</url>
369+
<id>spring-libs-milestone</id>
370+
<url>https://repo.spring.io/libs-milestone</url>
371371
</repository>
372372
</repositories>
373373

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 3.1 M3 (2023.0.0)
1+
Spring Data Commons 3.1 RC1 (2023.0.0)
22
Copyright (c) [2010-2021] Pivotal Software, Inc.
33

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

4343

4444

45+
4546

4647

0 commit comments

Comments
 (0)