This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new fa497f9 Fix BZ 64532 - update to bnd 5.1.1 fa497f9 is described below commit fa497f9c30477e4f4ea3343ca27a4847391f3e58 Author: Raymond Augé <rotty3...@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é <rotty3...@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 e6a0fb0..3c3a3b1 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 84dbb14..c2ab833 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -152,6 +152,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org