HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom

This commit is contained in:
zhangduo 2019-05-31 21:52:21 +08:00
parent 6735cc13c1
commit 4e98bf119a
1 changed files with 1 additions and 1 deletions

View File

@ -1419,7 +1419,7 @@
<java.min.version>${compileSource}</java.min.version>
<!-- Dependencies -->
<hadoop-two.version>2.8.5</hadoop-two.version>
<hadoop-three.version>3.1.1</hadoop-three.version>
<hadoop-three.version>3.1.2</hadoop-three.version>
<!-- These must be defined here for downstream build tools that don't look at profiles.
They ought to match the values found in our default hadoop profile, which is
currently "hadoop-2.0". See HBASE-15925 for more info. -->