Skip to content

Commit e93aab3

Browse files
committed
Prepare 3.2 GA (2023.1.0).
See #2155
1 parent 2baf3ed commit e93aab3

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" 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.0</webbeans>
142143

143144
<!-- Used in asciidoc reference documentation -->
144-
<releasetrain>2023.1.0-SNAPSHOT</releasetrain>
145+
<releasetrain>2023.1.0</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.2.0-SNAPSHOT</version>
400+
<version>3.2.0</version>
400401
<type>zip</type>
401402
<optional>true</optional>
402403
</dependency>
@@ -1423,20 +1424,8 @@
14231424
</build>
14241425

14251426
<repositories>
1426-
<repository>
1427-
<id>spring-snapshot</id>
1428-
<url>https://repo.spring.io/snapshot</url>
1429-
<snapshots>
1430-
<enabled>true</enabled>
1431-
</snapshots>
1432-
<releases>
1433-
<enabled>false</enabled>
1434-
</releases>
1435-
</repository>
1436-
<repository>
1437-
<id>spring-milestone</id>
1438-
<url>https://repo.spring.io/milestone</url>
1439-
</repository>
1427+
1428+
14401429
</repositories>
14411430

1442-
</project>
1431+
</project>

0 commit comments

Comments
 (0)