You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/06/22 11:35:58 UTC

[tomcat] branch 9.0.x updated: Fix BZ 64532 - update to bnd 5.1.1

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

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 986e457  Fix BZ 64532 - update to bnd 5.1.1
986e457 is described below

commit 986e4575c5e1fe443f6986bda083eafb3aa1ef8b
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Wed Jun 17 10:04:03 2020 -0400

    Fix BZ 64532 - update to bnd 5.1.1
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 build.properties.default   | 8 ++++----
 webapps/docs/changelog.xml | 4 ++++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 2d9be9c..6cf6697 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -286,14 +286,14 @@ saaj-api.home=${base.path}/saaj-api-${saaj-api.version}
 saaj-api.jar=${saaj-api.home}/saaj-api-${saaj-api.version}.jar
 saaj-api.loc=${base-maven.loc}/javax/xml/soap/saaj-api/${saaj-api.version}/saaj-api-${saaj-api.version}.jar
 
-# ----- bnd & bndlib, version 4.0.0 or later  -----
+# ----- bnd, version 5.1.1 or later  -----
 # ----- provides OSGI metadata for JARs       -----
-bnd.version=5.1.0
+bnd.version=5.1.1
 
-# checksums for biz.aQute.bnd-5.1.0.jar
+# checksums for biz.aQute.bnd-5.1.1.jar
 bnd.checksum.enabled=true
 bnd.checksum.algorithm=MD5|SHA-1
-bnd.checksum.value=477684fd83707666cc84a766b147ed0c|9069bc1afad9201e3dc2efe62c0d5193777d16ae
+bnd.checksum.value=0dc5ff0af222ef075b5b0dd488f6aeac|0e542cf0f928107c17ce65f3c68dd2875724fecc
 
 bnd.home=${base.path}/bnd-${bnd.version}
 bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f2ce237..e23e4a1 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -138,6 +138,10 @@
         Store common build details in a shared build-defaults.bnd. Pull
         request provided by Raymond Augé. (markt)
       </fix>
+      <fix>
+        <bug>64532</bug>: Update to bnd 5.1.1. Pull request provided by Raymond
+        Augé. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org