Skip to content

Commit 410c1d7

Browse files
committed
Prepare 3.2.3 (2023.1.3).
See #2210
1 parent 3747d05 commit 410c1d7

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

143144
<!-- Used in asciidoc reference documentation -->
144-
<releasetrain>2023.1.3-SNAPSHOT</releasetrain>
145+
<releasetrain>2023.1.3</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.3-SNAPSHOT</version>
400+
<version>3.2.3</version>
400401
<type>zip</type>
401402
<optional>true</optional>
402403
</dependency>
@@ -1425,20 +1426,8 @@
14251426
</build>
14261427

14271428
<repositories>
1428-
<repository>
1429-
<id>spring-snapshot</id>
1430-
<url>https://repo.spring.io/snapshot</url>
1431-
<snapshots>
1432-
<enabled>true</enabled>
1433-
</snapshots>
1434-
<releases>
1435-
<enabled>false</enabled>
1436-
</releases>
1437-
</repository>
1438-
<repository>
1439-
<id>spring-milestone</id>
1440-
<url>https://repo.spring.io/milestone</url>
1441-
</repository>
1429+
1430+
14421431
</repositories>
14431432

14441433
</project>

0 commit comments

Comments
 (0)