Skip to content

Commit

Permalink
Use maven.min.version property in supported-maven-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Mar 27, 2024
1 parent a00e419 commit a1bbee2
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 @@ -59,7 +59,7 @@
<!--
Supported Maven versions, interpreted as a version range (Also defined in quarkus-enforcer-rules)
-->
<supported-maven-versions>[3.8.2,)</supported-maven-versions>
<supported-maven-versions>[${maven.min.version},)</supported-maven-versions>

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

0 comments on commit a1bbee2

Please sign in to comment.