Skip to content

Commit d4410e8

Browse files
committed
Prepare 4.0.1 (2025.1.1).
See #2722
1 parent 0b5337d commit d4410e8

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

152153
<!-- Used in asciidoc reference documentation -->
153-
<releasetrain>2025.1.1-SNAPSHOT</releasetrain>
154+
<releasetrain>2025.1.1</releasetrain>
154155

155156
<!-- To be overridden by individual modules -->
156157
<java-module-name/>
@@ -495,7 +496,7 @@
495496
<dependency>
496497
<groupId>org.springframework.data.build</groupId>
497498
<artifactId>spring-data-build-resources</artifactId>
498-
<version>4.0.1-SNAPSHOT</version>
499+
<version>4.0.1</version>
499500
<type>zip</type>
500501
<optional>true</optional>
501502
</dependency>
@@ -1695,20 +1696,8 @@
16951696
</build>
16961697

16971698
<repositories>
1698-
<repository>
1699-
<id>spring-snapshot</id>
1700-
<url>https://repo.spring.io/snapshot</url>
1701-
<snapshots>
1702-
<enabled>true</enabled>
1703-
</snapshots>
1704-
<releases>
1705-
<enabled>false</enabled>
1706-
</releases>
1707-
</repository>
1708-
<repository>
1709-
<id>spring-milestone</id>
1710-
<url>https://repo.spring.io/milestone</url>
1711-
</repository>
1699+
1700+
17121701
</repositories>
17131702

1714-
</project>
1703+
</project>

0 commit comments

Comments
 (0)