You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by op...@apache.org on 2019/08/13 07:01:13 UTC

[hbase] branch branch-1.4 updated: HBASE-22838 : assembly plugin should use posix

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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 7ea6148  HBASE-22838 : assembly plugin should use posix
7ea6148 is described below

commit 7ea61486020a556f1c05426f3c18ba16675a3f8a
Author: Viraj Jasani <vi...@gmail.com>
AuthorDate: Tue Aug 13 14:55:40 2019 +0800

    HBASE-22838 : assembly plugin should use posix
    
    Signed-off-by: huzheng <op...@gmail.com>
---
 hbase-assembly/pom.xml | 2 +-
 pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 9771719..9839b57 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -78,7 +78,7 @@
           <finalName>hbase-${project.version}</finalName>
           <skipAssembly>false</skipAssembly>
           <appendAssemblyId>true</appendAssemblyId>
-          <tarLongFileMode>gnu</tarLongFileMode>
+          <tarLongFileMode>posix</tarLongFileMode>
           <descriptors>
             <descriptor>${assembly.file}</descriptor>
           </descriptors>
diff --git a/pom.xml b/pom.xml
index fea9d68..d629674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1307,7 +1307,7 @@
     <kerby.version>1.0.1</kerby.version>
     <!-- Plugin Dependencies -->
     <error-prone.version>2.1.1</error-prone.version>
-    <maven.assembly.version>2.4</maven.assembly.version>
+    <maven.assembly.version>2.5</maven.assembly.version>
     <maven.antrun.version>1.6</maven.antrun.version>
     <maven.compiler.version>3.6.1</maven.compiler.version>
     <jamon.plugin.version>2.4.1</jamon.plugin.version>