Skip to content

Commit fa15275

Browse files
committed
Prepare 3.5 RC1 (2025.0.0).
See #2520
1 parent 209c938 commit fa15275

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

parent/pom.xml

Lines changed: 4 additions & 13 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
@@ -144,7 +145,7 @@
144145
<webbeans>4.0.3</webbeans>
145146

146147
<!-- Used in asciidoc reference documentation -->
147-
<releasetrain>2025.0.0-SNAPSHOT</releasetrain>
148+
<releasetrain>2025.0.0-RC1</releasetrain>
148149

149150
<!-- To be overridden by individual modules -->
150151
<java-module-name/>
@@ -415,7 +416,7 @@
415416
<dependency>
416417
<groupId>org.springframework.data.build</groupId>
417418
<artifactId>spring-data-build-resources</artifactId>
418-
<version>3.5.0-SNAPSHOT</version>
419+
<version>3.5.0-RC1</version>
419420
<type>zip</type>
420421
<optional>true</optional>
421422
</dependency>
@@ -1499,16 +1500,6 @@
14991500
</build>
15001501

15011502
<repositories>
1502-
<repository>
1503-
<id>spring-snapshot</id>
1504-
<url>https://repo.spring.io/snapshot</url>
1505-
<snapshots>
1506-
<enabled>true</enabled>
1507-
</snapshots>
1508-
<releases>
1509-
<enabled>false</enabled>
1510-
</releases>
1511-
</repository>
15121503
<repository>
15131504
<id>spring-milestone</id>
15141505
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)