Skip to content

Commit 0564335

Browse files
committed
Prepare 4.0 M3 (2025.1.0).
See #2552
1 parent f9aaca1 commit 0564335

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

parent/pom.xml

Lines changed: 8 additions & 19 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" standalone="no"?>
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-M3</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-M3</version>
483484
<type>zip</type>
484485
<optional>true</optional>
485486
</dependency>
@@ -1526,12 +1527,12 @@
15261527
<tag>
15271528
<name>soundtrack</name>
15281529
<placement>X</placement>
1529-
<head></head>
1530+
<head/>
15301531
</tag>
15311532
<tag>
15321533
<name>currentBook</name>
15331534
<placement>X</placement>
1534-
<head></head>
1535+
<head/>
15351536
</tag>
15361537
</tags>
15371538
<!-- copies doc-files subdirectory which contains image resources -->
@@ -1577,20 +1578,8 @@
15771578
</build>
15781579

15791580
<repositories>
1580-
<repository>
1581-
<id>spring-snapshot</id>
1582-
<url>https://repo.spring.io/snapshot</url>
1583-
<snapshots>
1584-
<enabled>true</enabled>
1585-
</snapshots>
1586-
<releases>
1587-
<enabled>false</enabled>
1588-
</releases>
1589-
</repository>
1590-
<repository>
1591-
<id>spring-milestone</id>
1592-
<url>https://repo.spring.io/milestone</url>
1593-
</repository>
1581+
1582+
15941583
</repositories>
15951584

15961585
</project>

0 commit comments

Comments
 (0)