You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2022/09/15 09:09:45 UTC

[tomcat] branch main updated: Update numbers

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 b95712c293 Update numbers
b95712c293 is described below

commit b95712c2937e83b4ec1c0d91bec8aa7932b30880
Author: remm <re...@apache.org>
AuthorDate: Thu Sep 15 11:09:21 2022 +0200

    Update numbers
    
    Moving to 20 "soon", but with the Panama branches.
---
 modules/openssl-foreign/README.md | 10 +++++-----
 modules/openssl-foreign/pom.xml   |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/modules/openssl-foreign/README.md b/modules/openssl-foreign/README.md
index 0ee967b515..600cb8d575 100644
--- a/modules/openssl-foreign/README.md
+++ b/modules/openssl-foreign/README.md
@@ -2,14 +2,14 @@
 
 ## This module is experimental
 
-It uses the JEP 424 API. More details on this API are available
-at `https://openjdk.java.net/jeps/424`.
+It uses the JEP XXX API. More details on this API are available
+at `https://openjdk.java.net/jeps/XXX`.
 
-## Building the JDK with the JEP 424 API
+## Building the JDK with the JEP XXX API
 
 Clone `https://github.com/openjdk/jdk/` in some location and
-checkout the `foreign-preview` branch. This is a Java 19 development JVM
-with the JEP 424 API. It may fail to build. When this happens, step back
+checkout the mais branch. This is a Java 20 development JVM
+with the JEP XXX API. It may fail to build. When this happens, step back
 one commit at a time until it does.
 
 ```
diff --git a/modules/openssl-foreign/pom.xml b/modules/openssl-foreign/pom.xml
index de83ee511e..28432f6e2d 100644
--- a/modules/openssl-foreign/pom.xml
+++ b/modules/openssl-foreign/pom.xml
@@ -78,8 +78,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>19</source>
-                    <target>19</target>
+                    <source>20</source>
+                    <target>20</target>
                     <compilerArgs>
                         <arg>--enable-preview</arg>
                     </compilerArgs>


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