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:44:12 UTC

[hbase] branch branch-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
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit d17cbe183ceceb61f3cf24258960174f43b4ddf6
Author: Toshihiro Suzuki <br...@gmail.com>
AuthorDate: Sat Sep 7 16:42:30 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..6de4101 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.3.0-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-hbtop</artifactId>