You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2008/02/23 15:32:48 UTC

svn commit: r630443 - /commons/proper/proxy/branches/proxy-1.0-work/pom.xml

Author: jcarman
Date: Sat Feb 23 06:32:48 2008
New Revision: 630443

URL: http://svn.apache.org/viewvc?rev=630443&view=rev
Log:
Trying to come up with a good release candidate procedure.

Modified:
    commons/proper/proxy/branches/proxy-1.0-work/pom.xml

Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/pom.xml?rev=630443&r1=630442&r2=630443&view=diff
==============================================================================
--- commons/proper/proxy/branches/proxy-1.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/proxy-1.0-work/pom.xml Sat Feb 23 06:32:48 2008
@@ -260,25 +260,11 @@
         <profile>
             <id>rc</id>
             <distributionManagement>
-                <repository>
-                    <id>staging</id>
-                    <name>Release Candidate Staging</name>
-                    <url>
-                        ${commons.deployment.protocol}://people.apache.org/home/${releaseManager}/staging/${artifact-id}-${version}/
-                    </url>
-                </repository>
-                <snapshotRepository>
-                    <id>staging</id>
-                    <name>Release Candidate Staging</name>
-                    <url>
-                        ${commons.deployment.protocol}://people.apache.org/home/${releaseManager}/staging/${artifact-id}-${version}/
-                    </url>
-                </snapshotRepository>
                 <site>
                     <id>stagingSite</id>
                     <name>Release Candidate Staging Site</name>
                     <url>
-                        ${commons.deployment.protocol}://people.apache.org/home/${releaseManager}/staging/${artifactId}-${version}/site/
+                        ${commons.deployment.protocol}://people.apache.org/home/${releaseManager}/public_html/${artifactId}-${version}
                     </url>
                 </site>
             </distributionManagement>