Skip to content

Commit 45e947a

Browse files
committed
Prepare 4.0 GA (2025.1.0).
See #3382
1 parent f3308be commit 45e947a

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</version>
2929
</parent>
3030

3131
<properties>
@@ -391,20 +391,8 @@
391391
</profiles>
392392

393393
<repositories>
394-
<repository>
395-
<id>spring-snapshot</id>
396-
<url>https://repo.spring.io/snapshot</url>
397-
<snapshots>
398-
<enabled>true</enabled>
399-
</snapshots>
400-
<releases>
401-
<enabled>false</enabled>
402-
</releases>
403-
</repository>
404-
<repository>
405-
<id>spring-milestone</id>
406-
<url>https://repo.spring.io/milestone</url>
407-
</repository>
394+
395+
408396
</repositories>
409397

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

1515

1616

17+

0 commit comments

Comments
 (0)