You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2021/02/13 18:30:47 UTC

[hbase-operator-tools] branch master updated (2958eeb -> 8d667b1)

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

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


    from 2958eeb  HBASE-25529 [hbase-operator-tools] Fix OOME "unable to create new nat… (#80)
     add 6e7626e  Preparing hbase-operator-tools release 1.1.0RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
     new 8d667b1  Preparing development version 1.2.0-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                            | 67 +++++++++++++++++++++++++++++++++++
 RELEASENOTES.md                       | 43 ++++++++++++++++++++++
 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 +-
 7 files changed, 115 insertions(+), 5 deletions(-)


[hbase-operator-tools] 01/01: Preparing development version 1.2.0-SNAPSHOT

Posted by bu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8d667b19948a50b2ce1f36a8ba770368b3109f57
Author: busbey <bu...@apache.org>
AuthorDate: Fri Feb 12 23:25:26 2021 -0600

    Preparing development version 1.2.0-SNAPSHOT
    
    Signed-off-by: busbey <bu...@apache.org>
---
 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 757e30e..620c0c3 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.1.0</version>
+    <version>1.2.0-SNAPSHOT</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 fc305fa..ab794c8 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.1.0</version>
+    <version>1.2.0-SNAPSHOT</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 5e73533..17e23fb 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.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-table-reporter</artifactId>
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index c8190d8..0b41e02 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.1.0</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index bf161fc..8a48889 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.1.0</version>
+  <version>1.2.0-SNAPSHOT</version>
   <name>Apache HBase Operator Tools</name>
   <packaging>pom</packaging>
   <description>