You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/11/04 13:07:05 UTC

[commons-daemon] branch master updated: Update comment

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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 57b83db  Update comment
57b83db is described below

commit 57b83dbc0c67650f1ac45e40e621ccbd04ee3aea
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 4 13:06:41 2021 +0000

    Update comment
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d0ff683..c1dd2e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,8 +106,8 @@
 
   <properties>
     <!-- Apache Commons Daemon is used by Apache Tomcat. The oldest currently
-         supported Tomcat version is Tomcat 7 which has a minimum Java version
-         of Java 6. It is therefore advisable to check with the Apache Tomcat
+         supported Tomcat version is Tomcat 8 which has a minimum Java version
+         of Java 7. It is therefore advisable to check with the Apache Tomcat
          community before increasing these values. -->
     <animal-sniffer.signature>java16</animal-sniffer.signature>
     <commons.daemon.javaversion>1.7</commons.daemon.javaversion>