Skip to content

Commit a325944

Browse files
Prepare 4.1 M2 (2026.0.0).
See #3455
1 parent 1e35f68 commit a325944

2 files changed

Lines changed: 5 additions & 16 deletions

File tree

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.1.0-SNAPSHOT</version>
28+
<version>4.1.0-M2</version>
2929
</parent>
3030

3131
<properties>
@@ -465,20 +465,8 @@
465465
</profiles>
466466

467467
<repositories>
468-
<repository>
469-
<id>spring-snapshot</id>
470-
<url>https://repo.spring.io/snapshot</url>
471-
<snapshots>
472-
<enabled>true</enabled>
473-
</snapshots>
474-
<releases>
475-
<enabled>false</enabled>
476-
</releases>
477-
</repository>
478-
<repository>
479-
<id>spring-milestone</id>
480-
<url>https://repo.spring.io/milestone</url>
481-
</repository>
468+
469+
482470
</repositories>
483471

484472
</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.1 M1 (2026.0.0)
1+
Spring Data Commons 4.1 M2 (2026.0.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").
@@ -16,3 +16,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1616

1717

1818

19+

0 commit comments

Comments
 (0)