Skip to content

Commit c529b6b

Browse files
committed
Prepare 3.2 M2 (2023.1.0).
See #2058
1 parent b8f020d commit c529b6b

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

parent/pom.xml

Lines changed: 5 additions & 14 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
@@ -139,7 +140,7 @@
139140
<webbeans>2.0.27</webbeans>
140141

141142
<!-- Used in asciidoc reference documentation -->
142-
<releasetrain>2023.1.0-SNAPSHOT</releasetrain>
143+
<releasetrain>2023.1.0-M2</releasetrain>
143144

144145
<!-- To be overridden by individual modules -->
145146
<java-module-name/>
@@ -279,7 +280,7 @@
279280
<dependency>
280281
<groupId>org.springframework.data.build</groupId>
281282
<artifactId>spring-data-build-resources</artifactId>
282-
<version>3.2.0-SNAPSHOT</version>
283+
<version>3.2.0-M2</version>
283284
<type>zip</type>
284285
<optional>true</optional>
285286
</dependency>
@@ -1331,20 +1332,10 @@
13311332
</build>
13321333

13331334
<repositories>
1334-
<repository>
1335-
<id>spring-snapshot</id>
1336-
<url>https://repo.spring.io/snapshot</url>
1337-
<snapshots>
1338-
<enabled>true</enabled>
1339-
</snapshots>
1340-
<releases>
1341-
<enabled>false</enabled>
1342-
</releases>
1343-
</repository>
13441335
<repository>
13451336
<id>spring-milestone</id>
13461337
<url>https://repo.spring.io/milestone</url>
13471338
</repository>
13481339
</repositories>
13491340

1350-
</project>
1341+
</project>

0 commit comments

Comments
 (0)