Skip to content

Commit

Permalink
minimalMavenBuildVersion should not be overriding by mavenVersion
Browse files Browse the repository at this point in the history
minimalMavenBuildVersion is used for build
mavenVersion is used for Maven Api version

We can build by newer version than is used as dependencies
  • Loading branch information
slawekjaranowski committed Oct 6, 2023
1 parent 905e40a commit bd83336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@
<minimalJavaBuildVersion>${mojo.java.target}</minimalJavaBuildVersion>
<recommendedJavaBuildVersion>${minimalJavaBuildVersion}</recommendedJavaBuildVersion>

<mavenVersion>3.6.3</mavenVersion>
<minimalMavenBuildVersion>${mavenVersion}</minimalMavenBuildVersion>
<minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
<mavenVersion>${minimalMavenBuildVersion}</mavenVersion>

<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- NOTE: We deliberately do not set maven.test.redirectTestOutputToFile here to workaround MNG-1992 -->
Expand Down

0 comments on commit bd83336

Please sign in to comment.