Skip to content

Commit a5c7617

Browse files
christophstroblschauder
authored andcommitted
Prepare 4.0 M1 (2025.1.0).
See #1943
1 parent dd2ca88 commit a5c7617

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

+4-16
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<parent>
1717
<groupId>org.springframework.data.build</groupId>
1818
<artifactId>spring-data-parent</artifactId>
19-
<version>4.0.0-SNAPSHOT</version>
19+
<version>4.0.0-M1</version>
2020
</parent>
2121

2222
<properties>
2323
<dist.id>spring-data-jdbc</dist.id>
24-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
24+
<springdata.commons>4.0.0-M1</springdata.commons>
2525
<liquibase.version>4.21.1</liquibase.version>
2626
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2727

@@ -312,20 +312,8 @@
312312
</build>
313313

314314
<repositories>
315-
<repository>
316-
<id>spring-snapshot</id>
317-
<url>https://repo.spring.io/snapshot</url>
318-
<snapshots>
319-
<enabled>true</enabled>
320-
</snapshots>
321-
<releases>
322-
<enabled>false</enabled>
323-
</releases>
324-
</repository>
325-
<repository>
326-
<id>spring-milestone</id>
327-
<url>https://repo.spring.io/milestone</url>
328-
</repository>
315+
316+
329317
</repositories>
330318

331319
</project>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Relational 3.4 GA (2024.1.0)
1+
Spring Data Relational 4.0 M1 (2025.1.0)
22
Copyright (c) [2017-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -56,5 +56,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
5656

5757

5858

59+
5960

6061

0 commit comments

Comments
 (0)