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

[tomcat] branch 8.5.x updated: Populate min Java version at build time

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

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


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

commit d82e231a89ec8e75faf7ce4ba0b980ae5cab217a
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 5e9faebbc5..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 7 or later.
+Environment (JRE) version @MIN_JAVA_VERSION@ or later.
 
 =============================
-Running With JRE 7 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 7 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org