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

svn commit: r689796 - /maven/plugins/trunk/maven-help-plugin/pom.xml

Author: vsiveton
Date: Thu Aug 28 05:12:54 2008
New Revision: 689796

URL: http://svn.apache.org/viewvc?rev=689796&view=rev
Log:
o ordered pom

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

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=689796&r1=689795&r2=689796&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Thu Aug 28 05:12:54 2008
@@ -43,16 +43,15 @@
     <maven>2.0.6</maven>
   </prerequisites>
 
-  <issueManagement>
-    <system>JIRA</system>
-    <url>http://jira.codehaus.org/browse/MPH</url>
-  </issueManagement>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/</url>
   </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://jira.codehaus.org/browse/MPH</url>
+  </issueManagement>
 
   <dependencies>
     <!-- maven -->
@@ -190,7 +189,6 @@
         </plugins>
       </build>
     </profile>
-
     <profile>
       <id>reporting</id>
       <reporting>