This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 4defd829c3 Populate min Java version at build time
4defd829c3 is described below
commit 4defd829c3044358f4a7746ede4248e30d35d73e
Author: Mark Thomas <[email protected]>
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 5011bc9bae..0adb82c6da 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: [email protected]
For additional commands, e-mail: [email protected]