You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/21 18:46:54 UTC

svn commit: r1516209 - /cxf/branches/2.7.x-fixes/pom.xml

Author: dkulp
Date: Wed Aug 21 16:46:54 2013
New Revision: 1516209

URL: http://svn.apache.org/r1516209
Log:
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.7.x-fixes/pom.xml

Modified: cxf/branches/2.7.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/pom.xml?rev=1516209&r1=1516208&r2=1516209&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/pom.xml Wed Aug 21 16:46:54 2013
@@ -46,7 +46,7 @@
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
         <cxf.build-utils.version>2.5.1-SNAPSHOT</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>