You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2011/06/03 19:58:20 UTC

svn commit: r1131121 - /camel/trunk/components/camel-cxf-transport/pom.xml

Author: hadrian
Date: Fri Jun  3 17:58:19 2011
New Revision: 1131121

URL: http://svn.apache.org/viewvc?rev=1131121&view=rev
Log:
CAMEL-4046. Fix broken build

Modified:
    camel/trunk/components/camel-cxf-transport/pom.xml

Modified: camel/trunk/components/camel-cxf-transport/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf-transport/pom.xml?rev=1131121&r1=1131120&r2=1131121&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf-transport/pom.xml (original)
+++ camel/trunk/components/camel-cxf-transport/pom.xml Fri Jun  3 17:58:19 2011
@@ -21,8 +21,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
+    <artifactId>camel-parent</artifactId>
     <version>2.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>