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 2014/06/03 02:15:11 UTC

git commit: Update to new version of the xjc-utils stuff

Repository: cxf
Updated Branches:
  refs/heads/master d278bb255 -> 070c8eb6a


Update to new version of the xjc-utils stuff


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

Branch: refs/heads/master
Commit: 070c8eb6a4871b78568045703eac9dffadb32db1
Parents: d278bb2
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Jun 2 16:57:16 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Jun 2 20:14:47 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/070c8eb6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34f54ab..fd5d7f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
         <cxf.build-utils.version>2.6.0</cxf.build-utils.version>
-        <cxf.xjc-utils.version>2.7.0</cxf.xjc-utils.version>
+        <cxf.xjc-utils.version>3.0.0</cxf.xjc-utils.version>
         <cxf.jdk.version>1.6</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url>