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/11/18 22:09:10 UTC

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

Author: dkulp
Date: Mon Nov 18 21:09:10 2013
New Revision: 1543159

URL: http://svn.apache.org/r1543159
Log:
Use released version

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=1543159&r1=1543158&r2=1543159&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/pom.xml Mon Nov 18 21:09:10 2013
@@ -45,7 +45,7 @@
 
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
-        <cxf.build-utils.version>2.6.1-SNAPSHOT</cxf.build-utils.version>
+        <cxf.build-utils.version>2.6.0</cxf.build-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>