This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new 82915b9 HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom
82915b9 is described below
commit 82915b9c91e02537e05cf8a662fb9488a8bf6d54
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 04a2eac..32fd30e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1363,7 +1363,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. -->