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/05/07 17:56:28 UTC

svn commit: r942133 - /cxf/branches/2.2.x-fixes/pom.xml

Author: dkulp
Date: Fri May  7 15:56:27 2010
New Revision: 942133

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

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

Modified: cxf/branches/2.2.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/pom.xml?rev=942133&r1=942132&r2=942133&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/pom.xml Fri May  7 15:56:27 2010
@@ -479,9 +479,9 @@
                     <version>1.3.2</version>
                     <dependencies>
                         <dependency>
-                            <groupId>org.apache.cxf.build-utils</groupId>
+                            <groupId>org.apache.cxf</groupId>
                             <artifactId>cxf-buildtools</artifactId>
-                            <version>${pom.version}</version>
+                            <version>${project.version}</version>
                         </dependency>
                     </dependencies>
                 </plugin>