Skip to content

Commit 906059a

Browse files
jteaglesJonathan Eagles
and
Jonathan Eagles
authored
TEZ-4558. Update build setup maven version and enforcer minimum to correct minimum (#350)
Co-authored-by: Jonathan Eagles <[email protected]>
1 parent a77f8ef commit 906059a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILDING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://cwiki.apache.org/confluence/display/TEZ
77
Requirements:
88

99
* JDK 1.8+
10-
* Maven 3.1 or later
10+
* Maven 3.6.3 or later
1111
* Findbugs 2.0.2 or later (if running findbugs)
1212
* ProtocolBuffer 3.21.1
1313
* Internet connection for first build (to fetch all dependencies)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@
10581058
<configuration>
10591059
<rules>
10601060
<requireMavenVersion>
1061-
<version>[3.0.2,)</version>
1061+
<version>[3.6.3,)</version>
10621062
</requireMavenVersion>
10631063
<requireJavaVersion>
10641064
<version>[${maven.compiler.target},)</version>

0 commit comments

Comments
 (0)