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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to