This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 4e98bf1 HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom
4e98bf1 is described below
commit 4e98bf119adf26958f084ab941ebf7150bc50a48
Author: zhangduo <[email protected]>
AuthorDate: Fri May 31 21:52:21 2019 +0800
HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7e41f09..9b9e75a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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. -->