This is an automated email from the ASF dual-hosted git repository. jeagles pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push: new 906059adb TEZ-4558. Update build setup maven version and enforcer minimum to correct minimum (#350) 906059adb is described below commit 906059adb1f196c07cade0b3abdac4142f4e819f Author: jteagles <jeag...@gmail.com> AuthorDate: Fri May 3 13:51:25 2024 -0500 TEZ-4558. Update build setup maven version and enforcer minimum to correct minimum (#350) Co-authored-by: Jonathan Eagles <jeag...@apache.org> --- BUILDING.txt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index a917bfa1a..57c9cd13c 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -7,7 +7,7 @@ https://cwiki.apache.org/confluence/display/TEZ Requirements: * JDK 1.8+ -* Maven 3.1 or later +* Maven 3.6.3 or later * Findbugs 2.0.2 or later (if running findbugs) * ProtocolBuffer 3.21.1 * Internet connection for first build (to fetch all dependencies) diff --git a/pom.xml b/pom.xml index 159bbae58..67fa9ec36 100644 --- a/pom.xml +++ b/pom.xml @@ -1058,7 +1058,7 @@ <configuration> <rules> <requireMavenVersion> - <version>[3.0.2,)</version> + <version>[3.6.3,)</version> </requireMavenVersion> <requireJavaVersion> <version>[${maven.compiler.target},)</version>