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/06/08 11:18:00 UTC

[tomcat] branch 9.0.x updated: Update BND

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 0f71f1d5ec Update BND
0f71f1d5ec is described below

commit 0f71f1d5ec416e944d96d0d2214f086e7fe35900
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 8 12:17:11 2022 +0100

    Update BND
    
    Minimum version updated in build.properties.default as 6.3.0 is required
    for repeatable builds.
---
 build.properties.default   | 8 ++++----
 webapps/docs/changelog.xml | 7 +++++++
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 6f84f145ba..e58f71d21f 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -295,14 +295,14 @@ spotbugs.home=${base.path}/spotbugs-${spotbugs.version}
 spotbugs.jar=${spotbugs.home}/lib/spotbugs-ant.jar
 spotbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${spotbugs.version}/spotbugs-${spotbugs.version}.tgz
 
-# ----- bnd, version 6.0.0 or later  -----
+# ----- bnd, version 6.3.0 or later  -----
 # ----- provides OSGI metadata for JARs       -----
-bnd.version=6.2.0
+bnd.version=6.3.1
 
-# checksums for biz.aQute.bnd-6.2.0.jar
+# checksums for biz.aQute.bnd-6.3.1.jar
 bnd.checksum.enabled=true
 bnd.checksum.algorithm=MD5|SHA-1
-bnd.checksum.value=4ebce64639ebe72f5b665faebd8dea30|28eaa28c9b5382687e0b83cc69aa540de1f6f56e
+bnd.checksum.value=06bb0a51c208fc2f24c8cd54216b4b6f|c00993c55ccee432dd43f540e6f7c194fe946d20
 
 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 6c1d8aa47d..12da00c824 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -125,6 +125,13 @@
       </add>
     </changelog>
   </subsection>
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update to bnd 6.3.1. (markt)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 9.0.64 (remm)" rtext="in progress">
   <subsection name="Catalina">


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