You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2017/04/18 23:41:25 UTC

hbase git commit: HBASE-17925 mvn assembly:single fails against hadoop3-alpha2

Repository: hbase
Updated Branches:
  refs/heads/master a8e6f3379 -> 719a30b11


HBASE-17925 mvn assembly:single fails against hadoop3-alpha2


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/719a30b1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/719a30b1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/719a30b1

Branch: refs/heads/master
Commit: 719a30b11a7fddc5f8e5318064d8fb9ef5eab7cb
Parents: a8e6f33
Author: Jonathan M Hsieh <jm...@apache.org>
Authored: Fri Apr 14 13:45:07 2017 -0700
Committer: Jonathan M Hsieh <jm...@apache.org>
Committed: Tue Apr 18 16:40:07 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/719a30b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dcfd848..aff01d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2381,7 +2381,7 @@
         <hadoop.version>${hadoop-three.version}</hadoop.version>
         <!--Use this compat module for now. TODO: Make h3 one if we need one-->
         <compat.module>hbase-hadoop2-compat</compat.module>
-        <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
+        <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
       </properties>
      <dependencyManagement>
        <dependencies>