Prepare 3.2.8 (2023.1.8).

See #2311
This commit is contained in:
Jens Schauder
2024-07-12 13:32:44 +02:00
parent f0fd8bdf8e
commit f5fdaf5cf8

View File

@@ -1,4 +1,5 @@
<?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">
<?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">
<!--
@@ -141,7 +142,7 @@
<webbeans>4.0.2</webbeans>
<!-- Used in asciidoc reference documentation -->
<releasetrain>2023.1.8-SNAPSHOT</releasetrain>
<releasetrain>2023.1.8</releasetrain>
<!-- To be overridden by individual modules -->
<java-module-name/>
@@ -396,7 +397,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.2.8-SNAPSHOT</version>
<version>3.2.8</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -1402,20 +1403,8 @@
</build>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
</project>
</project>