You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by br...@apache.org on 2019/09/07 07:50:02 UTC

[hbase] branch branch-2.2 updated: HBASE-11062 hbtop (addendum - fix hbase-hbtop/pom.xml) (#476)

This is an automated email from the ASF dual-hosted git repository.

brfrn169 pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new caef72c  HBASE-11062 hbtop (addendum - fix hbase-hbtop/pom.xml) (#476)
caef72c is described below

commit caef72c23315dc96cbc6e1bd05fc7ca981f7426c
Author: Toshihiro Suzuki <br...@gmail.com>
AuthorDate: Sat Sep 7 16:49:26 2019 +0900

    HBASE-11062 hbtop (addendum - fix hbase-hbtop/pom.xml) (#476)
---
 hbase-hbtop/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-hbtop/pom.xml b/hbase-hbtop/pom.xml
index 73f98c0..c2dbffd 100644
--- a/hbase-hbtop/pom.xml
+++ b/hbase-hbtop/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>2.2.1</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-hbtop</artifactId>