Skip to content

Commit

Permalink
Merge pull request #211 from s4u/mvn-3.6.3
Browse files Browse the repository at this point in the history
Require Maven 3.6.3 as minimum for build
  • Loading branch information
slawekjaranowski authored Apr 2, 2024
2 parents 76defa5 + 0183d3e commit c514fe2
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 @@ -105,7 +105,7 @@
<!-- auto release to Central after deploy to https://oss.sonatype.org/ staging -->
<oss.auto.release>true</oss.auto.release>

<maven.version>3.6.0</maven.version>
<mavenVersion>3.6.3</mavenVersion>

<!-- reproducible build -->
<project.build.outputTimestamp>2024-02-20T17:45:29Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -349,7 +349,7 @@
<rules>
<DependencyConvergence />
<requireMavenVersion>
<version>${maven.version}</version>
<version>${mavenVersion}</version>
</requireMavenVersion>
<requireJavaVersion>
<version>${maven.compiler.target}</version>
Expand Down

0 comments on commit c514fe2

Please sign in to comment.