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 255f7b1 Update OSGI annotations to 1.1.1 255f7b1 is described below commit 255f7b17c82c34f0c4100e2b26a4b7d22efbd35d Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Jan 2 17:23:49 2022 +0000 Update OSGI annotations to 1.1.1 --- 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 597a8fe..150ebbc 100644 --- a/build.properties.default +++ b/build.properties.default @@ -307,10 +307,10 @@ bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.b # ----- OSGi annotations bundle, version 1.0.0 or later ----- # ----- required to avoid Javadoc error when using bnd annotations ----- -osgi-annotations.version=1.1.0 +osgi-annotations.version=1.1.1 osgi-annotations.checksum.enabled=true osgi-annotations.checksum.algorithm=MD5|SHA-1 -osgi-annotations.checksum.value=4777cc8253100d514365205d59bbef60|534cecc7af8d22a3f0919a6a8e42fe5822f6e6e1 +osgi-annotations.checksum.value=04e5db48a469cb53dd0e4e954deab2e0|a1644f3dbbb614f2a44671d27dd13c4d9142007d osgi-annotations.home=${base.path}/osgi-annotations-${osgi-annotations.version} osgi-annotations.jar=${osgi-annotations.home}/org.osgi.annotation.bundle-${osgi-annotations.version}.jar osgi-annotations.loc=${base-maven.loc}/org/osgi/org.osgi.annotation.bundle/${osgi-annotations.version}/org.osgi.annotation.bundle-${osgi-annotations.version}.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index be84c79..c255e6b 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -194,6 +194,9 @@ <update> Update BND to 6.1.0. (markt) </update> + <update> + Update OSGI annotations to 1.1.1. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org