We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c189e7d commit b8479c3Copy full SHA for b8479c3
1 file changed
pom.xml
@@ -389,16 +389,15 @@ under the License.
389
<artifactId>maven-enforcer-plugin</artifactId>
390
<executions>
391
<execution>
392
- <id>require-maven-2.0.9</id>
+ <id>require-maven-3.0</id>
393
<goals>
394
<goal>enforce</goal>
395
</goals>
396
<configuration>
397
<rules>
398
<requireMavenVersion>
399
<!-- The tests check file encoding and class path ordering which depends on fixes in latest Maven -->
400
- <version>[2.0.9,3.0-SNAPSHOT],[3.0,)</version>
401
- <!-- workaround for MENFORCER-94 -->
+ <version>[3.0,)</version>
402
</requireMavenVersion>
403
</rules>
404
</configuration>
0 commit comments