You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/05/13 23:56:49 UTC

svn commit: r774550 - /camel/branches/camel-1.x/pom.xml

Author: hadrian
Date: Wed May 13 21:56:49 2009
New Revision: 774550

URL: http://svn.apache.org/viewvc?rev=774550&view=rev
Log:
CAMEL-1608

Modified:
    camel/branches/camel-1.x/pom.xml

Modified: camel/branches/camel-1.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/pom.xml?rev=774550&r1=774549&r2=774550&view=diff
==============================================================================
--- camel/branches/camel-1.x/pom.xml (original)
+++ camel/branches/camel-1.x/pom.xml Wed May 13 21:56:49 2009
@@ -18,14 +18,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/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>5</version>
   </parent>
 
-  <modelVersion>4.0.0</modelVersion>
-
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-parent</artifactId>
   <version>1.6.1-SNAPSHOT</version>