You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/11/06 09:25:25 UTC

svn commit: r1031971 - in /camel/trunk: apache-camel/ components/camel-amqp/ components/camel-atom/ components/camel-bam/ components/camel-bean-validator/ components/camel-bindy/ components/camel-castor/ components/camel-cometd/ components/camel-core-o...

Author: davsclaus
Date: Sat Nov  6 08:25:22 2010
New Revision: 1031971

URL: http://svn.apache.org/viewvc?rev=1031971&view=rev
Log:
CAMEL-3316: Using relative path in pom.xml. Thanks to Dan Kulp for patch.

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/components/camel-amqp/pom.xml
    camel/trunk/components/camel-atom/pom.xml
    camel/trunk/components/camel-bam/pom.xml
    camel/trunk/components/camel-bean-validator/pom.xml
    camel/trunk/components/camel-bindy/pom.xml
    camel/trunk/components/camel-castor/pom.xml
    camel/trunk/components/camel-cometd/pom.xml
    camel/trunk/components/camel-core-osgi/pom.xml
    camel/trunk/components/camel-core-xml/pom.xml
    camel/trunk/components/camel-crypto/pom.xml
    camel/trunk/components/camel-csv/pom.xml
    camel/trunk/components/camel-cxf/pom.xml
    camel/trunk/components/camel-eclipse/pom.xml
    camel/trunk/components/camel-ejb/pom.xml
    camel/trunk/components/camel-exec/pom.xml
    camel/trunk/components/camel-flatpack/pom.xml
    camel/trunk/components/camel-freemarker/pom.xml
    camel/trunk/components/camel-ftp/pom.xml
    camel/trunk/components/camel-gae/pom.xml
    camel/trunk/components/camel-groovy/pom.xml
    camel/trunk/components/camel-guice/pom.xml
    camel/trunk/components/camel-hawtdb/pom.xml
    camel/trunk/components/camel-hl7/pom.xml
    camel/trunk/components/camel-http/pom.xml
    camel/trunk/components/camel-http4/pom.xml
    camel/trunk/components/camel-ibatis/pom.xml
    camel/trunk/components/camel-irc/pom.xml
    camel/trunk/components/camel-jackson/pom.xml
    camel/trunk/components/camel-jasypt/pom.xml
    camel/trunk/components/camel-javaspace/pom.xml
    camel/trunk/components/camel-jaxb/pom.xml
    camel/trunk/components/camel-jcr/pom.xml
    camel/trunk/components/camel-jdbc/pom.xml
    camel/trunk/components/camel-jetty/pom.xml
    camel/trunk/components/camel-jing/pom.xml
    camel/trunk/components/camel-jms/pom.xml
    camel/trunk/components/camel-jmx/pom.xml
    camel/trunk/components/camel-josql/pom.xml
    camel/trunk/components/camel-jpa/pom.xml
    camel/trunk/components/camel-jt400/pom.xml
    camel/trunk/components/camel-juel/pom.xml
    camel/trunk/components/camel-jxpath/pom.xml
    camel/trunk/components/camel-ldap/pom.xml
    camel/trunk/components/camel-mail/pom.xml
    camel/trunk/components/camel-mina/pom.xml
    camel/trunk/components/camel-msv/pom.xml
    camel/trunk/components/camel-mvel/pom.xml
    camel/trunk/components/camel-nagios/pom.xml
    camel/trunk/components/camel-ognl/pom.xml
    camel/trunk/components/camel-protobuf/pom.xml
    camel/trunk/components/camel-quartz/pom.xml
    camel/trunk/components/camel-quickfix/pom.xml
    camel/trunk/components/camel-restlet/pom.xml
    camel/trunk/components/camel-rmi/pom.xml
    camel/trunk/components/camel-ruby/pom.xml
    camel/trunk/components/camel-saxon/pom.xml
    camel/trunk/components/camel-scala/pom.xml
    camel/trunk/components/camel-script/pom.xml
    camel/trunk/components/camel-servlet/pom.xml
    camel/trunk/components/camel-smpp/pom.xml
    camel/trunk/components/camel-snmp/pom.xml
    camel/trunk/components/camel-soap/pom.xml
    camel/trunk/components/camel-spring-ws/pom.xml
    camel/trunk/components/camel-spring/pom.xml
    camel/trunk/components/camel-sql/pom.xml
    camel/trunk/components/camel-stream/pom.xml
    camel/trunk/components/camel-stringtemplate/pom.xml
    camel/trunk/components/camel-tagsoup/pom.xml
    camel/trunk/components/camel-test/pom.xml
    camel/trunk/components/camel-velocity/pom.xml
    camel/trunk/components/camel-xmlbeans/pom.xml
    camel/trunk/components/camel-xmpp/pom.xml
    camel/trunk/components/camel-xstream/pom.xml
    camel/trunk/examples/pom.xml
    camel/trunk/platforms/pom.xml
    camel/trunk/tests/camel-itest-osgi/pom.xml
    camel/trunk/tests/camel-itest-spring-2.0/pom.xml
    camel/trunk/tests/camel-itest-spring-2.5/pom.xml
    camel/trunk/tests/camel-itest/pom.xml
    camel/trunk/tests/camel-partial-classpath-test/pom.xml
    camel/trunk/tests/pom.xml
    camel/trunk/tests/test-bundles/pom.xml
    camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml
    camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml
    camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml
    camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml
    camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml
    camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml
    camel/trunk/tooling/archetypes/pom.xml
    camel/trunk/tooling/camel-manual/pom.xml
    camel/trunk/tooling/maven/pom.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>apache-camel</artifactId>

Modified: camel/trunk/components/camel-amqp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-amqp/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-amqp/pom.xml (original)
+++ camel/trunk/components/camel-amqp/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-amqp</artifactId>

Modified: camel/trunk/components/camel-atom/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-atom/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-atom/pom.xml (original)
+++ camel/trunk/components/camel-atom/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-atom</artifactId>

Modified: camel/trunk/components/camel-bam/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-bam/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-bam/pom.xml (original)
+++ camel/trunk/components/camel-bam/pom.xml Sat Nov  6 08:25:22 2010
@@ -22,7 +22,8 @@
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
 		<version>2.6-SNAPSHOT</version>
-	</parent>
+        <relativePath>../../parent</relativePath>
+    </parent>
 
 	<artifactId>camel-bam</artifactId>
 	<packaging>bundle</packaging>

Modified: camel/trunk/components/camel-bean-validator/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-bean-validator/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-bean-validator/pom.xml (original)
+++ camel/trunk/components/camel-bean-validator/pom.xml Sat Nov  6 08:25:22 2010
@@ -22,6 +22,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-bean-validator</artifactId>

Modified: camel/trunk/components/camel-bindy/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-bindy/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-bindy/pom.xml (original)
+++ camel/trunk/components/camel-bindy/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-bindy</artifactId>

Modified: camel/trunk/components/camel-castor/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-castor/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-castor/pom.xml (original)
+++ camel/trunk/components/camel-castor/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-castor</artifactId>

Modified: camel/trunk/components/camel-cometd/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cometd/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-cometd/pom.xml (original)
+++ camel/trunk/components/camel-cometd/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-cometd</artifactId>

Modified: camel/trunk/components/camel-core-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-core-osgi/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-core-osgi/pom.xml (original)
+++ camel/trunk/components/camel-core-osgi/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-core-osgi</artifactId>

Modified: camel/trunk/components/camel-core-xml/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-core-xml/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-core-xml/pom.xml (original)
+++ camel/trunk/components/camel-core-xml/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-core-xml</artifactId>

Modified: camel/trunk/components/camel-crypto/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-crypto/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-crypto/pom.xml (original)
+++ camel/trunk/components/camel-crypto/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-crypto</artifactId>

Modified: camel/trunk/components/camel-csv/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-csv/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-csv/pom.xml (original)
+++ camel/trunk/components/camel-csv/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-csv</artifactId>

Modified: camel/trunk/components/camel-cxf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf/pom.xml (original)
+++ camel/trunk/components/camel-cxf/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-cxf</artifactId>

Modified: camel/trunk/components/camel-eclipse/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-eclipse/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-eclipse/pom.xml (original)
+++ camel/trunk/components/camel-eclipse/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-eclipse</artifactId>

Modified: camel/trunk/components/camel-ejb/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ejb/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-ejb/pom.xml (original)
+++ camel/trunk/components/camel-ejb/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-ejb</artifactId>

Modified: camel/trunk/components/camel-exec/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-exec/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-exec/pom.xml (original)
+++ camel/trunk/components/camel-exec/pom.xml Sat Nov  6 08:25:22 2010
@@ -20,6 +20,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-exec</artifactId>

Modified: camel/trunk/components/camel-flatpack/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-flatpack/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-flatpack/pom.xml (original)
+++ camel/trunk/components/camel-flatpack/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-flatpack</artifactId>

Modified: camel/trunk/components/camel-freemarker/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-freemarker/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-freemarker/pom.xml (original)
+++ camel/trunk/components/camel-freemarker/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-freemarker</artifactId>

Modified: camel/trunk/components/camel-ftp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ftp/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-ftp</artifactId>

Modified: camel/trunk/components/camel-gae/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-gae/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-gae/pom.xml (original)
+++ camel/trunk/components/camel-gae/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-gae</artifactId>

Modified: camel/trunk/components/camel-groovy/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-groovy/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-groovy/pom.xml (original)
+++ camel/trunk/components/camel-groovy/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-groovy</artifactId>

Modified: camel/trunk/components/camel-guice/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-guice/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-guice/pom.xml (original)
+++ camel/trunk/components/camel-guice/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-guice</artifactId>

Modified: camel/trunk/components/camel-hawtdb/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-hawtdb/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-hawtdb/pom.xml (original)
+++ camel/trunk/components/camel-hawtdb/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-hawtdb</artifactId>

Modified: camel/trunk/components/camel-hl7/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-hl7/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-hl7/pom.xml (original)
+++ camel/trunk/components/camel-hl7/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-hl7</artifactId>

Modified: camel/trunk/components/camel-http/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-http/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-http/pom.xml (original)
+++ camel/trunk/components/camel-http/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-http</artifactId>

Modified: camel/trunk/components/camel-http4/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-http4/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-http4/pom.xml (original)
+++ camel/trunk/components/camel-http4/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-http4</artifactId>

Modified: camel/trunk/components/camel-ibatis/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ibatis/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-ibatis/pom.xml (original)
+++ camel/trunk/components/camel-ibatis/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-ibatis</artifactId>

Modified: camel/trunk/components/camel-irc/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-irc/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-irc/pom.xml (original)
+++ camel/trunk/components/camel-irc/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-irc</artifactId>

Modified: camel/trunk/components/camel-jackson/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jackson/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jackson/pom.xml (original)
+++ camel/trunk/components/camel-jackson/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-jackson</artifactId>

Modified: camel/trunk/components/camel-jasypt/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jasypt/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jasypt/pom.xml (original)
+++ camel/trunk/components/camel-jasypt/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-jasypt</artifactId>

Modified: camel/trunk/components/camel-javaspace/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-javaspace/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-javaspace/pom.xml (original)
+++ camel/trunk/components/camel-javaspace/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-javaspace</artifactId>

Modified: camel/trunk/components/camel-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jaxb/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jaxb/pom.xml (original)
+++ camel/trunk/components/camel-jaxb/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-jaxb</artifactId>

Modified: camel/trunk/components/camel-jcr/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jcr/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jcr/pom.xml (original)
+++ camel/trunk/components/camel-jcr/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
   <artifactId>camel-jcr</artifactId>
   <packaging>bundle</packaging>

Modified: camel/trunk/components/camel-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jdbc/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jdbc/pom.xml (original)
+++ camel/trunk/components/camel-jdbc/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>camel-jdbc</artifactId>
     <packaging>bundle</packaging>

Modified: camel/trunk/components/camel-jetty/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jetty/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jetty/pom.xml (original)
+++ camel/trunk/components/camel-jetty/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-jetty</artifactId>

Modified: camel/trunk/components/camel-jing/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jing/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jing/pom.xml (original)
+++ camel/trunk/components/camel-jing/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-jing</artifactId>

Modified: camel/trunk/components/camel-jms/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jms/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jms/pom.xml (original)
+++ camel/trunk/components/camel-jms/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-jms</artifactId>

Modified: camel/trunk/components/camel-jmx/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jmx/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jmx/pom.xml (original)
+++ camel/trunk/components/camel-jmx/pom.xml Sat Nov  6 08:25:22 2010
@@ -24,6 +24,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-jmx</artifactId>

Modified: camel/trunk/components/camel-josql/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-josql/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-josql/pom.xml (original)
+++ camel/trunk/components/camel-josql/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-josql</artifactId>

Modified: camel/trunk/components/camel-jpa/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jpa/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jpa/pom.xml (original)
+++ camel/trunk/components/camel-jpa/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-jpa</artifactId>

Modified: camel/trunk/components/camel-jt400/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jt400/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jt400/pom.xml (original)
+++ camel/trunk/components/camel-jt400/pom.xml Sat Nov  6 08:25:22 2010
@@ -22,6 +22,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
   <artifactId>camel-jt400</artifactId>
   <packaging>bundle</packaging>

Modified: camel/trunk/components/camel-juel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-juel/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-juel/pom.xml (original)
+++ camel/trunk/components/camel-juel/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-juel</artifactId>

Modified: camel/trunk/components/camel-jxpath/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jxpath/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-jxpath/pom.xml (original)
+++ camel/trunk/components/camel-jxpath/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-jxpath</artifactId>

Modified: camel/trunk/components/camel-ldap/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ldap/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-ldap/pom.xml (original)
+++ camel/trunk/components/camel-ldap/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-ldap</artifactId>

Modified: camel/trunk/components/camel-mail/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-mail/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-mail/pom.xml (original)
+++ camel/trunk/components/camel-mail/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-mail</artifactId>

Modified: camel/trunk/components/camel-mina/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-mina/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-mina/pom.xml (original)
+++ camel/trunk/components/camel-mina/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-mina</artifactId>

Modified: camel/trunk/components/camel-msv/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-msv/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-msv/pom.xml (original)
+++ camel/trunk/components/camel-msv/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-msv</artifactId>

Modified: camel/trunk/components/camel-mvel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-mvel/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-mvel/pom.xml (original)
+++ camel/trunk/components/camel-mvel/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-mvel</artifactId>

Modified: camel/trunk/components/camel-nagios/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-nagios/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-nagios/pom.xml (original)
+++ camel/trunk/components/camel-nagios/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-nagios</artifactId>

Modified: camel/trunk/components/camel-ognl/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ognl/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-ognl/pom.xml (original)
+++ camel/trunk/components/camel-ognl/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-ognl</artifactId>

Modified: camel/trunk/components/camel-protobuf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-protobuf/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-protobuf/pom.xml (original)
+++ camel/trunk/components/camel-protobuf/pom.xml Sat Nov  6 08:25:22 2010
@@ -5,6 +5,7 @@
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
 		<version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
 	</parent>
 
 	<groupId>org.apache.camel</groupId>

Modified: camel/trunk/components/camel-quartz/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-quartz/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-quartz/pom.xml (original)
+++ camel/trunk/components/camel-quartz/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-quartz</artifactId>

Modified: camel/trunk/components/camel-quickfix/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-quickfix/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-quickfix/pom.xml (original)
+++ camel/trunk/components/camel-quickfix/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
 		<version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
 	</parent>
 
 	<artifactId>camel-quickfix</artifactId>

Modified: camel/trunk/components/camel-restlet/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-restlet/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-restlet/pom.xml (original)
+++ camel/trunk/components/camel-restlet/pom.xml Sat Nov  6 08:25:22 2010
@@ -29,6 +29,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
   
   <properties>

Modified: camel/trunk/components/camel-rmi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-rmi/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-rmi/pom.xml (original)
+++ camel/trunk/components/camel-rmi/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-rmi</artifactId>

Modified: camel/trunk/components/camel-ruby/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ruby/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-ruby/pom.xml (original)
+++ camel/trunk/components/camel-ruby/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-ruby</artifactId>

Modified: camel/trunk/components/camel-saxon/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-saxon/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-saxon/pom.xml (original)
+++ camel/trunk/components/camel-saxon/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-saxon</artifactId>

Modified: camel/trunk/components/camel-scala/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-scala/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-scala/pom.xml (original)
+++ camel/trunk/components/camel-scala/pom.xml Sat Nov  6 08:25:22 2010
@@ -22,6 +22,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>camel-scala</artifactId>
     <packaging>bundle</packaging>

Modified: camel/trunk/components/camel-script/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-script/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-script/pom.xml (original)
+++ camel/trunk/components/camel-script/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-script</artifactId>

Modified: camel/trunk/components/camel-servlet/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-servlet/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-servlet/pom.xml (original)
+++ camel/trunk/components/camel-servlet/pom.xml Sat Nov  6 08:25:22 2010
@@ -7,6 +7,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
     
   <groupId>org.apache.camel</groupId>

Modified: camel/trunk/components/camel-smpp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-smpp/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-smpp/pom.xml (original)
+++ camel/trunk/components/camel-smpp/pom.xml Sat Nov  6 08:25:22 2010
@@ -21,6 +21,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-smpp</artifactId>

Modified: camel/trunk/components/camel-snmp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-snmp/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-snmp/pom.xml (original)
+++ camel/trunk/components/camel-snmp/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-snmp</artifactId>

Modified: camel/trunk/components/camel-soap/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-soap/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-soap/pom.xml (original)
+++ camel/trunk/components/camel-soap/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-soap</artifactId>

Modified: camel/trunk/components/camel-spring-ws/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-ws/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-ws/pom.xml (original)
+++ camel/trunk/components/camel-spring-ws/pom.xml Sat Nov  6 08:25:22 2010
@@ -24,6 +24,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-spring-ws</artifactId>

Modified: camel/trunk/components/camel-spring/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-spring/pom.xml (original)
+++ camel/trunk/components/camel-spring/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-spring</artifactId>

Modified: camel/trunk/components/camel-sql/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-sql/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-sql/pom.xml (original)
+++ camel/trunk/components/camel-sql/pom.xml Sat Nov  6 08:25:22 2010
@@ -22,6 +22,7 @@
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
 		<version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
 	</parent>
 	<artifactId>camel-sql</artifactId>
     <packaging>bundle</packaging>

Modified: camel/trunk/components/camel-stream/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-stream/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-stream/pom.xml (original)
+++ camel/trunk/components/camel-stream/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.camel</groupId>

Modified: camel/trunk/components/camel-stringtemplate/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-stringtemplate/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-stringtemplate/pom.xml (original)
+++ camel/trunk/components/camel-stringtemplate/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-stringtemplate</artifactId>

Modified: camel/trunk/components/camel-tagsoup/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-tagsoup/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-tagsoup/pom.xml (original)
+++ camel/trunk/components/camel-tagsoup/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-tagsoup</artifactId>

Modified: camel/trunk/components/camel-test/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-test/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-test/pom.xml (original)
+++ camel/trunk/components/camel-test/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-test</artifactId>

Modified: camel/trunk/components/camel-velocity/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-velocity/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-velocity/pom.xml (original)
+++ camel/trunk/components/camel-velocity/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-velocity</artifactId>

Modified: camel/trunk/components/camel-xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-xmlbeans/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-xmlbeans/pom.xml (original)
+++ camel/trunk/components/camel-xmlbeans/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-xmlbeans</artifactId>

Modified: camel/trunk/components/camel-xmpp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-xmpp/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-xmpp/pom.xml (original)
+++ camel/trunk/components/camel-xmpp/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-xmpp</artifactId>

Modified: camel/trunk/components/camel-xstream/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-xstream/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/components/camel-xstream/pom.xml (original)
+++ camel/trunk/components/camel-xstream/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-xstream</artifactId>

Modified: camel/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/examples/pom.xml (original)
+++ camel/trunk/examples/pom.xml Sat Nov  6 08:25:22 2010
@@ -22,6 +22,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>examples</artifactId>

Modified: camel/trunk/platforms/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/platforms/pom.xml (original)
+++ camel/trunk/platforms/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>platforms</artifactId>

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-itest-osgi</artifactId>

Modified: camel/trunk/tests/camel-itest-spring-2.0/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-spring-2.0/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-spring-2.0/pom.xml (original)
+++ camel/trunk/tests/camel-itest-spring-2.0/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
 		<version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
 	</parent>
 
 	<artifactId>camel-itest-spring-2.0</artifactId>

Modified: camel/trunk/tests/camel-itest-spring-2.5/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-spring-2.5/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-spring-2.5/pom.xml (original)
+++ camel/trunk/tests/camel-itest-spring-2.5/pom.xml Sat Nov  6 08:25:22 2010
@@ -26,6 +26,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-itest-spring-2.5</artifactId>

Modified: camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/pom.xml (original)
+++ camel/trunk/tests/camel-itest/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>2.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-itest</artifactId>

Modified: camel/trunk/tests/camel-partial-classpath-test/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-partial-classpath-test/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tests/camel-partial-classpath-test/pom.xml (original)
+++ camel/trunk/tests/camel-partial-classpath-test/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-partial-classpath-test</artifactId>

Modified: camel/trunk/tests/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tests/pom.xml (original)
+++ camel/trunk/tests/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>tests</artifactId>

Modified: camel/trunk/tests/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tests/test-bundles/pom.xml (original)
+++ camel/trunk/tests/test-bundles/pom.xml Sat Nov  6 08:25:22 2010
@@ -24,6 +24,7 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-parent</artifactId>
       <version>2.6-SNAPSHOT</version>
+      <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.camel.tests.bundles</groupId>

Modified: camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

Modified: camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

Modified: camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

Modified: camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

Modified: camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

Modified: camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

Modified: camel/trunk/tooling/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/pom.xml (original)
+++ camel/trunk/tooling/archetypes/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>archetypes</artifactId>

Modified: camel/trunk/tooling/camel-manual/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/camel-manual/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/camel-manual/pom.xml (original)
+++ camel/trunk/tooling/camel-manual/pom.xml Sat Nov  6 08:25:22 2010
@@ -25,6 +25,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>camel-manual</artifactId>

Modified: camel/trunk/tooling/maven/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/maven/pom.xml?rev=1031971&r1=1031970&r2=1031971&view=diff
==============================================================================
--- camel/trunk/tooling/maven/pom.xml (original)
+++ camel/trunk/tooling/maven/pom.xml Sat Nov  6 08:25:22 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
     <version>2.6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>maven-plugins</artifactId>