Skip to content

Commit

Permalink
Fix recommended Maven version for 2.2
Browse files Browse the repository at this point in the history
Quarkus 2.2 requires Maven 3.8.1+.
Fixes #22472
  • Loading branch information
gsmet authored and gastaldi committed Jan 20, 2022
1 parent eac7ff8 commit aaf8dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<!--
Supported Maven versions, interpreted as a version range
-->
<supported-maven-versions>[3.6.2,)</supported-maven-versions>
<supported-maven-versions>[3.8.1,)</supported-maven-versions>

<!-- These 2 properties are used by CreateProjectMojo to add the Maven Wrapper -->
<proposed-maven-version>3.8.4</proposed-maven-version>
Expand Down

0 comments on commit aaf8dea

Please sign in to comment.