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:52 UTC

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

Branch: refs/heads/branch-1.2
Commit: 00d33291ac7b0b34e4dcec386bc26ada61e9d16a
Parents: e181533
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:04 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/00d33291/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";