You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by an...@apache.org on 2019/03/06 14:53:22 UTC

[zookeeper] annotated tag release-3.4.14-rc5 created (now ad9b887)

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

andor pushed a change to annotated tag release-3.4.14-rc5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git.


      at ad9b887  (tag)
 tagging 4c25d480e66aadd371de8bd2fd8da255ac140bcf (commit)
 replaces release-3.4.14-rc4
      by Andor Molnar
      on Wed Mar 6 06:52:39 2019 -0800

- Log -----------------------------------------------------------------
ZooKeeper 3.4.14-rc5 release.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAABAgAGBQJcf97CAAoJEP/jW38V36G6AJQP/3uLiuLqwNI3WiSMgsX3kXiJ
z+PKf1YhEAcxUwP/8fZVRwYVLH2ZdOtsyuYxxI1FeaXTYVmr0HPkVPDzE6vpbFAJ
t8Cmo2lU1QwClZVI+gssbZisJFvH5b2RClkjR+oJVvJn0OpZYDknl1oX2bUDYou5
x3zLslv2GA2GC0UsDVjDKe7rk6bJItbi8dO/H0HluPTuohamUwxM4ffFRdEpVsub
TKXrglLOjCtPj0BDlVJGFPMGEtslxBVoOOXUpbG37cWUa5sJrux1VkcnqHAmbq9L
WJ5f5GXGEBHHuthdr3ubNjO2j6IkwzsiLx/PydtTYADKSXrLsK94/ytcF/hJfqPK
rDsiPLLJZ6b0tibifhkpivylaHiwmzXcmRjbFCGLqKXwepJ+9CkPOS9Wg7vg2ET3
6rOzBQRkYGXroOgGsbksxBj4vc2tqkWuGrCbAam7GECfXsG0O+fB4nCRyIEba9N8
3pzyvqi60hnVmlmM140hqDk6YDK5IZpbY+3TEusA3mnxU6cWryger0WG3LOTaYPT
L7Tia0aWaJXy/zc0nUANCgPSG15i9Gy3Tbq0khCMdLKwqkww3oVP5jx1blo8Rd8b
zEqkntTyLLb9/juzxf+p7Bc+ucC2PAPbFLsf0g+F0I8toQQWlJYTJ2chcoktfjCG
0quTktxceCDNrW3DsoBN
=Wlz8
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 4c25d48  Exclude spotbugs annotations jar from the release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[zookeeper] 01/01: Exclude spotbugs annotations jar from the release

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andor pushed a commit to annotated tag release-3.4.14-rc5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git

commit 4c25d480e66aadd371de8bd2fd8da255ac140bcf
Author: Andor Molnar <an...@apache.org>
AuthorDate: Tue Mar 5 19:32:11 2019 -0800

    Exclude spotbugs annotations jar from the release
    
    Fix for 3.4.14-rc4: exclude `spotbugs-annotations` jar from the distribution.
    
    Author: Andor Molnar <an...@apache.org>
    
    Reviewers: phunt@apache.org
    
    Closes #841 from anmolnar/fix_rc_exclude_spotbugsjar
    
    Change-Id: Ie4a36613161e103fc2c50690281fa26c90f48d1b
    (cherry picked from commit 372e713a9d2d9264417313e5d68e9437ffddd0f5)
    Signed-off-by: Patrick Hunt <ph...@apache.org>
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 2f8560e..10439b4 100644
--- a/build.xml
+++ b/build.xml
@@ -748,6 +748,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
         </fileset>
         <fileset dir="${ivy.lib}">
           <exclude name="**/jsr305*.jar" />
+          <exclude name="**/spotbugs-annotations*.jar" />
         </fileset>
       </copy>