mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade maven-enforcer-plugin 3.3.0 -> 3.4.0 (#759)
See: - https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.4.0 - https://github.com/apache/maven-enforcer/compare/enforcer-3.3.0...enforcer-3.4.0
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -976,7 +976,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
<version>3.3.0</version>
|
<version>3.4.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<fail>false</fail>
|
<fail>false</fail>
|
||||||
<rules>
|
<rules>
|
||||||
@@ -1015,19 +1015,9 @@
|
|||||||
</banDuplicateClasses>
|
</banDuplicateClasses>
|
||||||
<banDuplicatePomDependencyVersions />
|
<banDuplicatePomDependencyVersions />
|
||||||
<banDynamicVersions>
|
<banDynamicVersions>
|
||||||
<!-- XXX: Drop this once the `ignores` section
|
|
||||||
below works as expected. -->
|
|
||||||
<allowSnapshots>true</allowSnapshots>
|
|
||||||
<!-- XXX: It shouldn't be necessary to specify
|
|
||||||
an empty `excludedScopes` parameter, but
|
|
||||||
without this an NPE results. See
|
|
||||||
https://issues.apache.org/jira/browse/MENFORCER-481. -->
|
|
||||||
<excludedScopes />
|
|
||||||
<!-- XXX: This doesn't work. See
|
|
||||||
https://issues.apache.org/jira/browse/MENFORCER-480.
|
|
||||||
<ignores>
|
<ignores>
|
||||||
<ignore>${project.groupId}</ignore>
|
<ignore>${project.groupId}</ignore>
|
||||||
</ignores> -->
|
</ignores>
|
||||||
</banDynamicVersions>
|
</banDynamicVersions>
|
||||||
<dependencyConvergence />
|
<dependencyConvergence />
|
||||||
<enforceBytecodeVersion>
|
<enforceBytecodeVersion>
|
||||||
|
|||||||
Reference in New Issue
Block a user