Skip to content

Commit

Permalink
Merge pull request #385 from jamezp/WFMP-217
Browse files Browse the repository at this point in the history
[WFMP-217] Require a minimum of Maven 3.6.3.
  • Loading branch information
jamezp authored Sep 12, 2023
2 parents a95b567 + 6d83aea commit d2c7a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
</description>

<prerequisites>
<maven>${version.org.apache.maven.maven-core}</maven>
<!-- The minimum required Maven version -->
<maven>3.6.3</maven>
</prerequisites>

<!-- The url and scm need to be defined here as the site plugin appends the maven module name -->
Expand Down

0 comments on commit d2c7a23

Please sign in to comment.