You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/07/17 16:21:29 UTC

cxf git commit: Update the java version for what the xmlbeans plugin creates

Repository: cxf
Updated Branches:
  refs/heads/master 2302aa582 -> 20539c027


Update the java version for what the xmlbeans plugin creates


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/20539c02
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/20539c02
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/20539c02

Branch: refs/heads/master
Commit: 20539c0278472689722204f0c08e68a86597aae1
Parents: 2302aa5
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Jul 17 10:20:59 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Jul 17 10:21:25 2015 -0400

----------------------------------------------------------------------
 rt/databinding/xmlbeans/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/20539c02/rt/databinding/xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/xmlbeans/pom.xml b/rt/databinding/xmlbeans/pom.xml
index 3ff9667..02c66bd 100644
--- a/rt/databinding/xmlbeans/pom.xml
+++ b/rt/databinding/xmlbeans/pom.xml
@@ -137,7 +137,7 @@
                     <sourceGenerationDirectory>${project.build.directory}/generated/src/test/java</sourceGenerationDirectory>
                     <classGenerationDirectory>${project.build.directory}/generated/src/test/resources</classGenerationDirectory>
                     <!--noJavac>true</noJavac-->
-                    <javaSource>1.5</javaSource>
+                    <javaSource>1.7</javaSource>
                 </configuration>
             </plugin>
             <plugin>