Repository: cxf Updated Branches: refs/heads/master 233bf7a18 -> 8f2218ef3
Update to use the release of xjc-utils Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8f2218ef Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8f2218ef Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8f2218ef Branch: refs/heads/master Commit: 8f2218ef37a8d5b6da84b3d2d3ec8ea83122e9b8 Parents: 233bf7a Author: Daniel Kulp <[email protected]> Authored: Tue Jul 14 09:29:00 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Jul 14 09:29:14 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8f2218ef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 296d785..bdf452e 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ <properties> <cxf.compiler.fork>false</cxf.compiler.fork> <cxf.build-utils.version>3.1.0</cxf.build-utils.version> - <cxf.xjc-utils.version>3.0.4-SNAPSHOT</cxf.xjc-utils.version> + <cxf.xjc-utils.version>3.0.4</cxf.xjc-utils.version> <cxf.jdk.version>1.7</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>
