Prepare 3.0 M3 (2022.0.0).

See #1684
This commit is contained in:
Mark Paluch
2022-03-22 14:00:02 +01:00
parent fda361ddbc
commit fc4f8a3d8c

View File

@@ -139,7 +139,7 @@
<webbeans.xbean>4.20</webbeans.xbean>
<!-- Used in asciidoc reference documentation -->
<releasetrain>2022.0.0-SNAPSHOT</releasetrain>
<releasetrain>2022.0.0-M3</releasetrain>
<!-- To be overridden by individual modules -->
<java-module-name/>
@@ -239,8 +239,7 @@
<exclude>org.springframework.data:*</exclude>
</excludes>
</requireReleaseDeps>
<NoSnapshotDependenciesInDependencyManagementRule
implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
<NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
<onlyWhenRelease>true</onlyWhenRelease>
</NoSnapshotDependenciesInDependencyManagementRule>
</rules>
@@ -290,7 +289,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M3</version>
<type>zip</type>
<optional>true</optional>
</dependency>