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 1c2c557d1f JSP 3.1 specification is now final
1c2c557d1f is described below
commit 1c2c557d1f2399c531d7ebd9e9f770476a243b79
Author: Mark Thomas <[email protected]>
AuthorDate: Wed May 18 10:08:30 2022 +0100
JSP 3.1 specification is now final
---
build.xml | 2 +-
res/META-INF/jsp-api.jar.manifest | 2 +-
res/bnd/jsp-api.jar.tmp.bnd | 2 +-
res/bnd/tomcat-embed-jasper.jar.tmp.bnd | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.xml b/build.xml
index 0c9dbf3f3e..52d7d5cfcb 100644
--- a/build.xml
+++ b/build.xml
@@ -58,7 +58,7 @@
<property name="servlet.spec.version" value="6.0" />
<property name="servlet.revision" value="-SNAPSHOT" />
<property name="jsp.spec.version" value="3.1" />
- <property name="jsp.revision" value="-SNAPSHOT" />
+ <property name="jsp.revision" value="" />
<property name="el.spec.version" value="5.0" />
<property name="el.revision" value="" />
<property name="websocket.spec.version" value="2.1" />
diff --git a/res/META-INF/jsp-api.jar.manifest
b/res/META-INF/jsp-api.jar.manifest
index 8156ef2496..da97c0687c 100644
--- a/res/META-INF/jsp-api.jar.manifest
+++ b/res/META-INF/jsp-api.jar.manifest
@@ -7,5 +7,5 @@ Specification-Title: Jakarta Server Pages
Specification-Version: @jsp.spec.version@
Specification-Vendor: Eclipse Foundation
Implementation-Title: jakarta.servlet.jsp
-Implementation-Version: @jsp.spec.version@[email protected]@
+Implementation-Version: @jsp.spec.version@@jsp.revision@
Implementation-Vendor: Apache Software Foundation
diff --git a/res/bnd/jsp-api.jar.tmp.bnd b/res/bnd/jsp-api.jar.tmp.bnd
index d81cfe1848..9a34133ef5 100644
--- a/res/bnd/jsp-api.jar.tmp.bnd
+++ b/res/bnd/jsp-api.jar.tmp.bnd
@@ -31,7 +31,7 @@ Provide-Capability: \
Specification-Version=${jsp.spec.version};\
Specification-Vendor=Eclipse Foundation;\
Implementation-Title=jakarta.servlet.jsp;\
- Implementation-Version=${jsp.spec.version}.${jsp.revision};\
+ Implementation-Version=${jsp.spec.version}${jsp.revision};\
Implementation-Vendor=Apache Software Foundation
-jpms-module-info: \
diff --git a/res/bnd/tomcat-embed-jasper.jar.tmp.bnd
b/res/bnd/tomcat-embed-jasper.jar.tmp.bnd
index 921cc9d87d..a0bbe6d065 100644
--- a/res/bnd/tomcat-embed-jasper.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-jasper.jar.tmp.bnd
@@ -48,7 +48,7 @@ Provide-Capability: \
Specification-Version=${jsp.spec.version};\
Specification-Vendor=Eclipse Foundation;\
Implementation-Title=jakarta.servlet.jsp;\
- Implementation-Version=${jsp.spec.version}.${jsp.revision};\
+ Implementation-Version=${jsp.spec.version}${jsp.revision};\
Implementation-Vendor=Apache Software Foundation
-jpms-module-info: \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]