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 2009/04/18 07:47:40 UTC

svn commit: r766221 - /camel/trunk/tests/camel-itest-osgi/pom.xml

Author: davsclaus
Date: Sat Apr 18 05:47:40 2009
New Revision: 766221

URL: http://svn.apache.org/viewvc?rev=766221&view=rev
Log:
Polished pom.mxl so its like the others.

Modified:
    camel/trunk/tests/camel-itest-osgi/pom.xml

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=766221&r1=766220&r2=766221&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Sat Apr 18 05:47:40 2009
@@ -20,13 +20,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
-    <artifactId>camel-parent</artifactId>
     <groupId>org.apache.camel</groupId>
+    <artifactId>camel-parent</artifactId>
     <version>2.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
   <artifactId>camel-itest-osgi</artifactId>
   <name>Camel :: OSGi Integration Tests</name>
   <description>Performs OSGi compliance integration tests</description>