You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2011/02/10 22:51:08 UTC

svn commit: r1069581 - in /maven/pom/trunk/asf: README.txt pom.xml src/

Author: brianf
Date: Thu Feb 10 21:51:08 2011
New Revision: 1069581

URL: http://svn.apache.org/viewvc?rev=1069581&view=rev
Log:
revert the site additions to the asf pom MPOM-1 MPOM-5 MPOM-7

Removed:
    maven/pom/trunk/asf/README.txt
    maven/pom/trunk/asf/src/
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=1069581&r1=1069580&r2=1069581&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Thu Feb 10 21:51:08 2011
@@ -52,11 +52,7 @@ under the License.
     <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
   </organization>
-  <url>http://maven.apache.org/asf-pom/</url>
-  <issueManagement>
-    <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MPOM</url>
-  </issueManagement>
+  <url>http://www.apache.org/</url>
   <repositories>
     <repository>
       <id>apache.snapshots</id>
@@ -86,7 +82,6 @@ under the License.
       <name>Apache Announce List</name>
       <subscribe>announce-subscribe@apache.org</subscribe>
       <unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
-
       <post>announce@apache.org</post>
       <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
     </mailingList>
@@ -220,7 +215,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.0.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -406,15 +401,6 @@ under the License.
         </plugins>
       </build>
     </profile>    
-    <profile>
-      <id>asf-pom-site</id>
-      <distributionManagement>
-        <site>
-          <id>apache.website</id>
-          <url>scp://people.apache.org/www/maven.apache.org/asf-pom</url>
-        </site>
-      </distributionManagement>
-    </profile>
   </profiles>
 </project>