From 0f41e3135dc9135ea78f655839a7a4e049501c37 Mon Sep 17 00:00:00 2001 From: Jonathan Eagles Date: Thu, 2 May 2024 10:20:34 -0500 Subject: [PATCH] TEZ-4558. Update build setup maven version and enforcer minimum to correct minimum --- BUILDING.txt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index a917bfa1a2..57c9cd13c0 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 159bbae58f..67fa9ec369 100644 --- a/pom.xml +++ b/pom.xml @@ -1058,7 +1058,7 @@ - [3.0.2,) + [3.6.3,) [${maven.compiler.target},)