You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/09/24 16:19:45 UTC

[tomcat] 02/06: Align Java version references

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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit c24a6aeb1e35f02cc486ff16beff68aa2d3de7ba
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Sep 24 16:14:25 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 cfc2586..74e807f 100644
--- a/build.xml
+++ b/build.xml
@@ -84,9 +84,9 @@
   <!-- build output directory for jdbc-pool -->
   <property name="tomcat.pool"           value="${tomcat.output}/jdbc-pool"/>
 
-  <!-- Servlet 3.1 spec requires 1.7+ -->
-  <property name="compile.source" value="1.7"/>
-  <property name="compile.target" value="1.7"/>
+  <!-- Servlet 3.1 spec requires Java 7+ -->
+  <property name="compile.source" value="7"/>
+  <property name="compile.target" value="7"/>
   <property name="compile.release" value="7"/>
 
   <!-- Locations to create the JAR artifacts -->


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