This is an automated email from the ASF dual-hosted git repository. stack pushed a commit to branch HBASE-23002 in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git
commit b0847b00eabb6e8d031f93fe64850ce507ceb503 Author: stack <[email protected]> AuthorDate: Wed Sep 11 04:55:31 2019 +0000 Preparing development version 1.0.0-SNAPSHOT --- hbase-hbck2/pom.xml | 2 +- hbase-operator-tools-assembly/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hbase-hbck2/pom.xml b/hbase-hbck2/pom.xml index 0a8cb5d..10fb9d7 100644 --- a/hbase-hbck2/pom.xml +++ b/hbase-hbck2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.hbase</groupId> <artifactId>hbase-operator-tools</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/hbase-operator-tools-assembly/pom.xml b/hbase-operator-tools-assembly/pom.xml index 20d5d3d..4715d91 100644 --- a/hbase-operator-tools-assembly/pom.xml +++ b/hbase-operator-tools-assembly/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.hbase</groupId> <artifactId>hbase-operator-tools</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-operator-tools-assembly</artifactId> diff --git a/pom.xml b/pom.xml index 3855a0c..504e2d0 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ </parent> <groupId>org.apache.hbase</groupId> <artifactId>hbase-operator-tools</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <name>Apache HBase Operator Tools</name> <packaging>pom</packaging> <description>
