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 2012/12/04 21:00:16 UTC

svn commit: r1417141 - /cxf/trunk/pom.xml

Author: dkulp
Date: Tue Dec  4 20:00:15 2012
New Revision: 1417141

URL: http://svn.apache.org/viewvc?rev=1417141&view=rev
Log:
Use the released versions

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1417141&r1=1417140&r2=1417141&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Tue Dec  4 20:00:15 2012
@@ -45,8 +45,8 @@
 
     <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.1-SNAPSHOT</cxf.xjc-utils.version>
+        <cxf.build-utils.version>2.5.0</cxf.build-utils.version>
+        <cxf.xjc-utils.version>2.6.1</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>