Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F3B810569 for ; Sat, 12 Oct 2013 21:56:21 +0000 (UTC) Received: (qmail 64270 invoked by uid 500); 12 Oct 2013 21:56:21 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 64236 invoked by uid 500); 12 Oct 2013 21:56:20 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 64228 invoked by uid 99); 12 Oct 2013 21:56:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Oct 2013 21:56:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of josh.elser@gmail.com designates 209.85.216.50 as permitted sender) Received: from [209.85.216.50] (HELO mail-qa0-f50.google.com) (209.85.216.50) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Oct 2013 21:56:12 +0000 Received: by mail-qa0-f50.google.com with SMTP id cm18so1561487qab.16 for ; Sat, 12 Oct 2013 14:55:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=NRXcookP0Z7b6YTsefhex/SWIEOKEPU9TOaieFfoBcg=; b=chyREgxYnP94NDh2JM4R+NCPZCs1jXpjYJkiSdPAKgehLys3mqsdwCsbRm6Soij8Hy l9fk9aVEsJheB8vslNcEpuCSMmhUN13S3Cv/TSx6GmZAd+7nFPJkM0NMm4PibPh0rD0x KeOTfN/sjZcRgMEw8lSfZX344r5mRajVNRnKS4i2PQP/pf+p1vIlX9uuTuCasNinVl/u HNPpLhKmfpXLUR+fOUZaIXjSjPVl+7hOTcAvySCo1IK1bQimERldyltVN9t7UteSyKkb QRCTFhjzVK2N2t8Vt07JWFGAO7lmvR3LS7mo6HalwjW0QYpGRr7wpROkWi6N1pz8oc9B 3f0Q== X-Received: by 10.224.171.67 with SMTP id g3mr25557050qaz.13.1381614951385; Sat, 12 Oct 2013 14:55:51 -0700 (PDT) Received: from [192.168.2.210] (pool-72-81-136-94.bltmmd.fios.verizon.net. [72.81.136.94]) by mx.google.com with ESMTPSA id i4sm125798640qan.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 12 Oct 2013 14:55:50 -0700 (PDT) Message-ID: <5259C585.5040907@gmail.com> Date: Sat, 12 Oct 2013 17:56:21 -0400 From: Josh Elser User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131007 Thunderbird/17.0.8 MIME-Version: 1.0 To: dev@accumulo.apache.org Subject: Re: [VOTE] Accumulo Instamo Archetype 1.4.4-RC3 References: <5255E4D4.9070503@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks for taking the time to review, Keith. This is scheduled to close tonight. Can any other devs weigh in, please? On 10/11/2013 05:35 PM, Keith Turner wrote: > signature and checksum on the soruce tar looks good. > Runs fine > > > +1 > > > On Wed, Oct 9, 2013 at 7:20 PM, Josh Elser wrote: > >> Round 3, everyone. Changes over RC2: >> >> * Manually set tarLongFileMode=gnu for maven-assembly-plugin >> * Remove maven-source-plugin as Apache parent pom provides this >> * Remove unnecessary entries from LICENSE and NOTICE >> * Add LICENSE and NOTICE to the archetype such that the project the >> archetype generates also has said LICENSE and NOTICE >> * Rename artifact from 'instamo-archetype' to 'accumulo-instamo-archetype' >> for clarity >> >> Git repo: https://git-wip-us.apache.org/**repos/asf/accumulo-instamo-** >> archetype.git >> Tag: 1.4.4 (**f2b2e49ec8ce9a60c298ccdcfc763a**6fd05f8da1) >> Staging repo: https://repository.apache.org/**content/repositories/** >> orgapacheaccumulo-156/ >> Source release tarball: https://repository.apache.org/** >> content/repositories/**orgapacheaccumulo-156/org/** >> apache/accumulo/accumulo-**instamo-archetype/1.4.4/** >> accumulo-instamo-archetype-1.**4.4-source-release.tar.gz >> >> Pending successful vote after 72hrs, the staging repo will be promoted. I >> changed how I was doing things before "1.4.4-RCx" tags as it would require >> more manual intervention in the release process. (sidebar: will be writing >> up this information on the website to make 1.6.0 hopefully easier) >> >> - Josh >>