Skip to content

Commit fc4f8a3

Browse files
committed
Prepare 3.0 M3 (2022.0.0).
See #1684
1 parent fda361d commit fc4f8a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<webbeans.xbean>4.20</webbeans.xbean>
140140

141141
<!-- Used in asciidoc reference documentation -->
142-
<releasetrain>2022.0.0-SNAPSHOT</releasetrain>
142+
<releasetrain>2022.0.0-M3</releasetrain>
143143

144144
<!-- To be overridden by individual modules -->
145145
<java-module-name/>
@@ -239,8 +239,7 @@
239239
<exclude>org.springframework.data:*</exclude>
240240
</excludes>
241241
</requireReleaseDeps>
242-
<NoSnapshotDependenciesInDependencyManagementRule
243-
implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
242+
<NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
244243
<onlyWhenRelease>true</onlyWhenRelease>
245244
</NoSnapshotDependenciesInDependencyManagementRule>
246245
</rules>
@@ -290,7 +289,7 @@
290289
<dependency>
291290
<groupId>org.springframework.data.build</groupId>
292291
<artifactId>spring-data-build-resources</artifactId>
293-
<version>3.0.0-SNAPSHOT</version>
292+
<version>3.0.0-M3</version>
294293
<type>zip</type>
295294
<optional>true</optional>
296295
</dependency>

0 commit comments

Comments
 (0)