@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user