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/* \
  -            [EMAIL PROTECTED]:\
  -            
/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.* \
                 [EMAIL PROTECTED]:\
  @@ -158,11 +140,11 @@
             to bugzilla you can contact <a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</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:[EMAIL 
PROTECTED]">dion</a>
  -              and ask him <i>nicely</i> to do it.</li>
  -          </ul>
  +          <pre>
  +            scp target/commons-httpclient-2.0.jar \
  +              [EMAIL PROTECTED]:\
  +              /www/www.apache.org/dist/java-repository/commons-httpclient/jars/
  +        </pre>
           </li>
         </ol>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to