This is an automated email from the ASF dual-hosted git repository.
ggregory 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 1cb527e The oldest currently supported Tomcat version is Tomcat 8.5
which has a minimum Java version of Java 7, see
https://tomcat.apache.org/whichversion.html.
1cb527e is described below
commit 1cb527eed46db243cbbc126161ddc5ec71fa7f42
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Nov 4 10:10:23 2021 -0400
The oldest currently supported Tomcat version is Tomcat 8.5 which has a
minimum Java version of Java 7, see
https://tomcat.apache.org/whichversion.html.
Update Animal Sniffer plugin from Java 6 to 7.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c1dd2e2..fee6142 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
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>
+ <animal-sniffer.signature>java17</animal-sniffer.signature>
<commons.daemon.javaversion>1.7</commons.daemon.javaversion>
<maven.compiler.source>${commons.daemon.javaversion}</maven.compiler.source>
<maven.compiler.target>${commons.daemon.javaversion}</maven.compiler.target>