Repository: cxf Updated Branches: refs/heads/3.1.x-fixes c3656346b -> c8e00d415
[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/c8e00d41 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c8e00d41 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c8e00d41 Branch: refs/heads/3.1.x-fixes Commit: c8e00d41599e5e8716f110d764ed32df7b31fcfa Parents: c365634 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:07 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c8e00d41/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d2a21d5..b76890b 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.7</cxf.jdk.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
