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/tomcat.git

commit 6ee85f39532e0eb2294f15c1f443c7589f1bf8aa
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Sep 24 16:14:17 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 1f61ee4..75c250a 100644
--- a/build.xml
+++ b/build.xml
@@ -90,9 +90,9 @@
   <!-- build output directory for jdbc-pool -->
   <property name="tomcat.pool"           value="${tomcat.output}/jdbc-pool"/>
 
-  <!-- Servlet 4.0 spec requires 1.8+ -->
-  <property name="compile.source" value="1.8"/>
-  <property name="compile.target" value="1.8"/>
+  <!-- Servlet 4.0 spec requires Java 8+ -->
+  <property name="compile.source" value="8"/>
+  <property name="compile.target" value="8"/>
   <property name="compile.release" value="8"/>
 
   <!-- Locations to create the JAR artifacts -->


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to