This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit e15f4b983f67fb96e4ffeffbf9cd90e65bc6ada9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Sep 24 16:14:37 2019 +0100 Align Java version references --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index ea93aaa..0cfed2c 100644 --- a/build.xml +++ b/build.xml @@ -80,9 +80,9 @@ <!-- build output directory for jdbc-pool --> <property name="tomcat.pool" value="${tomcat.output}/jdbc-pool"/> - <!-- Servlet 3.0 spec requires 1.6+ --> - <property name="compile.source" value="1.6"/> - <property name="compile.target" value="1.6"/> + <!-- Servlet 3.0 spec requires Java 6+ --> + <property name="compile.source" value="6"/> + <property name="compile.target" value="6"/> <!-- Expose commons-logging defaults so they can be orver-ridden --> <property name="logging.compile.source" value="1.2" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org