Skip to content

Commit 6f8fbdf

Browse files
committed
Prepare 3.4.12 (2024.1.12).
See #2682
1 parent 7c5b225 commit 6f8fbdf

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.12-SNAPSHOT</releasetrain>
149+
<releasetrain>2024.1.12</releasetrain>
149150

150151
<!-- To be overridden by individual modules -->
151152
<java-module-name/>
@@ -422,7 +423,7 @@
422423
<dependency>
423424
<groupId>org.springframework.data.build</groupId>
424425
<artifactId>spring-data-build-resources</artifactId>
425-
<version>3.4.12-SNAPSHOT</version>
426+
<version>3.4.12</version>
426427
<type>zip</type>
427428
<optional>true</optional>
428429
</dependency>
@@ -1514,20 +1515,8 @@
15141515
</build>
15151516

15161517
<repositories>
1517-
<repository>
1518-
<id>spring-snapshot</id>
1519-
<url>https://repo.spring.io/snapshot</url>
1520-
<snapshots>
1521-
<enabled>true</enabled>
1522-
</snapshots>
1523-
<releases>
1524-
<enabled>false</enabled>
1525-
</releases>
1526-
</repository>
1527-
<repository>
1528-
<id>spring-milestone</id>
1529-
<url>https://repo.spring.io/milestone</url>
1530-
</repository>
1518+
1519+
15311520
</repositories>
15321521

1533-
</project>
1522+
</project>

0 commit comments

Comments
 (0)