Repository: cxf Updated Branches: refs/heads/master b8aea4672 -> 055f1d738
[CXF-6961] Update to build utils 3.2.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/055f1d73 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/055f1d73 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/055f1d73 Branch: refs/heads/master Commit: 055f1d738016ae5caf3eba42e656782de8490890 Parents: b8aea46 Author: Christian Schneider <[email protected]> Authored: Tue Jul 5 09:26:44 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Tue Jul 5 09:26:44 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/055f1d73/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5197c09..43f1a9c 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.0</cxf.build-utils.version> + <cxf.build-utils.version>3.2.1-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>
