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:08:39 UTC

[tomcat] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 6dfa9ac  Update OSGI annotations to 1.1.0
6dfa9ac is described below

commit 6dfa9acf1a7e6bc5b6df9b2de83fef5c0d3cbce5
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 95afc18..ef843ee 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 5cdb0eb..fbe0725 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -248,6 +248,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