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 2011/10/05 20:13:43 UTC

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

Author: dkulp
Date: Wed Oct  5 18:13:42 2011
New Revision: 1179357

URL: http://svn.apache.org/viewvc?rev=1179357&view=rev
Log:
Revert change to buildingtools parent as that causes failures with
-Psetup.eclipse when using Maven 2.2.1

Modified:
    camel/trunk/buildingtools/pom.xml

Modified: camel/trunk/buildingtools/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/buildingtools/pom.xml?rev=1179357&r1=1179356&r2=1179357&view=diff
==============================================================================
--- camel/trunk/buildingtools/pom.xml (original)
+++ camel/trunk/buildingtools/pom.xml Wed Oct  5 18:13:42 2011
@@ -22,9 +22,8 @@
 
     <parent>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-parent</artifactId>
+        <artifactId>camel</artifactId>
         <version>2.9-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
     </parent>
        
     <artifactId>camel-buildtools</artifactId>