Skip to content

Commit fb62124

Browse files
committed
Prepare 3.3 M2 (2024.0.0).
See #2239
1 parent e4439fa commit fb62124

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

parent/pom.xml

Lines changed: 4 additions & 13 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
@@ -141,7 +142,7 @@
141142
<webbeans>4.0.2</webbeans>
142143

143144
<!-- Used in asciidoc reference documentation -->
144-
<releasetrain>2024.0.0-SNAPSHOT</releasetrain>
145+
<releasetrain>2024.0.0-M2</releasetrain>
145146

146147
<!-- To be overridden by individual modules -->
147148
<java-module-name/>
@@ -396,7 +397,7 @@
396397
<dependency>
397398
<groupId>org.springframework.data.build</groupId>
398399
<artifactId>spring-data-build-resources</artifactId>
399-
<version>3.3.0-SNAPSHOT</version>
400+
<version>3.3.0-M2</version>
400401
<type>zip</type>
401402
<optional>true</optional>
402403
</dependency>
@@ -1402,16 +1403,6 @@
14021403
</build>
14031404

14041405
<repositories>
1405-
<repository>
1406-
<id>spring-snapshot</id>
1407-
<url>https://repo.spring.io/snapshot</url>
1408-
<snapshots>
1409-
<enabled>true</enabled>
1410-
</snapshots>
1411-
<releases>
1412-
<enabled>false</enabled>
1413-
</releases>
1414-
</repository>
14151406
<repository>
14161407
<id>spring-milestone</id>
14171408
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)