Skip to content

Commit

Permalink
TEZ-4558. Update build setup maven version and enforcer minimum to co…
Browse files Browse the repository at this point in the history
…rrect minimum (#350)

Co-authored-by: Jonathan Eagles <[email protected]>
  • Loading branch information
jteagles and Jonathan Eagles authored May 3, 2024
1 parent a77f8ef commit 906059a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILDING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.0.2,)</version>
<version>[3.6.3,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[${maven.compiler.target},)</version>
Expand Down

0 comments on commit 906059a

Please sign in to comment.