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>