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 2011/09/15 17:27:21 UTC

svn commit: r1171134 - /camel/trunk/buildingtools/pom.xml

Author: davsclaus
Date: Thu Sep 15 15:27:21 2011
New Revision: 1171134

URL: http://svn.apache.org/viewvc?rev=1171134&view=rev
Log:
Use camel-parent in parent in the pom.xml file.

Modified:
    camel/trunk/buildingtools/pom.xml

Modified: camel/trunk/buildingtools/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/buildingtools/pom.xml?rev=1171134&r1=1171133&r2=1171134&view=diff
==============================================================================
--- camel/trunk/buildingtools/pom.xml (original)
+++ camel/trunk/buildingtools/pom.xml Thu Sep 15 15:27:21 2011
@@ -21,9 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel</artifactId>
-      <version>2.9-SNAPSHOT</version>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-parent</artifactId>
+        <version>2.9-SNAPSHOT</version>
+        <relativePath>../parent</relativePath>
     </parent>
        
     <artifactId>camel-buildtools</artifactId>