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

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 9d21c29144 Populate min Java version at build time
9d21c29144 is described below

commit 9d21c29144820ed421fc38f6fb6569c91b07a2c6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Oct 20 18:57:33 2022 +0100

    Populate min Java version at build time
---
 RUNNING.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/RUNNING.txt b/RUNNING.txt
index 58ceedda98..09384ccdd2 100644
--- a/RUNNING.txt
+++ b/RUNNING.txt
@@ -20,16 +20,16 @@
             ===================================================
 
 Apache Tomcat @VERSION_MAJOR_MINOR@ requires a Java Standard Edition Runtime
-Environment (JRE) version 8 or later.
+Environment (JRE) version @MIN_JAVA_VERSION@ or later.
 
 =============================
-Running With JRE 8 Or Later
+Running With JRE @MIN_JAVA_VERSION@ Or Later
 =============================
 
 (1) Download and Install a Java SE Runtime Environment (JRE)
 
 (1.1) Download a Java SE Runtime Environment (JRE),
-      release version 8 or later, from
+      release version @MIN_JAVA_VERSION@ or later, from
       http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
 (1.2) Install the JRE according to the instructions included with the


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

Reply via email to