Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 31537 invoked from network); 26 Oct 2009 21:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Oct 2009 21:22:23 -0000 Received: (qmail 90047 invoked by uid 500); 26 Oct 2009 21:22:23 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 89995 invoked by uid 500); 26 Oct 2009 21:22:23 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 89986 invoked by uid 99); 26 Oct 2009 21:22:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 21:22:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 21:22:21 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 5B44216E0A; Mon, 26 Oct 2009 21:22:00 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 26 Oct 2009 21:22:00 -0000 Message-ID: <20091026212200.25150.40773@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22HowToRelease=22_by_GrantIngersoll?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "HowToRelease" page has been changed by GrantIngersoll. http://wiki.apache.org/solr/HowToRelease?action=3Ddiff&rev1=3D43&rev2=3D44 -------------------------------------------------- . {{{ant clean test}}} 1. Regenerate the "site" docs per [[Website_Update_HOWTO]] so the docume= ntation included with this release will reflect the correct version number = (at the moment, this is specific to the tutorial) 1. Commit the build.xml and documentation changes from the previous few = steps. - 1. Build the release (see step 17 also). + 1. Build the release (see the later step on prepare-release also once yo= u are experienced with doing the next steps by hand) . {{{ant package}}} 1. Check that release tgz/zip files looks ok - e.g. uncompress them, run= example, work through the steps of the tutorial, ensure that the javadocs = are readable, etc... 1. Sign the release (see [[http://www.apache.org/dev/mirror-step-by-step= .html?Step-By-Step|Step-By-Step Guide to Mirroring Releases]] for more info= rmation).