You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2016/09/03 02:55:53 UTC

[5/5] hbase git commit: Amend HBASE-16538 Changes the way version information is stored during build

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/a30f7ddc
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a30f7ddc
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a30f7ddc

Branch: refs/heads/branch-1.1
Commit: a30f7ddc9e24c1f6234a9bb939a0a5e388d5f14f
Parents: 87af592
Author: Andrew Purtell <ap...@apache.org>
Authored: Fri Sep 2 19:51:33 2016 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Fri Sep 2 19:55:11 2016 -0700

----------------------------------------------------------------------
 hbase-common/src/saveVersion.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a30f7ddc/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" <<EOF
  */
 package org.apache.hadoop.hbase;
 
+import org.apache.hadoop.hbase.classification.InterfaceAudience;
+
+@InterfaceAudience.Private
 public class Version {
   public static final String version = "$version";
   public static final String revision = "$revision";