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:14 UTC

[zookeeper] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


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

commit e7d67da8d49ab0bb19ff1c2a5e5ce02f23596402
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
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 758852b..805e85a 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>