Prepare 3.0.1 (2022.0.1).

See #1865
This commit is contained in:
Mark Paluch
2023-01-13 11:40:38 +01:00
parent ccc7e9172d
commit aea55909a9

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">
<!--
@@ -140,7 +141,7 @@
<webbeans>2.0.27</webbeans>
<!-- Used in asciidoc reference documentation -->
<releasetrain>2022.0.1-SNAPSHOT</releasetrain>
<releasetrain>2022.0.1</releasetrain>
<!-- To be overridden by individual modules -->
<java-module-name/>
@@ -281,7 +282,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<type>zip</type>
<optional>true</optional>
</dependency>