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

remm 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 9d204675ef Update description and version
9d204675ef is described below

commit 9d204675efec94d7654da5d21bf78365611ac0e7
Author: remm <[email protected]>
AuthorDate: Wed Sep 6 21:14:45 2023 +0200

    Update description and version
---
 modules/openssl-foreign/README.md | 2 +-
 modules/openssl-foreign/pom.xml   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/openssl-foreign/README.md 
b/modules/openssl-foreign/README.md
index d766db21e2..060020d6b0 100644
--- a/modules/openssl-foreign/README.md
+++ b/modules/openssl-foreign/README.md
@@ -60,7 +60,7 @@ export JAVA_OPTS="--enable-preview 
--enable-native-access=ALL-UNNAMED"
 
 jextract is now available in its own standalone repository. Clone
 `https://github.com/openjdk/jextract` in some location and
-checkout the branch that supports Java 21. Please refer to the
+checkout the branch that supports Java 22. Please refer to the
 instructions from the repository for building. It should be the
 `panama` branch.
 
diff --git a/modules/openssl-foreign/pom.xml b/modules/openssl-foreign/pom.xml
index c1a3bb11d9..ce92d85e8d 100644
--- a/modules/openssl-foreign/pom.xml
+++ b/modules/openssl-foreign/pom.xml
@@ -26,12 +26,12 @@
 
     <groupId>org.apache.tomcat</groupId>
     <artifactId>tomcat-coyote-openssl</artifactId>
-    <name>Apache Tomcat OpenSSL support for Java 21</name>
-    <description>OpenSSL support using new APIs included in Java 
21</description>
+    <name>Apache Tomcat OpenSSL support for Java 22</name>
+    <description>OpenSSL support using FFM API included in Java 
22</description>
     <version>0.1-SNAPSHOT</version>
 
     <properties>
-        <tomcat.version>9.0.78</tomcat.version>
+        <tomcat.version>9.0.80</tomcat.version>
         
<project.build.outputTimestamp>2021-12-02T12:00:00Z</project.build.outputTimestamp>
     </properties>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to