Skip to content

Commit 8449722

Browse files
Prepare 4.0 M6 (2025.1.0).
See #2637
1 parent a810aa7 commit 8449722

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
@@ -151,7 +152,7 @@
151152
<webbeans>4.0.3</webbeans>
152153

153154
<!-- Used in asciidoc reference documentation -->
154-
<releasetrain>2025.1.0-SNAPSHOT</releasetrain>
155+
<releasetrain>2025.1.0-M6</releasetrain>
155156

156157
<!-- To be overridden by individual modules -->
157158
<java-module-name/>
@@ -482,7 +483,7 @@
482483
<dependency>
483484
<groupId>org.springframework.data.build</groupId>
484485
<artifactId>spring-data-build-resources</artifactId>
485-
<version>4.0.0-SNAPSHOT</version>
486+
<version>4.0.0-M6</version>
486487
<type>zip</type>
487488
<optional>true</optional>
488489
</dependency>
@@ -1599,20 +1600,8 @@
15991600
</build>
16001601

16011602
<repositories>
1602-
<repository>
1603-
<id>spring-snapshot</id>
1604-
<url>https://repo.spring.io/snapshot</url>
1605-
<snapshots>
1606-
<enabled>true</enabled>
1607-
</snapshots>
1608-
<releases>
1609-
<enabled>false</enabled>
1610-
</releases>
1611-
</repository>
1612-
<repository>
1613-
<id>spring-milestone</id>
1614-
<url>https://repo.spring.io/milestone</url>
1615-
</repository>
1603+
1604+
16161605
</repositories>
16171606

1618-
</project>
1607+
</project>

0 commit comments

Comments
 (0)