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 2010/10/13 17:46:18 UTC

svn commit: r1022149 - /cxf/branches/2.3.x-fixes/pom.xml

Author: dkulp
Date: Wed Oct 13 15:46:17 2010
New Revision: 1022149

URL: http://svn.apache.org/viewvc?rev=1022149&view=rev
Log:
Fix build

Modified:
    cxf/branches/2.3.x-fixes/pom.xml

Modified: cxf/branches/2.3.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1022149&r1=1022148&r2=1022149&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Wed Oct 13 15:46:17 2010
@@ -583,7 +583,7 @@
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
                             <artifactId>cxf-buildtools</artifactId>
-                            <version>${project.version}</version>
+                            <version>${cxf.build-utils.version}</version>
                         </dependency>
                     </dependencies>
                 </plugin>