Skip to content

Commit fe90b65

Browse files
committed
Prepare 4.0 M4 (2025.1.0).
See #2058
1 parent cf242f3 commit fe90b65

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed

pom.xml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

@@ -17,12 +15,12 @@
1715
<parent>
1816
<groupId>org.springframework.data.build</groupId>
1917
<artifactId>spring-data-parent</artifactId>
20-
<version>4.0.0-SNAPSHOT</version>
18+
<version>4.0.0-M4</version>
2119
</parent>
2220

2321
<properties>
2422
<dist.id>spring-data-jdbc</dist.id>
25-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
23+
<springdata.commons>4.0.0-M4</springdata.commons>
2624
<liquibase.version>4.21.1</liquibase.version>
2725
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2826

@@ -251,20 +249,8 @@
251249
</build>
252250

253251
<repositories>
254-
<repository>
255-
<id>spring-snapshot</id>
256-
<url>https://repo.spring.io/snapshot</url>
257-
<snapshots>
258-
<enabled>true</enabled>
259-
</snapshots>
260-
<releases>
261-
<enabled>false</enabled>
262-
</releases>
263-
</repository>
264-
<repository>
265-
<id>spring-milestone</id>
266-
<url>https://repo.spring.io/milestone</url>
267-
</repository>
252+
253+
268254
</repositories>
269255

270256
</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 Relational 4.0 M3 (2025.1.0)
1+
Spring Data Relational 4.0 M4 (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").
@@ -9,3 +9,4 @@ 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.
1111

12+

0 commit comments

Comments
 (0)