You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/09/03 10:00:53 UTC

svn commit: r810800 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Thu Sep  3 08:00:53 2009
New Revision: 810800

URL: http://svn.apache.org/viewvc?rev=810800&view=rev
Log:
remove my test setup

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=810800&r1=810799&r2=810800&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Thu Sep  3 08:00:53 2009
@@ -582,10 +582,4 @@
     </profile>    
   </profiles>
   
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/home/olamy/public_html/test</url>
-    </site>  
-  </distributionManagement>
 </project>