Skip to content

Commit 6ac192f

Browse files
committed
Prepare 3.4 M1 (2024.1.0).
See #2305
1 parent b25d17b commit 6ac192f

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

144145
<!-- Used in asciidoc reference documentation -->
145-
<releasetrain>2024.1.0-SNAPSHOT</releasetrain>
146+
<releasetrain>2024.1.0-M1</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.4.0-SNAPSHOT</version>
417+
<version>3.4.0-M1</version>
417418
<type>zip</type>
418419
<optional>true</optional>
419420
</dependency>
@@ -1440,16 +1441,6 @@
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>
14531444
<repository>
14541445
<id>spring-milestone</id>
14551446
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)