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 1ea0defa99 Update BND to 7.0.0
1ea0defa99 is described below
commit 1ea0defa99b2fab44f7fcba9add55f24c0c5f5cc
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Nov 2 09:44:13 2023 +0000
Update BND to 7.0.0
---
build.properties.default | 4 ++--
webapps/docs/changelog.xml | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index cd3825b95f..74d58e3027 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -304,12 +304,12 @@
spotbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${spotbugs.version}/
# ----- bnd, version 6.3.0 or later -----
# ----- provides OSGI metadata for JARs -----
-bnd.version=6.4.1
+bnd.version=7.0.0
# checksums for biz.aQute.bnd-6.4.1.jar
bnd.checksum.enabled=true
bnd.checksum.algorithm=MD5|SHA-1
-bnd.checksum.value=78a21ab586850832a78342b8d0a99f64|91f28d145a1284f270a3d2cdc886863460c89833
+bnd.checksum.value=654776477ed942fc53f581fec66e253a|9937f6b7528628964a4ab8e50ba6b964d0310bce
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 6b493b9620..68e551c3eb 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -176,6 +176,9 @@
<update>
Update SpotBugs to 4.8.0. (markt)
</update>
+ <update>
+ Update BDN to 7.0.0. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]