Skip to content

Commit

Permalink
Merge pull request #325 from groovy/fix-required-maven-version
Browse files Browse the repository at this point in the history
Fix that required Maven version was accidentally bumped (closes #324)
  • Loading branch information
keeganwitt authored Jan 2, 2025
2 parents 7f70b93 + f18a9c6 commit ff57fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
</profiles>

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

<build>
Expand Down

0 comments on commit ff57fa1

Please sign in to comment.