Skip to content

Commit ef8a8ea

Browse files
Prepare 4.1 M2 (2026.0.0).
See #4189
1 parent 66d8465 commit ef8a8ea

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

pom.xml

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

34
<modelVersion>4.0.0</modelVersion>
45

@@ -22,7 +23,7 @@
2223
<parent>
2324
<groupId>org.springframework.data.build</groupId>
2425
<artifactId>spring-data-parent</artifactId>
25-
<version>4.1.0-SNAPSHOT</version>
26+
<version>4.1.0-M2</version>
2627
</parent>
2728

2829
<properties>
@@ -38,7 +39,7 @@
3839
<mysql-connector-java>9.5.0</mysql-connector-java>
3940
<postgresql>42.7.10</postgresql>
4041
<oracle>23.26.0.0.0</oracle>
41-
<springdata.commons>4.1.0-SNAPSHOT</springdata.commons>
42+
<springdata.commons>4.1.0-M2</springdata.commons>
4243
<vavr>0.10.3</vavr>
4344

4445
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -191,20 +192,8 @@
191192
</build>
192193

193194
<repositories>
194-
<repository>
195-
<id>spring-snapshot</id>
196-
<url>https://repo.spring.io/snapshot</url>
197-
<snapshots>
198-
<enabled>true</enabled>
199-
</snapshots>
200-
<releases>
201-
<enabled>false</enabled>
202-
</releases>
203-
</repository>
204-
<repository>
205-
<id>spring-milestone</id>
206-
<url>https://repo.spring.io/milestone</url>
207-
</repository>
195+
196+
208197
</repositories>
209198

210199
<pluginRepositories>
@@ -214,4 +203,4 @@
214203
</pluginRepository>
215204
</pluginRepositories>
216205

217-
</project>
206+
</project>

0 commit comments

Comments
 (0)