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 11:19:31 UTC

[tomcat] branch main updated (0a9d25908e -> bd49eed3a5)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 0a9d25908e Minor version number updates
     new 0480c2b593 EL 3.0 specification is now final and has been released
     new bd49eed3a5 Additional file requiring version format tweak

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                  | 2 +-
 res/META-INF/el-api.jar.manifest           | 2 +-
 res/bnd/el-api.jar.tmp.bnd                 | 2 +-
 res/bnd/tomcat-embed-el.jar.tmp.bnd        | 2 +-
 res/bnd/tomcat-embed-websocket.jar.tmp.bnd | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


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


[tomcat] 01/02: EL 3.0 specification is now final and has been released

Posted by ma...@apache.org.
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 0480c2b59357e1a030b5b155f0de33bd9fcdd1cf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 16 12:19:02 2022 +0100

    EL 3.0 specification is now final and has been released
---
 build.xml                           | 2 +-
 res/META-INF/el-api.jar.manifest    | 2 +-
 res/bnd/el-api.jar.tmp.bnd          | 2 +-
 res/bnd/tomcat-embed-el.jar.tmp.bnd | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.xml b/build.xml
index 9ee5e0dd9a..68150b4041 100644
--- a/build.xml
+++ b/build.xml
@@ -60,7 +60,7 @@
   <property name="jsp.spec.version"        value="3.1" />
   <property name="jsp.revision"            value="-SNAPSHOT" />
   <property name="el.spec.version"         value="5.0" />
-  <property name="el.revision"             value="-SNAPSHOT" />
+  <property name="el.revision"             value="" />
   <property name="websocket.spec.version"  value="2.1" />
   <property name="websocket.revision"      value="" />
   <property name="jaspic.spec.version"     value="3.0" />
diff --git a/res/META-INF/el-api.jar.manifest b/res/META-INF/el-api.jar.manifest
index d253f13ed0..0383e37fba 100644
--- a/res/META-INF/el-api.jar.manifest
+++ b/res/META-INF/el-api.jar.manifest
@@ -7,5 +7,5 @@ Specification-Title: Jakarta Expression Language
 Specification-Version: @el.spec.version@
 Specification-Vendor: Eclipse Foundation
 Implementation-Title: jakarta.annotation
-Implementation-Version: @el.spec.version@.@el.revision@
+Implementation-Version: @el.spec.version@@el.revision@
 Implementation-Vendor: Apache Software Foundation
diff --git a/res/bnd/el-api.jar.tmp.bnd b/res/bnd/el-api.jar.tmp.bnd
index ad09124ba4..ca57dbacbf 100644
--- a/res/bnd/el-api.jar.tmp.bnd
+++ b/res/bnd/el-api.jar.tmp.bnd
@@ -39,7 +39,7 @@ Require-Capability: \
     Specification-Version=${el.spec.version};\
     Specification-Vendor=Eclipse Foundation;\
     Implementation-Title=jakarta.el;\
-    Implementation-Version=${el.spec.version}.${el.revision};\
+    Implementation-Version=${el.spec.version}${el.revision};\
     Implementation-Vendor=Apache Software Foundation
 
 -jpms-module-info: \
diff --git a/res/bnd/tomcat-embed-el.jar.tmp.bnd b/res/bnd/tomcat-embed-el.jar.tmp.bnd
index ff3d113313..27320082e0 100644
--- a/res/bnd/tomcat-embed-el.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-el.jar.tmp.bnd
@@ -49,7 +49,7 @@ Require-Capability: \
     Specification-Version=${el.spec.version};\
     Specification-Vendor=Eclipse Foundation;\
     Implementation-Title=jakarta.annotation;\
-    Implementation-Version=${el.spec.version}.${el.revision};\
+    Implementation-Version=${el.spec.version}${el.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


[tomcat] 02/02: Additional file requiring version format tweak

Posted by ma...@apache.org.
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 bd49eed3a54e25cee40eab14d4f9519c9e4a53bb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 16 12:19:18 2022 +0100

    Additional file requiring version format tweak
---
 res/bnd/tomcat-embed-websocket.jar.tmp.bnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/bnd/tomcat-embed-websocket.jar.tmp.bnd b/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
index bb9d3b243a..e4d8a8fd3e 100644
--- a/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
@@ -50,7 +50,7 @@ Require-Capability: \
     Specification-Version=${websocket.spec.version};\
     Specification-Vendor=Eclipse Foundation;\
     Implementation-Title=jakarta.websocket;\
-    Implementation-Version=${websocket.spec.version}.${websocket.revision};\
+    Implementation-Version=${websocket.spec.version}${websocket.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