Skip to content

Commit eaca215

Browse files
Prepare 3.5.4 (2025.0.4).
See #2636
1 parent e670fda commit eaca215

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
@@ -147,7 +148,7 @@
147148
<webbeans>4.0.3</webbeans>
148149

149150
<!-- Used in asciidoc reference documentation -->
150-
<releasetrain>2025.0.4-SNAPSHOT</releasetrain>
151+
<releasetrain>2025.0.4</releasetrain>
151152

152153
<!-- To be overridden by individual modules -->
153154
<java-module-name/>
@@ -418,7 +419,7 @@
418419
<dependency>
419420
<groupId>org.springframework.data.build</groupId>
420421
<artifactId>spring-data-build-resources</artifactId>
421-
<version>3.5.4-SNAPSHOT</version>
422+
<version>3.5.4</version>
422423
<type>zip</type>
423424
<optional>true</optional>
424425
</dependency>
@@ -1504,20 +1505,8 @@
15041505
</build>
15051506

15061507
<repositories>
1507-
<repository>
1508-
<id>spring-snapshot</id>
1509-
<url>https://repo.spring.io/snapshot</url>
1510-
<snapshots>
1511-
<enabled>true</enabled>
1512-
</snapshots>
1513-
<releases>
1514-
<enabled>false</enabled>
1515-
</releases>
1516-
</repository>
1517-
<repository>
1518-
<id>spring-milestone</id>
1519-
<url>https://repo.spring.io/milestone</url>
1520-
</repository>
1508+
1509+
15211510
</repositories>
15221511

1523-
</project>
1512+
</project>

0 commit comments

Comments
 (0)