Skip to content

Commit d6c42b7

Browse files
committed
Fixes mojohaus#866: Require maven 3.2.5
1 parent f034c73 commit d6c42b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versions-maven-plugin/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<name>Versions Maven Plugin</name>
1616
<description>The Versions Maven Plugin is used when you want to manage the versions of artifacts in a project's POM.</description>
1717

18+
<prerequisites>
19+
<maven>${mavenVersion}</maven>
20+
</prerequisites>
21+
1822
<dependencies>
1923
<dependency>
2024
<groupId>org.codehaus.mojo.versions</groupId>

0 commit comments

Comments
 (0)