Skip to content

Commit e3c76b6

Browse files
committed
Prepare 3.3.11 (2024.0.11).
See #2502
1 parent 0b0338e commit e3c76b6

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
@@ -143,7 +144,7 @@
143144
<webbeans>4.0.3</webbeans>
144145

145146
<!-- Used in asciidoc reference documentation -->
146-
<releasetrain>2024.0.11-SNAPSHOT</releasetrain>
147+
<releasetrain>2024.0.11</releasetrain>
147148

148149
<!-- To be overridden by individual modules -->
149150
<java-module-name/>
@@ -414,7 +415,7 @@
414415
<dependency>
415416
<groupId>org.springframework.data.build</groupId>
416417
<artifactId>spring-data-build-resources</artifactId>
417-
<version>3.3.11-SNAPSHOT</version>
418+
<version>3.3.11</version>
418419
<type>zip</type>
419420
<optional>true</optional>
420421
</dependency>
@@ -1498,20 +1499,8 @@
14981499
</build>
14991500

15001501
<repositories>
1501-
<repository>
1502-
<id>spring-snapshot</id>
1503-
<url>https://repo.spring.io/snapshot</url>
1504-
<snapshots>
1505-
<enabled>true</enabled>
1506-
</snapshots>
1507-
<releases>
1508-
<enabled>false</enabled>
1509-
</releases>
1510-
</repository>
1511-
<repository>
1512-
<id>spring-milestone</id>
1513-
<url>https://repo.spring.io/milestone</url>
1514-
</repository>
1502+
1503+
15151504
</repositories>
15161505

15171506
</project>

0 commit comments

Comments
 (0)