Skip to content

Commit c006260

Browse files
committed
Prepare 3.2 RC1 (2023.1.0).
See #2935
1 parent cbcb848 commit c006260

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

pom.xml

+1-11
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.2.0-SNAPSHOT</version>
28+
<version>3.2.0-RC1</version>
2929
</parent>
3030

3131
<properties>
@@ -367,16 +367,6 @@
367367
</profiles>
368368

369369
<repositories>
370-
<repository>
371-
<id>spring-snapshot</id>
372-
<url>https://repo.spring.io/snapshot</url>
373-
<snapshots>
374-
<enabled>true</enabled>
375-
</snapshots>
376-
<releases>
377-
<enabled>false</enabled>
378-
</releases>
379-
</repository>
380370
<repository>
381371
<id>spring-milestone</id>
382372
<url>https://repo.spring.io/milestone</url>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 3.2 M3 (2023.1.0)
1+
Spring Data Commons 3.2 RC1 (2023.1.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").
@@ -47,5 +47,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4747

4848

4949

50+
5051

5152

0 commit comments

Comments
 (0)