Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4155DD4BE for ; Thu, 13 Sep 2012 22:25:20 +0000 (UTC) Received: (qmail 58830 invoked by uid 500); 13 Sep 2012 22:25:20 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 58800 invoked by uid 500); 13 Sep 2012 22:25:20 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 58793 invoked by uid 99); 13 Sep 2012 22:25:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 22:25:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 22:25:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 23A05238890D for ; Thu, 13 Sep 2012 22:24:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1384569 - /hbase/trunk/src/docbkx/developer.xml Date: Thu, 13 Sep 2012 22:24:36 -0000 To: commits@hbase.apache.org From: stack@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120913222436.23A05238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stack Date: Thu Sep 13 22:24:35 2012 New Revision: 1384569 URL: http://svn.apache.org/viewvc?rev=1384569&view=rev Log: Edits suggested by Ted around mvn release Modified: hbase/trunk/src/docbkx/developer.xml Modified: hbase/trunk/src/docbkx/developer.xml URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/developer.xml?rev=1384569&r1=1384568&r2=1384569&view=diff ============================================================================== --- hbase/trunk/src/docbkx/developer.xml (original) +++ hbase/trunk/src/docbkx/developer.xml Thu Sep 13 22:24:35 2012 @@ -173,9 +173,12 @@ mvn clean compile release will be tagged 0.92.0. Making the maven release, copy the 0.92.0 tag to 0.92.0mvn. Check out this tag and change the version therein and commit. + When you run release:perform, pass -Papache-release + else it will not 'sign' the artifacts it uploads. + Here is how I'd answer the questions at release:prepare time: What is the release version for "HBase"? (org.apache.hbase:hbase) 0.92.0: : -What is SCM release tag or label for "HBase"? (org.apache.hbase:hbase) hbase-0.92.0: : 0.92.0mvnrelease +What is SCM release tag or label for "HBase"? (org.apache.hbase:hbase) hbase-0.92.0: : 0.92.0mvn What is the new development version for "HBase"? (org.apache.hbase:hbase) 0.92.1-SNAPSHOT: : [INFO] Transforming 'HBase'... @@ -221,9 +224,8 @@ What is the new development version for </settings> - When you run release:perform, pass -Papache-release - else it will not 'sign' the artifacts it uploads. - + + If you see run into the below, its because you need to edit version in the pom.xml and add -SNAPSHOT to the version (and commit). [INFO] Scanning for projects...