Author: bodewig
Date: Sun Mar  3 15:43:44 2013
New Revision: 1452055

URL: http://svn.apache.org/r1452055
Log:
I must admit I don't know whether publishing to the CMS backed site is going to 
work, but these settings are obsolete in either case

Modified:
    commons/proper/compress/trunk/pom.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1452055&r1=1452054&r2=1452055&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sun Mar  3 15:43:44 2013
@@ -124,14 +124,6 @@ These include: bzip2, gzip, pack200, xz 
     <url>http://svn.apache.org/repos/asf/commons/proper/compress/trunk</url>
   </scm>
 
-  <distributionManagement>
-    <site>
-      <id>website</id>
-      <name>Apache Website</name>
-      <url>scp://people.apache.org/www/commons.apache.org/compress/</url>
-    </site>
-  </distributionManagement>
-
   <build>
     <plugins>
       <plugin>
@@ -269,17 +261,6 @@ These include: bzip2, gzip, pack200, xz 
   </reporting>
 
   <profiles>
-    <profile>
-      <id>rc</id>
-      <distributionManagement>
-        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
-        <site>
-          <id>apache.website</id>
-          <name>Apache Commons Release Candidate Staging Site</name>
-          
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
-        </site>
-      </distributionManagement>
-    </profile>
     <!-- Add long running tests as **/*IT.java -->
     <profile>
       <id>run-zipit</id>


Reply via email to