Skip to content

Commit d1d9ea7

Browse files
committed
Prepare 3.3.5 (2024.0.5).
See #2380
1 parent 54411a4 commit d1d9ea7

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
@@ -142,7 +143,7 @@
142143
<webbeans>4.0.2</webbeans>
143144

144145
<!-- Used in asciidoc reference documentation -->
145-
<releasetrain>2024.0.5-SNAPSHOT</releasetrain>
146+
<releasetrain>2024.0.5</releasetrain>
146147

147148
<!-- To be overridden by individual modules -->
148149
<java-module-name/>
@@ -413,7 +414,7 @@
413414
<dependency>
414415
<groupId>org.springframework.data.build</groupId>
415416
<artifactId>spring-data-build-resources</artifactId>
416-
<version>3.3.5-SNAPSHOT</version>
417+
<version>3.3.5</version>
417418
<type>zip</type>
418419
<optional>true</optional>
419420
</dependency>
@@ -1440,20 +1441,8 @@
14401441
</build>
14411442

14421443
<repositories>
1443-
<repository>
1444-
<id>spring-snapshot</id>
1445-
<url>https://repo.spring.io/snapshot</url>
1446-
<snapshots>
1447-
<enabled>true</enabled>
1448-
</snapshots>
1449-
<releases>
1450-
<enabled>false</enabled>
1451-
</releases>
1452-
</repository>
1453-
<repository>
1454-
<id>spring-milestone</id>
1455-
<url>https://repo.spring.io/milestone</url>
1456-
</repository>
1444+
1445+
14571446
</repositories>
14581447

14591448
</project>

0 commit comments

Comments
 (0)