Skip to content

Commit b26dc1d

Browse files
committed
Prepare 4.0 M3 (2025.1.0).
See #3276
1 parent 857ccce commit b26dc1d

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

pom.xml

+3-15
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-M3</version>
2929
</parent>
3030

3131
<properties>
@@ -381,20 +381,8 @@
381381
</profiles>
382382

383383
<repositories>
384-
<repository>
385-
<id>spring-snapshot</id>
386-
<url>https://repo.spring.io/snapshot</url>
387-
<snapshots>
388-
<enabled>true</enabled>
389-
</snapshots>
390-
<releases>
391-
<enabled>false</enabled>
392-
</releases>
393-
</repository>
394-
<repository>
395-
<id>spring-milestone</id>
396-
<url>https://repo.spring.io/milestone</url>
397-
</repository>
384+
385+
398386
</repositories>
399387

400388
</project>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 4.0 M2 (2025.1.0)
1+
Spring Data Commons 4.0 M3 (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").
@@ -8,3 +8,4 @@ This product may include a number of subcomponents with
88
separate copyright notices and license terms. Your use of the source
99
code for the these subcomponents is subject to the terms and
1010
conditions of the subcomponent's license, as noted in the LICENSE file.
11+

0 commit comments

Comments
 (0)