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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 6dc0451  ZOOKEEPER-3122: add missing pom to source tarball
6dc0451 is described below

commit 6dc04519a9dd0aee05dc4b896e1268eac85c002b
Author: Norbert Kalmar <[email protected]>
AuthorDate: Tue Apr 9 10:40:52 2019 +0200

    ZOOKEEPER-3122: add missing pom to source tarball
    
    Author: Norbert Kalmar <[email protected]>
    
    Reviewers: [email protected]
    
    Closes #900 from nkalmar/master
    
    (cherry picked from commit 915c6acaea3f5c01d26f0bff93d1897a4da3e32c)
    Signed-off-by: Andor Molnar <[email protected]>
---
 zookeeper-assembly/src/main/assembly/source-package.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zookeeper-assembly/src/main/assembly/source-package.xml 
b/zookeeper-assembly/src/main/assembly/source-package.xml
index 9a0f2a9..f93b4c6 100644
--- a/zookeeper-assembly/src/main/assembly/source-package.xml
+++ b/zookeeper-assembly/src/main/assembly/source-package.xml
@@ -106,6 +106,7 @@
       <directory>${project.basedir}/..</directory>
       <outputDirectory>.</outputDirectory>
       <includes>
+        <include>pom.xml</include>
         <include>build.xml</include>
         <include>ivy.xml</include>
         <include>ivysettings.xml</include>

Reply via email to