You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by dd...@apache.org on 2021/01/24 18:12:32 UTC

[zookeeper] branch branch-3.7.0 updated: ZOOKEEPER-4191: Work around missing executable bits in source release tarball

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

ddiederen pushed a commit to branch branch-3.7.0
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.7.0 by this push:
     new 68ea579  ZOOKEEPER-4191: Work around missing executable bits in source release tarball
68ea579 is described below

commit 68ea5792a015f934015d6ac5bd0d8ef5913c05a5
Author: Damien Diederen <dd...@crosstwine.com>
AuthorDate: Sun Jan 24 18:11:25 2021 +0000

    ZOOKEEPER-4191: Work around missing executable bits in source release tarball
    
    symat noticed that the source tarball for 3.7.0rc0 is missing executable bits.
    
    ztzg noticed that this can be worked around by reinstating the "old" version of the maven-assembly-plugin, which had been aligned in ZOOKEEPER-3833.
    
    This patch implements the work around, and also applies cleanly on top of `branch-3.7.0` and `branch-3.7`.
    
    Also discussed on dev:
    
      https://mail-archives.apache.org/mod_mbox/zookeeper-dev/202101.mbox/%3C875z3n9w75.fsf%40crosstwine.com%3E
    
    Original report:
    
      https://mail-archives.apache.org/mod_mbox/zookeeper-dev/202101.mbox/%3cCAAMoRKLMf7tLosgqyiwYfFxXq-Zmiz=0oTGDijX5M=MHDF_JCgmail.gmail.com%3e
    
    Author: Damien Diederen <dd...@crosstwine.com>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>
    
    Closes #1586 from ztzg/ZOOKEEPER-4191-missing-x-bits-source-tarball
    
    (cherry picked from commit e7d67da8d49ab0bb19ff1c2a5e5ce02f23596402)
    Signed-off-by: Damien Diederen <dd...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 26661a7..64c972b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -690,6 +690,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>