TEZ-4558. Update build setup maven version and enforcer minimum to correct minimum (#350)

Co-authored-by: Jonathan Eagles <jeagles@apache.org>
diff --git a/BUILDING.txt b/BUILDING.txt
index a917bfa..57c9cd1 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -7,7 +7,7 @@
 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 159bbae..67fa9ec 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>