mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade maven-enforcer-plugin 3.4.1 -> 3.5.0 (#1201)
See: - https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.5.0 - https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.5.0
This commit is contained in:
committed by
GitHub
parent
01f139b6a4
commit
29f1a3d2a6
5
pom.xml
5
pom.xml
@@ -987,7 +987,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>3.4.1</version>
|
||||
<version>3.5.0</version>
|
||||
<configuration>
|
||||
<fail>false</fail>
|
||||
<rules>
|
||||
@@ -1042,6 +1042,9 @@
|
||||
<requireJavaVersion>
|
||||
<version>${version.jdk}</version>
|
||||
</requireJavaVersion>
|
||||
<requireMatchingCoordinates>
|
||||
<moduleNameMustMatchArtifactId>true</moduleNameMustMatchArtifactId>
|
||||
</requireMatchingCoordinates>
|
||||
<requireMavenVersion>
|
||||
<version>${version.maven}</version>
|
||||
</requireMavenVersion>
|
||||
|
||||
Reference in New Issue
Block a user