Skip to content

Commit 2ed69c9

Browse files
committed
Prepare 4.0 GA (2025.1.0).
See #2684
1 parent 763e432 commit 2ed69c9

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.0-SNAPSHOT</releasetrain>
154+
<releasetrain>2025.1.0</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.0-SNAPSHOT</version>
499+
<version>4.0.0</version>
499500
<type>zip</type>
500501
<optional>true</optional>
501502
</dependency>
@@ -1705,20 +1706,8 @@
17051706
</build>
17061707

17071708
<repositories>
1708-
<repository>
1709-
<id>spring-snapshot</id>
1710-
<url>https://repo.spring.io/snapshot</url>
1711-
<snapshots>
1712-
<enabled>true</enabled>
1713-
</snapshots>
1714-
<releases>
1715-
<enabled>false</enabled>
1716-
</releases>
1717-
</repository>
1718-
<repository>
1719-
<id>spring-milestone</id>
1720-
<url>https://repo.spring.io/milestone</url>
1721-
</repository>
1709+
1710+
17221711
</repositories>
17231712

1724-
</project>
1713+
</project>

0 commit comments

Comments
 (0)