Author: dkulp Date: Wed Aug 21 16:50:15 2013 New Revision: 1516214 URL: http://svn.apache.org/r1516214 Log: Merged revisions 1516209 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes
........ r1516209 | dkulp | 2013-08-21 12:46:54 -0400 (Wed, 21 Aug 2013) | 10 lines Merged revisions 1516206 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1516206 | dkulp | 2013-08-21 12:43:49 -0400 (Wed, 21 Aug 2013) | 2 lines Use the latest released xjc-utils ........ ........ Modified: cxf/branches/2.6.x-fixes/pom.xml Modified: cxf/branches/2.6.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/pom.xml?rev=1516214&r1=1516213&r2=1516214&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/pom.xml (original) +++ cxf/branches/2.6.x-fixes/pom.xml Wed Aug 21 16:50:15 2013 @@ -46,7 +46,7 @@ <properties> <cxf.compiler.fork>false</cxf.compiler.fork> <cxf.build-utils.version>2.5.0</cxf.build-utils.version> - <cxf.xjc-utils.version>2.6.3-SNAPSHOT</cxf.xjc-utils.version> + <cxf.xjc-utils.version>2.6.2</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>
