Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 59192 invoked from network); 15 Feb 2004 21:09:13 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Feb 2004 21:09:13 -0000 Received: (qmail 48078 invoked by uid 500); 15 Feb 2004 21:08:59 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 47850 invoked by uid 500); 15 Feb 2004 21:08:58 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 47836 invoked by uid 500); 15 Feb 2004 21:08:58 -0000 Received: (qmail 47833 invoked from network); 15 Feb 2004 21:08:58 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 15 Feb 2004 21:08:58 -0000 Received: (qmail 59161 invoked by uid 1633); 15 Feb 2004 21:09:08 -0000 Date: 15 Feb 2004 21:09:08 -0000 Message-ID: <20040215210908.59160.qmail@minotaur.apache.org> From: mbecke@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/httpclient/xdocs releases.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 maven -Dmaven.username=your.apache.id@ site:deploy to deploy the site to daedalus.

-
  • SSH to daedalus (aka jakarta.apache.org) and create a new subdirectory for the - release you are about to create. For example: -
      -            cd /www/jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/
      -            mkdir v2.0
      -          
    - NOTE: Make sure that the directory you create is group writable.
  • - -
  • Upload the binary and source distribution files to the newly created directory - on daedalus. -
      -            scp target/distributions/* \
      -            your_apache_id@jakarta.apache.org:\
      -            /www/jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/
      -          
    - NOTE: Make sure that the files you copy are group writable.
  • - -
  • The release packages must also be uploaded to www.apache.org which is also - hosted by daedalus. +
  • Upload the binary and source distribution files to www.apache.org.
                   scp target/distributions/commons-httpclient-2.0-src.* \
                     your_apache_id@jakarta.apache.org:\
      @@ -158,11 +140,11 @@
                 to bugzilla you can contact mvdb@apache.org

  • Deploy the jar file to the ibiblio repository. -
      -
    • If you have an account on the ibiblio server, run maven jar:deploy
    • -
    • If you don't have this account, contact dion - and ask him nicely to do it.
    • -
    +
      +            scp target/commons-httpclient-2.0.jar \
      +              your_apache_id@jakarta.apache.org:\
      +              /www/www.apache.org/dist/java-repository/commons-httpclient/jars/
      +        
  • --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org