Skip to content

Commit 4b97fe8

Browse files
Prepare 4.0 RC2 (2025.1.0).
See #3392
1 parent d8718b4 commit 4b97fe8

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

pom.xml

Lines changed: 3 additions & 15 deletions
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>4.0.0-SNAPSHOT</version>
28+
<version>4.0.0-RC2</version>
2929
</parent>
3030

3131
<properties>
@@ -393,20 +393,8 @@
393393
</profiles>
394394

395395
<repositories>
396-
<repository>
397-
<id>spring-snapshot</id>
398-
<url>https://repo.spring.io/snapshot</url>
399-
<snapshots>
400-
<enabled>true</enabled>
401-
</snapshots>
402-
<releases>
403-
<enabled>false</enabled>
404-
</releases>
405-
</repository>
406-
<repository>
407-
<id>spring-milestone</id>
408-
<url>https://repo.spring.io/milestone</url>
409-
</repository>
396+
397+
410398
</repositories>
411399

412400
</project>

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 Commons 4.0 RC1 (2025.1.0)
1+
Spring Data Commons 4.0 RC2 (2025.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").
@@ -13,3 +13,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1313

1414

1515

16+

0 commit comments

Comments
 (0)