Skip to content

Commit

Permalink
Fixes #866: Require maven 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoniuk authored and slawekjaranowski committed Dec 19, 2022
1 parent 5ee419d commit 4546a4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions versions-maven-plugin/pom.xml
Expand Up @@ -15,6 +15,10 @@
<name>Versions Maven Plugin</name>
<description>The Versions Maven Plugin is used when you want to manage the versions of artifacts in a project's POM.</description>

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<dependencies>
<dependency>
<groupId>org.codehaus.mojo.versions</groupId>
Expand Down

0 comments on commit 4546a4e

Please sign in to comment.