Skip to content

Commit 6fc4243

Browse files
committed
Prepare 3.1 RC1 (2023.0.0).
See #1456
1 parent b945060 commit 6fc4243

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
@@ -15,12 +15,12 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>3.1.0-SNAPSHOT</version>
18+
<version>3.1.0-RC1</version>
1919
</parent>
2020

2121
<properties>
2222
<dist.id>spring-data-jdbc</dist.id>
23-
<springdata.commons>3.1.0-SNAPSHOT</springdata.commons>
23+
<springdata.commons>3.1.0-RC1</springdata.commons>
2424
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2525

2626
<!-- dependency versions -->
@@ -153,8 +153,8 @@
153153

154154
<repositories>
155155
<repository>
156-
<id>spring-libs-snapshot</id>
157-
<url>https://repo.spring.io/libs-snapshot</url>
156+
<id>spring-libs-milestone</id>
157+
<url>https://repo.spring.io/libs-milestone</url>
158158
</repository>
159159
<repository>
160160
<id>oss-sonatype-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 Relational 3.1 M3 (2023.0.0)
1+
Spring Data Relational 3.1 RC1 (2023.0.0)
22
Copyright (c) [2017-2019] 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)