This is an automated email from the ASF dual-hosted git repository.
openinx pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new 8e5e868 HBASE-22838 assembly plugin should use posix
8e5e868 is described below
commit 8e5e86840aa73b378ae2e89844a059ca3eee9d1d
Author: Viraj Jasani <[email protected]>
AuthorDate: Tue Aug 13 15:05:55 2019 +0800
HBASE-22838 assembly plugin should use posix
Signed-off-by: huzheng <[email protected]>
---
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 ebc42cc..4456e33 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -75,7 +75,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 eae2384..c4b00c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1298,7 +1298,7 @@
<spy.version>2.11.6</spy.version>
<bouncycastle.version>1.46</bouncycastle.version>
<!-- Plugin Dependencies -->
- <maven.assembly.version>2.4</maven.assembly.version>
+ <maven.assembly.version>2.5</maven.assembly.version>
<maven.antrun.version>1.6</maven.antrun.version>
<jamon.plugin.version>2.4.1</jamon.plugin.version>
<findbugs-annotations>1.3.9-1</findbugs-annotations>