Skip to content

Commit 73277c2

Browse files
committed
Prepare 4.0 M4 (2025.1.0).
See #2578
1 parent dd3c673 commit 73277c2

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

parent/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
<!--
45
@@ -148,7 +149,7 @@
148149
<webbeans>4.0.3</webbeans>
149150

150151
<!-- Used in asciidoc reference documentation -->
151-
<releasetrain>2025.1.0-SNAPSHOT</releasetrain>
152+
<releasetrain>2025.1.0-M4</releasetrain>
152153

153154
<!-- To be overridden by individual modules -->
154155
<java-module-name/>
@@ -479,7 +480,7 @@
479480
<dependency>
480481
<groupId>org.springframework.data.build</groupId>
481482
<artifactId>spring-data-build-resources</artifactId>
482-
<version>4.0.0-SNAPSHOT</version>
483+
<version>4.0.0-M4</version>
483484
<type>zip</type>
484485
<optional>true</optional>
485486
</dependency>
@@ -1596,20 +1597,8 @@
15961597
</build>
15971598

15981599
<repositories>
1599-
<repository>
1600-
<id>spring-snapshot</id>
1601-
<url>https://repo.spring.io/snapshot</url>
1602-
<snapshots>
1603-
<enabled>true</enabled>
1604-
</snapshots>
1605-
<releases>
1606-
<enabled>false</enabled>
1607-
</releases>
1608-
</repository>
1609-
<repository>
1610-
<id>spring-milestone</id>
1611-
<url>https://repo.spring.io/milestone</url>
1612-
</repository>
1600+
1601+
16131602
</repositories>
16141603

1615-
</project>
1604+
</project>

0 commit comments

Comments
 (0)