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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org