Skip to content

Commit 6f286dc

Browse files
committed
Prepare 3.5.6 (2025.0.6).
See #2683
1 parent 5e18418 commit 6f286dc

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.6-SNAPSHOT</releasetrain>
151+
<releasetrain>2025.0.6</releasetrain>
151152

152153
<!-- To be overridden by individual modules -->
153154
<java-module-name/>
@@ -424,7 +425,7 @@
424425
<dependency>
425426
<groupId>org.springframework.data.build</groupId>
426427
<artifactId>spring-data-build-resources</artifactId>
427-
<version>3.5.6-SNAPSHOT</version>
428+
<version>3.5.6</version>
428429
<type>zip</type>
429430
<optional>true</optional>
430431
</dependency>
@@ -1518,20 +1519,8 @@
15181519
</build>
15191520

15201521
<repositories>
1521-
<repository>
1522-
<id>spring-snapshot</id>
1523-
<url>https://repo.spring.io/snapshot</url>
1524-
<snapshots>
1525-
<enabled>true</enabled>
1526-
</snapshots>
1527-
<releases>
1528-
<enabled>false</enabled>
1529-
</releases>
1530-
</repository>
1531-
<repository>
1532-
<id>spring-milestone</id>
1533-
<url>https://repo.spring.io/milestone</url>
1534-
</repository>
1522+
1523+
15351524
</repositories>
15361525

1537-
</project>
1526+
</project>

0 commit comments

Comments
 (0)