You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/09/20 15:34:37 UTC

svn commit: r817023 - /camel/trunk/tests/test-bundles/pom.xml

Author: ningjiang
Date: Sun Sep 20 13:34:37 2009
New Revision: 817023

URL: http://svn.apache.org/viewvc?rev=817023&view=rev
Log:
Fixed the mvn 2.0.9 build error

Modified:
    camel/trunk/tests/test-bundles/pom.xml

Modified: camel/trunk/tests/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=817023&r1=817022&r2=817023&view=diff
==============================================================================
--- camel/trunk/tests/test-bundles/pom.xml (original)
+++ camel/trunk/tests/test-bundles/pom.xml Sun Sep 20 13:34:37 2009
@@ -22,7 +22,7 @@
 
     <parent>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel</artifactId>
+      <artifactId>camel-parent</artifactId>
       <version>2.1-SNAPSHOT</version>
     </parent>
 
@@ -143,8 +143,6 @@
     </build>
    
    <modules>
-<!-- TODO: Does not work with maven 2.0.9 
      <module>mock-javamail_1.7</module>
--->
    </modules>
 </project>