Author: bentmann
Date: Mon Aug 11 10:07:07 2008
New Revision: 684818

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

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=684818&r1=684817&r2=684818&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Aug 11 10:07:07 2008
@@ -29,8 +29,8 @@
 
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
-  <packaging>pom</packaging>
   <version>12-SNAPSHOT</version>
+  <packaging>pom</packaging>
 
   <name>Maven Plugins</name>
   <description>Maven Plugins</description>
@@ -110,13 +110,6 @@
     </mailingList>
   </mailingLists>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/plugins/</url>
-    </site>
-  </distributionManagement>
-
   <modules>
     <module>maven-ant-plugin</module>
     <module>maven-antrun-plugin</module>
@@ -163,6 +156,12 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/plugins/trunk/</url>
   </scm>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/plugins/</url>
+    </site>
+  </distributionManagement>
 
   <build>
     <pluginManagement>
@@ -220,7 +219,6 @@
   </build>
 
   <profiles>
-
     <profile>
       <id>quality-checks</id>
       <activation>


Reply via email to