Author: hboutemy
Date: Thu May 19 20:40:34 2011
New Revision: 1125088
URL: http://svn.apache.org/viewvc?rev=1125088&view=rev
Log:
pom formatting (no content change)
Modified:
maven/pom/trunk/asf/pom.xml
Modified: maven/pom/trunk/asf/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1125088&r1=1125087&r2=1125088&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Thu May 19 20:40:34 2011
@@ -33,6 +33,7 @@ under the License.
<artifactId>apache</artifactId>
<version>10-SNAPSHOT</version>
<packaging>pom</packaging>
+
<name>The Apache Software Foundation</name>
<description>
The Apache Software Foundation provides support for the Apache community
of open-source software projects.
@@ -41,6 +42,11 @@ under the License.
We consider ourselves not simply a group of projects sharing a server, but
rather a community of developers
and users.
</description>
+ <url>http://www.apache.org/</url>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
@@ -48,11 +54,7 @@ under the License.
<distribution>repo</distribution>
</license>
</licenses>
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://www.apache.org/</url>
- </organization>
- <url>http://www.apache.org/</url>
+
<repositories>
<repository>
<id>apache.snapshots</id>
@@ -64,6 +66,22 @@ under the License.
</repository>
</repositories>
+ <mailingLists>
+ <mailingList>
+ <name>Apache Announce List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
+ </mailingList>
+ </mailingLists>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/asf</developerConnection>
+ <url>http://svn.apache.org/viewvc/maven/pom/trunk/asf</url>
+ </scm>
+
<distributionManagement>
<!-- Site omitted - each project must provide their own -->
<repository>
@@ -77,15 +95,7 @@ under the License.
<url>${distMgmtSnapshotsUrl}</url>
</snapshotRepository>
</distributionManagement>
- <mailingLists>
- <mailingList>
- <name>Apache Announce List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
- </mailingList>
- </mailingLists>
+
<properties>
<distMgmtSnapshotsName>Apache Development Snapshot
Repository</distMgmtSnapshotsName>
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
@@ -94,11 +104,6 @@ under the License.
<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
<gpg.useagent>true</gpg.useagent>
</properties>
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/asf</developerConnection>
- <url>http://svn.apache.org/viewvc/maven/pom/trunk/asf</url>
- </scm>
<build>
<pluginManagement>