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:09:09 UTC

svn commit: r1373500 - /camel/branches/camel-2.10.x/components/camel-hbase/pom.xml

Author: dkulp
Date: Wed Aug 15 16:09:08 2012
New Revision: 1373500

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

Modified:
    camel/branches/camel-2.10.x/components/camel-hbase/pom.xml

Modified: camel/branches/camel-2.10.x/components/camel-hbase/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-hbase/pom.xml?rev=1373500&r1=1373499&r2=1373500&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/components/camel-hbase/pom.xml (original)
+++ camel/branches/camel-2.10.x/components/camel-hbase/pom.xml Wed Aug 15 16:09:08 2012
@@ -20,7 +20,7 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-        <artifactId>components</artifactId>
+        <artifactId>camel-parent</artifactId>
         <groupId>org.apache.camel</groupId>
         <version>2.10.1-SNAPSHOT</version>
 		<relativePath>../../parent</relativePath>