You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2019/05/31 13:54:12 UTC

[hbase] branch branch-2 updated: HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 51180cb  HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom
51180cb is described below

commit 51180cb7ef49db0c18ef31906258c2a93aff6ae5
Author: zhangduo <zh...@apache.org>
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 4b5957d..d6cbb54 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1283,7 +1283,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. -->