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/02/05 22:48:26 UTC

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

Author: dkulp
Date: Fri Feb  5 21:48:25 2010
New Revision: 907110

URL: http://svn.apache.org/viewvc?rev=907110&view=rev
Log:
Fix broken setup.eclipse

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=907110&r1=907109&r2=907110&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Fri Feb  5 21:48:25 2010
@@ -214,7 +214,7 @@
                                 <version>1.6.5</version>
                             </dependency>
                             <dependency>
-                                <groupId>org.apache.cxf.buildutils</groupId>
+                                <groupId>org.apache.cxf.build-utils</groupId>
                                 <artifactId>cxf-buildtools</artifactId>
                                 <version>${cxf.build-utils.version}</version>
                             </dependency>