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 2021/06/22 18:10:06 UTC

[tomcat] branch 9.0.x updated: Update OSGI annotations to 1.1.0

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 77cc6ca  Update OSGI annotations to 1.1.0
77cc6ca is described below

commit 77cc6ca6ba7e486c395abe485c798708d926542f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 22 19:08:21 2021 +0100

    Update OSGI annotations to 1.1.0
---
 build.properties.default   | 7 ++-----
 webapps/docs/changelog.xml | 3 +++
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index c42a8dc..366ed5c 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -303,13 +303,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.0.0
-
-# checksums for OSGi annotations, version 1.0.0
+osgi-annotations.version=1.1.0
 osgi-annotations.checksum.enabled=true
 osgi-annotations.checksum.algorithm=MD5|SHA-1
-osgi-annotations.checksum.value=153054f987534244f95a399539b11375|b6e802bceba0682353466abf8fadbbd662b2f7f8
-
+osgi-annotations.checksum.value=4777cc8253100d514365205d59bbef60|534cecc7af8d22a3f0919a6a8e42fe5822f6e6e1
 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 bd23f79..f87554d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -233,6 +233,9 @@
       <update>
         Update SpotBugs to 4.2.3. (markt)
       </update>
+      <update>
+        Update OSGi annotations to 1.1.0. (markt)
+      </update>
     </changelog>
   </subsection>
 </section>

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