You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/08/14 16:28:59 UTC

svn commit: r685916 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: bentmann
Date: Thu Aug 14 07:28:59 2008
New Revision: 685916

URL: http://svn.apache.org/viewvc?rev=685916&view=rev
Log:
o Reordered POM

Modified:
    maven/plugins/trunk/maven-install-plugin/pom.xml

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=685916&r1=685915&r2=685916&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Thu Aug 14 07:28:59 2008
@@ -20,24 +20,30 @@
 -->
 
 <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>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>12-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
   <artifactId>maven-install-plugin</artifactId>
+  <version>2.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
+
   <name>Maven Install Plugin</name>
-  <version>2.3-SNAPSHOT</version>
   <inceptionYear>2004</inceptionYear>
+
   <prerequisites>
     <maven>2.0</maven>
   </prerequisites>
+
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MINSTALL</url>
   </issueManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>