Repository: cxf Updated Branches: refs/heads/3.0.x-fixes e66f545fa -> 5dbd6cb35
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/149836a3 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/149836a3 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/149836a3 Branch: refs/heads/3.0.x-fixes Commit: 149836a341b37a494a86b251e63b136f2150f5e8 Parents: e66f545 Author: Daniel Kulp <[email protected]> Authored: Tue Jul 14 09:29:00 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Jul 14 09:31:11 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/149836a3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5fdcfe8..f95f21b 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ <properties> <cxf.compiler.fork>false</cxf.compiler.fork> <cxf.build-utils.version>3.0.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.6</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>
