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 2022/05/16 12:19:17 UTC

[tomcat] 03/03: Jakarta Annotations API 2.1 is final and has been released

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

commit e186d7e337980c9160ece6b22ba1a0504ce3de44
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 16 13:19:02 2022 +0100

    Jakarta Annotations API 2.1 is final and has been released
---
 build.xml                                 | 2 +-
 res/META-INF/annotations-api.jar.manifest | 2 +-
 res/bnd/annotations-api.jar.tmp.bnd       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index 68150b4041..0c9dbf3f3e 100644
--- a/build.xml
+++ b/build.xml
@@ -66,7 +66,7 @@
   <property name="jaspic.spec.version"     value="3.0" />
   <property name="jaspic.revision"         value="-SNAPSHOT" />
   <property name="annotation.spec.version" value="2.1" />
-  <property name="annotation.revision"     value="-SNAPSHOT" />
+  <property name="annotation.revision"     value="" />
 
   <!-- Release artifact base names -->
   <property name="final.name"            value="${project}-${version}" />
diff --git a/res/META-INF/annotations-api.jar.manifest b/res/META-INF/annotations-api.jar.manifest
index dbb3410efd..7ad1a8d86b 100644
--- a/res/META-INF/annotations-api.jar.manifest
+++ b/res/META-INF/annotations-api.jar.manifest
@@ -7,5 +7,5 @@ Specification-Title: Jakarta Annotations
 Specification-Version: @annotation.spec.version@
 Specification-Vendor: Eclipse Foundation
 Implementation-Title: jakarta.annotation
-Implementation-Version: @annotation.spec.version@.@annotation.revision@
+Implementation-Version: @annotation.spec.version@@annotation.revision@
 Implementation-Vendor: Apache Software Foundation
diff --git a/res/bnd/annotations-api.jar.tmp.bnd b/res/bnd/annotations-api.jar.tmp.bnd
index 7caf115657..5bbcea4468 100644
--- a/res/bnd/annotations-api.jar.tmp.bnd
+++ b/res/bnd/annotations-api.jar.tmp.bnd
@@ -31,7 +31,7 @@ Provide-Capability: \
     Specification-Version=${annotation.spec.version};\
     Specification-Vendor=Eclipse Foundation;\
     Implementation-Title=jakarta.annotation;\
-    Implementation-Version=${annotation.spec.version}.${annotation.revision};\
+    Implementation-Version=${annotation.spec.version}${annotation.revision};\
     Implementation-Vendor=Apache Software Foundation
 
 -jpms-module-info: \


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