You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/02/24 18:12:52 UTC

svn commit: r630638 - /maven/pom/trunk/maven/pom.xml

Author: dennisl
Date: Sun Feb 24 09:12:40 2008
New Revision: 630638

URL: http://svn.apache.org/viewvc?rev=630638&view=rev
Log:
o Move elements around.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=630638&r1=630637&r2=630638&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Feb 24 09:12:40 2008
@@ -35,7 +35,6 @@
   <name>Apache Maven</name>
   <description>Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</description>
   <url>http://maven.apache.org/</url>
-  <inceptionYear>2002</inceptionYear>
 
   <ciManagement>
     <system>continuum</system>
@@ -50,6 +49,8 @@
     </notifiers>
   </ciManagement>
 
+  <inceptionYear>2002</inceptionYear>
+
   <mailingLists>
     <mailingList>
       <name>Maven Announcements List</name>
@@ -75,11 +76,6 @@
       </otherArchives>
     </mailingList>
   </mailingLists>
-  
-  <properties>
-    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
-    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
-  </properties>
 
   <distributionManagement>
     <repository>
@@ -751,4 +747,9 @@
     </developer>
     <!--End Committers-->
   </developers>
+
+  <properties>
+    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
+  </properties>
 </project>