Skip to content

Commit 5612cf3

Browse files
Prepare 4.0 M6 (2025.1.0).
See #3349
1 parent a6c375f commit 5612cf3

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

3131
<properties>
@@ -386,20 +386,8 @@
386386
</profiles>
387387

388388
<repositories>
389-
<repository>
390-
<id>spring-snapshot</id>
391-
<url>https://repo.spring.io/snapshot</url>
392-
<snapshots>
393-
<enabled>true</enabled>
394-
</snapshots>
395-
<releases>
396-
<enabled>false</enabled>
397-
</releases>
398-
</repository>
399-
<repository>
400-
<id>spring-milestone</id>
401-
<url>https://repo.spring.io/milestone</url>
402-
</repository>
389+
390+
403391
</repositories>
404392

405393
</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 M5 (2025.1.0)
1+
Spring Data Commons 4.0 M6 (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").
@@ -11,3 +11,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1111

1212

1313

14+

0 commit comments

Comments
 (0)