Skip to content

Commit c236c71

Browse files
committed
Prepare 4.0 M4 (2025.1.0).
See #3892
1 parent c5e95b2 commit c236c71

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

pom.xml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33

44
<modelVersion>4.0.0</modelVersion>
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.springframework.data.build</groupId>
2525
<artifactId>spring-data-parent</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0-M4</version>
2727
</parent>
2828

2929
<properties>
@@ -40,7 +40,7 @@
4040
<mysql-connector-java>9.2.0</mysql-connector-java>
4141
<postgresql>42.7.7</postgresql>
4242
<oracle>23.8.0.25.04</oracle>
43-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
43+
<springdata.commons>4.0.0-M4</springdata.commons>
4444
<vavr>0.10.3</vavr>
4545

4646
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -210,20 +210,8 @@
210210
</build>
211211

212212
<repositories>
213-
<repository>
214-
<id>spring-snapshot</id>
215-
<url>https://repo.spring.io/snapshot</url>
216-
<snapshots>
217-
<enabled>true</enabled>
218-
</snapshots>
219-
<releases>
220-
<enabled>false</enabled>
221-
</releases>
222-
</repository>
223-
<repository>
224-
<id>spring-milestone</id>
225-
<url>https://repo.spring.io/milestone</url>
226-
</repository>
213+
214+
227215
</repositories>
228216

229217
<pluginRepositories>

0 commit comments

Comments
 (0)