Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 67946200B83 for ; Sat, 3 Sep 2016 04:55:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 66395160AD0; Sat, 3 Sep 2016 02:55:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E181F160ACB for ; Sat, 3 Sep 2016 04:55:50 +0200 (CEST) Received: (qmail 50771 invoked by uid 500); 3 Sep 2016 02:55:50 -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 50730 invoked by uid 99); 3 Sep 2016 02:55:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2016 02:55:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AF981E0579; Sat, 3 Sep 2016 02:55:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: apurtell@apache.org To: commits@hbase.apache.org Date: Sat, 03 Sep 2016 02:55:51 -0000 Message-Id: In-Reply-To: <5b15cb61668645518e279bb9d0834abe@git.apache.org> References: <5b15cb61668645518e279bb9d0834abe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] hbase git commit: Amend HBASE-16538 Changes the way version information is stored during build archived-at: Sat, 03 Sep 2016 02:55:51 -0000 Amend HBASE-16538 Changes the way version information is stored during build Generated Version class needs an interface audience annotation Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/abbb36f6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/abbb36f6 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/abbb36f6 Branch: refs/heads/branch-1 Commit: abbb36f625fb4dc021eff8969c1666567ef93f08 Parents: fa7731d Author: Andrew Purtell Authored: Fri Sep 2 19:51:33 2016 -0700 Committer: Andrew Purtell Committed: Fri Sep 2 19:54:14 2016 -0700 ---------------------------------------------------------------------- hbase-common/src/saveVersion.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/abbb36f6/hbase-common/src/saveVersion.sh ---------------------------------------------------------------------- diff --git a/hbase-common/src/saveVersion.sh b/hbase-common/src/saveVersion.sh index 4c21829..b335039 100644 --- a/hbase-common/src/saveVersion.sh +++ b/hbase-common/src/saveVersion.sh @@ -61,6 +61,9 @@ cat >"$outputDirectory/org/apache/hadoop/hbase/Version.java" <