Author: dkulp
Date: Tue Dec 4 20:56:42 2012
New Revision: 1417174
URL: http://svn.apache.org/viewvc?rev=1417174&view=rev
Log:
Merged revisions 1417141 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1417141 | dkulp | 2012-12-04 15:00:15 -0500 (Tue, 04 Dec 2012) | 2 lines
Use the released versions
........
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=1417174&r1=1417173&r2=1417174&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/pom.xml Tue Dec 4 20:56:42 2012
@@ -45,8 +45,8 @@
<properties>
<cxf.compiler.fork>false</cxf.compiler.fork>
- <cxf.build-utils.version>2.5.0-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>