You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/08/15 18:29:24 UTC

svn commit: r1373519 - /camel/trunk/components/camel-hbase/pom.xml

Author: dkulp
Date: Wed Aug 15 16:29:24 2012
New Revision: 1373519

URL: http://svn.apache.org/viewvc?rev=1373519&view=rev
Log:
Fix hbase pom

Modified:
    camel/trunk/components/camel-hbase/pom.xml

Modified: camel/trunk/components/camel-hbase/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-hbase/pom.xml?rev=1373519&r1=1373518&r2=1373519&view=diff
==============================================================================
--- camel/trunk/components/camel-hbase/pom.xml (original)
+++ camel/trunk/components/camel-hbase/pom.xml Wed Aug 15 16:29:24 2012
@@ -19,11 +19,11 @@
 
 	<modelVersion>4.0.0</modelVersion>
 
-	<parent>
-        <artifactId>components</artifactId>
+    <parent>
+        <artifactId>camel-parent</artifactId>
         <groupId>org.apache.camel</groupId>
         <version>2.11-SNAPSHOT</version>
-		<relativePath>../../parent</relativePath>
+	<relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-hbase</artifactId>