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 2017/08/17 17:05:13 UTC

cxf-xjc-utils git commit: Use snapshot until release

Repository: cxf-xjc-utils
Updated Branches:
  refs/heads/master 5e431b882 -> c0a6ac63a


Use snapshot until release


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

Branch: refs/heads/master
Commit: c0a6ac63a819be2c201e7be4706b1bf8244bcd50
Parents: 5e431b8
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Aug 17 13:03:23 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Aug 17 13:04:56 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/c0a6ac63/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c0d431..b68efcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     </prerequisites>
 
     <properties>
-        <cxf-buildtools-version>3.3.0</cxf-buildtools-version>
+        <cxf-buildtools-version>3.3.1-SNAPSHOT</cxf-buildtools-version>
         <jdk.version>1.8</jdk.version>
 
         <eclipse.outputDirectory>${basedir}/target/classes</eclipse.outputDirectory>