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 2022/03/16 10:53:16 UTC

[tomcat] branch 9.0.x updated: Update BND to 6.2.0

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 7ba714b  Update BND to 6.2.0
7ba714b is described below

commit 7ba714b9a35bb4c3b65a9bc6c60133b35aec90d1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 16 10:49:21 2022 +0000

    Update BND to 6.2.0
---
 build.properties.default   | 6 +++---
 webapps/docs/changelog.xml | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index dbeb93c..35ddd11 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -297,12 +297,12 @@ spotbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${spotbugs.version}/
 
 # ----- bnd, version 6.0.0 or later  -----
 # ----- provides OSGI metadata for JARs       -----
-bnd.version=6.1.0
+bnd.version=6.2.0
 
-# checksums for biz.aQute.bnd-6.1.0.jar
+# checksums for biz.aQute.bnd-6.2.0.jar
 bnd.checksum.enabled=true
 bnd.checksum.algorithm=MD5|SHA-1
-bnd.checksum.value=3f4bcd3e67f31a563d49370364b62915|d54eba8fb11eb43bb40eac7e3cb92e906b9fa567
+bnd.checksum.value=4ebce64639ebe72f5b665faebd8dea30|28eaa28c9b5382687e0b83cc69aa540de1f6f56e
 
 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 ea5fc14..511e378 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -141,6 +141,9 @@
         Expand the <code>spotbugs</code> Ant task to also cover test code.
         (markt)
       </add>
+      <update>
+        Update to bnd 6.2.0. (markt)
+      </update>
     </changelog>
   </subsection>
 </section>

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