Skip to content

Commit ae64ad2

Browse files
Prepare 4.0 RC2 (2025.1.0).
See #2686
1 parent 3e63427 commit ae64ad2

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

parent/pom.xml

Lines changed: 6 additions & 17 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-RC2</releasetrain>
155156

156157
<!-- To be overridden by individual modules -->
157158
<java-module-name/>
@@ -496,7 +497,7 @@
496497
<dependency>
497498
<groupId>org.springframework.data.build</groupId>
498499
<artifactId>spring-data-build-resources</artifactId>
499-
<version>4.0.0-SNAPSHOT</version>
500+
<version>4.0.0-RC2</version>
500501
<type>zip</type>
501502
<optional>true</optional>
502503
</dependency>
@@ -1698,20 +1699,8 @@
16981699
</build>
16991700

17001701
<repositories>
1701-
<repository>
1702-
<id>spring-snapshot</id>
1703-
<url>https://repo.spring.io/snapshot</url>
1704-
<snapshots>
1705-
<enabled>true</enabled>
1706-
</snapshots>
1707-
<releases>
1708-
<enabled>false</enabled>
1709-
</releases>
1710-
</repository>
1711-
<repository>
1712-
<id>spring-milestone</id>
1713-
<url>https://repo.spring.io/milestone</url>
1714-
</repository>
1702+
1703+
17151704
</repositories>
17161705

17171706
</project>

0 commit comments

Comments
 (0)