From ecd83f511e6e785099a95092a5e600de24fa551c Mon Sep 17 00:00:00 2001 From: Wellington Ramos Chevreuil Date: Tue, 11 Jun 2019 16:09:20 +0100 Subject: [PATCH] HBASE-22516 Update version for next dev cycle (#4) --- hbase-oss/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-oss/pom.xml b/hbase-oss/pom.xml index e21c84d..1a06965 100644 --- a/hbase-oss/pom.xml +++ b/hbase-oss/pom.xml @@ -19,7 +19,7 @@ org.apache.hbase.filesystem hbase-filesystem - 1.0.0-alpha1 + 1.0.0-alpha2-SNAPSHOT ../pom.xml hbase-oss diff --git a/pom.xml b/pom.xml index 97c697d..b25f878 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.hbase.filesystem hbase-filesystem - 1.0.0-alpha1 + 1.0.0-alpha2-SNAPSHOT Apache HBase FileSystem-related Modules