You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by gx...@apache.org on 2021/12/15 02:57:50 UTC

[hbase-operator-tools] branch master updated: HBASE-26574 [hbase-operator-tools] Set version as 1.2.0 in master

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

gxcheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 76d6862  HBASE-26574 [hbase-operator-tools] Set version as 1.2.0 in master
76d6862 is described below

commit 76d68624cebb66ec0e509b0a4c0d96445a601685
Author: andrewcheng <an...@tencent.com>
AuthorDate: Wed Dec 15 10:21:28 2021 +0800

    HBASE-26574 [hbase-operator-tools] Set version as 1.2.0 in master
---
 hbase-hbck2/pom.xml                   | 2 +-
 hbase-operator-tools-assembly/pom.xml | 2 +-
 hbase-table-reporter/pom.xml          | 2 +-
 hbase-tools/pom.xml                   | 2 +-
 pom.xml                               | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/hbase-hbck2/pom.xml b/hbase-hbck2/pom.xml
index 9e1cafa..d2427f2 100644
--- a/hbase-hbck2/pom.xml
+++ b/hbase-hbck2/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.hbase.operator.tools</groupId>
     <artifactId>hbase-operator-tools</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-hbck2</artifactId>
diff --git a/hbase-operator-tools-assembly/pom.xml b/hbase-operator-tools-assembly/pom.xml
index ab794c8..aaf3a4b 100644
--- a/hbase-operator-tools-assembly/pom.xml
+++ b/hbase-operator-tools-assembly/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.hbase.operator.tools</groupId>
     <artifactId>hbase-operator-tools</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-operator-tools-assembly</artifactId>
diff --git a/hbase-table-reporter/pom.xml b/hbase-table-reporter/pom.xml
index 17e23fb..40f8c08 100644
--- a/hbase-table-reporter/pom.xml
+++ b/hbase-table-reporter/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hbase.operator.tools</groupId>
     <artifactId>hbase-operator-tools</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-table-reporter</artifactId>
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 389c2cc..60c3e08 100644
--- a/hbase-tools/pom.xml
+++ b/hbase-tools/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>hbase-operator-tools</artifactId>
         <groupId>org.apache.hbase.operator.tools</groupId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 97a5fb1..0970d85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   </parent>
   <groupId>org.apache.hbase.operator.tools</groupId>
   <artifactId>hbase-operator-tools</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <name>Apache HBase Operator Tools</name>
   <packaging>pom</packaging>
   <description>