Skip to content

Commit eb92d10

Browse files
Prepare 3.4.10 (2024.1.10).
See #2635
1 parent 2955e91 commit eb92d10

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
@@ -145,7 +146,7 @@
145146
<webbeans>4.0.3</webbeans>
146147

147148
<!-- Used in asciidoc reference documentation -->
148-
<releasetrain>2024.1.10-SNAPSHOT</releasetrain>
149+
<releasetrain>2024.1.10</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.4.10-SNAPSHOT</version>
420+
<version>3.4.10</version>
420421
<type>zip</type>
421422
<optional>true</optional>
422423
</dependency>
@@ -1500,20 +1501,8 @@
15001501
</build>
15011502

15021503
<repositories>
1503-
<repository>
1504-
<id>spring-snapshot</id>
1505-
<url>https://repo.spring.io/snapshot</url>
1506-
<snapshots>
1507-
<enabled>true</enabled>
1508-
</snapshots>
1509-
<releases>
1510-
<enabled>false</enabled>
1511-
</releases>
1512-
</repository>
1513-
<repository>
1514-
<id>spring-milestone</id>
1515-
<url>https://repo.spring.io/milestone</url>
1516-
</repository>
1504+
1505+
15171506
</repositories>
15181507

1519-
</project>
1508+
</project>

0 commit comments

Comments
 (0)