Author: cmueller
Date: Mon Dec 27 14:24:53 2010
New Revision: 1053075
URL: http://svn.apache.org/viewvc?rev=1053075&view=rev
Log:
fixed the maven parent artifactId from components to camel-parent
Modified:
camel/trunk/components/camel-printer/pom.xml
camel/trunk/components/camel-routebox/pom.xml
Modified: camel/trunk/components/camel-printer/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-printer/pom.xml?rev=1053075&r1=1053074&r2=1053075&view=diff
==============================================================================
--- camel/trunk/components/camel-printer/pom.xml (original)
+++ camel/trunk/components/camel-printer/pom.xml Mon Dec 27 14:24:53 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel</groupId>
- <artifactId>components</artifactId>
+ <artifactId>camel-parent</artifactId>
<version>2.6-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: camel/trunk/components/camel-routebox/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-routebox/pom.xml?rev=1053075&r1=1053074&r2=1053075&view=diff
==============================================================================
--- camel/trunk/components/camel-routebox/pom.xml (original)
+++ camel/trunk/components/camel-routebox/pom.xml Mon Dec 27 14:24:53 2010
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>components</artifactId>
+ <artifactId>camel-parent</artifactId>
<groupId>org.apache.camel</groupId>
<version>2.6-SNAPSHOT</version>
<relativePath>../../parent</relativePath>