This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 1791bfee90 Update BND 1791bfee90 is described below commit 1791bfee905604b2d016edf085ced322c3d1470b 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 6bd0170176..2a912734c4 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 d8ea7a489f..be83a0a425 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 10.0.22 (markt)" rtext="release in progress"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org