Skip to content

Commit 1a8515b

Browse files
committed
Prepare 3.5 GA (2025.0.0).
See #2550
1 parent c97a0f0 commit 1a8515b

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

parent/pom.xml

Lines changed: 6 additions & 17 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
@@ -145,7 +146,7 @@
145146
<webbeans>4.0.3</webbeans>
146147

147148
<!-- Used in asciidoc reference documentation -->
148-
<releasetrain>2025.0.0-SNAPSHOT</releasetrain>
149+
<releasetrain>2025.0.0</releasetrain>
149150

150151
<!-- To be overridden by individual modules -->
151152
<java-module-name/>
@@ -416,7 +417,7 @@
416417
<dependency>
417418
<groupId>org.springframework.data.build</groupId>
418419
<artifactId>spring-data-build-resources</artifactId>
419-
<version>3.5.0-SNAPSHOT</version>
420+
<version>3.5.0</version>
420421
<type>zip</type>
421422
<optional>true</optional>
422423
</dependency>
@@ -1502,20 +1503,8 @@
15021503
</build>
15031504

15041505
<repositories>
1505-
<repository>
1506-
<id>spring-snapshot</id>
1507-
<url>https://repo.spring.io/snapshot</url>
1508-
<snapshots>
1509-
<enabled>true</enabled>
1510-
</snapshots>
1511-
<releases>
1512-
<enabled>false</enabled>
1513-
</releases>
1514-
</repository>
1515-
<repository>
1516-
<id>spring-milestone</id>
1517-
<url>https://repo.spring.io/milestone</url>
1518-
</repository>
1506+
1507+
15191508
</repositories>
15201509

15211510
</project>

0 commit comments

Comments
 (0)