Skip to content

Commit 6e0ed02

Browse files
committed
Prepare 4.0 M5 (2025.1.0).
See #3952
1 parent 66669fa commit 6e0ed02

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

pom.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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-M5</version>
2727
</parent>
2828

2929
<properties>
@@ -39,7 +39,7 @@
3939
<mysql-connector-java>9.2.0</mysql-connector-java>
4040
<postgresql>42.7.7</postgresql>
4141
<oracle>23.8.0.25.04</oracle>
42-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
42+
<springdata.commons>4.0.0-M5</springdata.commons>
4343
<vavr>0.10.3</vavr>
4444

4545
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -193,20 +193,8 @@
193193
</build>
194194

195195
<repositories>
196-
<repository>
197-
<id>spring-snapshot</id>
198-
<url>https://repo.spring.io/snapshot</url>
199-
<snapshots>
200-
<enabled>true</enabled>
201-
</snapshots>
202-
<releases>
203-
<enabled>false</enabled>
204-
</releases>
205-
</repository>
206-
<repository>
207-
<id>spring-milestone</id>
208-
<url>https://repo.spring.io/milestone</url>
209-
</repository>
196+
197+
210198
</repositories>
211199

212200
<pluginRepositories>

0 commit comments

Comments
 (0)