Repository: cxf Updated Branches: refs/heads/master 055f1d738 -> 86667619d
[CXF-6961] Update to build utils 3.2.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/86667619 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/86667619 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/86667619 Branch: refs/heads/master Commit: 86667619dc61c8a84672fc5a583b4517f48176c5 Parents: 055f1d7 Author: Christian Schneider <[email protected]> Authored: Tue Jul 5 10:46:07 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Tue Jul 5 10:46:54 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/86667619/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 43f1a9c..8c03048 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ </prerequisites> <properties> <cxf.compiler.fork>false</cxf.compiler.fork> - <cxf.build-utils.version>3.2.1-SNAPSHOT</cxf.build-utils.version> + <cxf.build-utils.version>3.2.2-SNAPSHOT</cxf.build-utils.version> <cxf.xjc-utils.version>3.0.5</cxf.xjc-utils.version> <cxf.jdk.version>1.8</cxf.jdk.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
