You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/03/02 17:12:30 UTC

svn commit: r1854655 - /xmlbeans/trunk/src/xmlcomp/org/apache/xmlbeans/impl/tool/CodeGenUtil.java

Author: centic
Date: Sat Mar  2 17:12:30 2019
New Revision: 1854655

URL: http://svn.apache.org/viewvc?rev=1854655&view=rev
Log:
First step of supporting Java 11 for building/testing: Switch code compilation to 1.6 as 1.4 is not supported any longer

Modified:
    xmlbeans/trunk/src/xmlcomp/org/apache/xmlbeans/impl/tool/CodeGenUtil.java

Modified: xmlbeans/trunk/src/xmlcomp/org/apache/xmlbeans/impl/tool/CodeGenUtil.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlcomp/org/apache/xmlbeans/impl/tool/CodeGenUtil.java?rev=1854655&r1=1854654&r2=1854655&view=diff
==============================================================================
--- xmlbeans/trunk/src/xmlcomp/org/apache/xmlbeans/impl/tool/CodeGenUtil.java (original)
+++ xmlbeans/trunk/src/xmlcomp/org/apache/xmlbeans/impl/tool/CodeGenUtil.java Sat Mar  2 17:12:30 2019
@@ -172,7 +172,7 @@ public class CodeGenUtil
         }
 
         if (genver == null)
-            genver = "1.4";
+            genver = "1.6";
 
         args.add("-source");
         args.add(genver);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org