You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2015/04/22 01:34:36 UTC

svn commit: r1675212 - /ofbiz/branches/OFBIZ-6271/framework/start/pom.xml

Author: doogie
Date: Tue Apr 21 23:34:36 2015
New Revision: 1675212

URL: http://svn.apache.org/r1675212
Log:
Place the modelVersion tag first.

Modified:
    ofbiz/branches/OFBIZ-6271/framework/start/pom.xml

Modified: ofbiz/branches/OFBIZ-6271/framework/start/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/start/pom.xml?rev=1675212&r1=1675211&r2=1675212&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/start/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/start/pom.xml Tue Apr 21 23:34:36 2015
@@ -19,13 +19,13 @@ under the License.
 -->
 
 <project>
+  <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>ofbiz-start</artifactId>
 
   <build>