This is an automated email from the ASF dual-hosted git repository.
vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git
commit cb383c55544e61f2953804c69460ae41fbd023b1
Author: combine <combine@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 14:11:04 2018 +0900
Change version to snapshot.
---
hbase-testing-util-shaded/pom.xml | 2 +-
phoenix-core-shaded/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hbase-testing-util-shaded/pom.xml
b/hbase-testing-util-shaded/pom.xml
index cc5c242..b6af24c 100644
--- a/hbase-testing-util-shaded/pom.xml
+++ b/hbase-testing-util-shaded/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.github.combineads</groupId>
<artifactId>presto-phoenix-connector-shaded-root</artifactId>
- <version>4.13.1</version>
+ <version>4.13.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/phoenix-core-shaded/pom.xml b/phoenix-core-shaded/pom.xml
index a5100e8..6a4a60c 100644
--- a/phoenix-core-shaded/pom.xml
+++ b/phoenix-core-shaded/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.github.combineads</groupId>
<artifactId>presto-phoenix-connector-shaded-root</artifactId>
- <version>4.13.1</version>
+ <version>4.13.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 6a97277..9e7de63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.github.combineads</groupId>
<artifactId>presto-phoenix-connector-shaded-root</artifactId>
- <version>4.13.1</version>
+ <version>4.13.1-SNAPSHOT</version>
<packaging>pom</packaging>