You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mb...@apache.org on 2004/02/15 22:09:08 UTC

cvs commit: jakarta-commons/httpclient/xdocs releases.xml

mbecke      2004/02/15 13:09:08

  Modified:    httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH releases.xml
  Log:
  Updates for 2.0 final release.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.12.2.3  +7 -25     jakarta-commons/httpclient/xdocs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/releases.xml,v
  retrieving revision 1.12.2.2
  retrieving revision 1.12.2.3
  diff -u -r1.12.2.2 -r1.12.2.3
  --- releases.xml	26 Jul 2003 15:00:03 -0000	1.12.2.2
  +++ releases.xml	15 Feb 2004 21:09:08 -0000	1.12.2.3
  @@ -79,25 +79,7 @@
             satisfied run <code>maven -Dmaven.username=your.apache.id@ site:deploy</code>
             to deploy the site to daedalus.<br/><br/></li>
   
  -        <li>SSH to daedalus (aka jakarta.apache.org) and create a new subdirectory for the
  -          release you are about to create.  For example:
  -          <pre>
  -            cd /www/jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/
  -            mkdir v2.0
  -          </pre>
  -          NOTE: Make sure that the directory you create is group writable.</li>
  -
  -        <li>Upload the binary and source distribution files to the newly created directory
  -          on daedalus.
  -          <pre>
  -            scp target/distributions/* \
  -            your_apache_id@jakarta.apache.org:\
  -            /www/jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/
  -          </pre>
  -          NOTE: Make sure that the files you copy are group writable.</li>
  -
  -        <li>The release packages must also be uploaded to www.apache.org which is also
  -          hosted by daedalus.
  +        <li>Upload the binary and source distribution files to www.apache.org.
             <pre>
               scp target/distributions/commons-httpclient-2.0-src.* \
                 your_apache_id@jakarta.apache.org:\
  @@ -158,11 +140,11 @@
             to bugzilla you can contact <a href="mailto:mvdb@apache.org">mvdb@apache.org</a><br/><br/></li>
   
           <li>Deploy the jar file to the ibiblio repository.
  -          <ul>
  -            <li>If you have an account on the ibiblio server, run <code>maven jar:deploy</code></li>
  -            <li>If you don't have this account, contact <a href="mailto:dion@apache.org">dion</a>
  -              and ask him <i>nicely</i> to do it.</li>
  -          </ul>
  +          <pre>
  +            scp target/commons-httpclient-2.0.jar \
  +              your_apache_id@jakarta.apache.org:\
  +              /www/www.apache.org/dist/java-repository/commons-httpclient/jars/
  +        </pre>
           </li>
         </ol>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org