Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 32162 invoked from network); 18 Oct 2010 18:34:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Oct 2010 18:34:33 -0000 Received: (qmail 61807 invoked by uid 500); 18 Oct 2010 18:34:33 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 61789 invoked by uid 500); 18 Oct 2010 18:34:32 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 61782 invoked by uid 500); 18 Oct 2010 18:34:32 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 61775 invoked by uid 99); 18 Oct 2010 18:34:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 18:34:32 +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.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 18:34:29 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id A6C95980; Mon, 18 Oct 2010 18:33:58 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 18 Oct 2010 18:33:57 -0000 Message-ID: <20101018183357.5150.76037@eosnew.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22Hive/HowToRelease=22_by_JohnSich?= =?utf-8?q?i?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "Hive/HowToRelease" page has been changed by JohnSichi. http://wiki.apache.org/hadoop/Hive/HowToRelease?action=3Ddiff&rev1=3D1&rev2= =3D2 -------------------------------------------------- https://svn.apache.org/repos/asf/hadoop/hive/branches/branch-X.Y -m "Bran= ching for X.Y releases" }}} 1. Update {{{CHANGES.txt}}} to add back in {{{Trunk (unreleased changes)= }}}. - 1. Update the default version in {{{build.xml}}} on trunk to X.Y+= 1.0-dev. + 1. Update the default version in {{{build.properties}}} on trunk = to X.Y+1.0. - 1. Update the version number in {{{src/docs/src/documentation/content/xd= ocs/tabs.xml}}} on trunk to X.Y+1.0. 1. Commit these changes to trunk. {{{ svn commit -m "Preparing for X.Y+1.0 development" }}} @@ -35, +34 @@ svn co https://svn.apache.org/repos/asf/hadoop/hive/branches/branch-X.Y }}} 1. Update {{{CHANGES.txt}}} to include the release version and date (thi= s change must be committed to trunk and any intermediate branches between t= runk and the branch being released). - 1. Update {{{src/docs/releasenotes.html}}} with release notes for this r= elease. You can get the HTML by following the "Release Notes" link for the = relevant release on the [[http://issues.apache.org/jira/browse/HIVE?report= =3Dcom.sourcelabs.jira.plugin.portlet.releases:releases-projecttab|Releases= ]] tab in Jira. = - 1. Update the version number in {{{build.xml}}} to be ''hive-X.Y.N-dev''= , where ''N'' is one greater than the release being made. + 1. JIRA provides a "Release Notes" link for the relevant release on the = [[http://issues.apache.org/jira/browse/HIVE?report=3Dcom.sourcelabs.jira.pl= ugin.portlet.releases:releases-projecttab|Releases]] tab. We don't current= ly include these in the release (although we may in the future), so ignore = this step for now. + 1. Update the version number in {{{build.properties}}} to be ''hive-X.Y.= Z'' where Z is the point release number in this release series (0 for the f= irst one). 1. Commit these changes. {{{ svn commit -m "Preparing for release X.Y.Z" }}} @@ -45, +44 @@ svn merge -rR1:R2 ../trunk . svn commit -m "Merge -r R1:R2 from trunk to X.Y branch. Fixes: HIVE-A, HI= VE-B." }}} - 1. Tag the release candidate (R is the release candidate number, and sta= rts from 0): {{{ + 1. Tag the release candidate (R is the release candidate number, and als= o starts from 0): {{{ svn copy https://svn.apache.org/repos/asf/hadoop/hive/branches/branch-X.Y= \ https://svn.apache.org/repos/asf/hadoop/hive/tags/release-X.Y.Z-rcR -m "H= ive X.Y.Z-rcR release." }}}