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

francischuang pushed a commit to branch improve-docker-release-script
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/improve-docker-release-script 
by this push:
     new d68814e  [maven-release-plugin] prepare for next development iteration
d68814e is described below

commit d68814e0a068101ccf46d8abef9729149a9fdbb5
Author: Francis Chuang <[email protected]>
AuthorDate: Wed May 1 05:16:19 2019 +0000

    [maven-release-plugin] prepare for next development iteration
---
 core/pom.xml                      | 2 +-
 docker/pom.xml                    | 2 +-
 metrics-dropwizardmetrics/pom.xml | 2 +-
 metrics/pom.xml                   | 2 +-
 noop-driver/pom.xml               | 2 +-
 pom.xml                           | 4 ++--
 server/pom.xml                    | 2 +-
 shaded/core/pom.xml               | 2 +-
 standalone-server/pom.xml         | 2 +-
 tck/pom.xml                       | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 0b9c877..b1dcf7a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-core</artifactId>
diff --git a/docker/pom.xml b/docker/pom.xml
index 644e4ae..eae7075 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-docker</artifactId>
diff --git a/metrics-dropwizardmetrics/pom.xml 
b/metrics-dropwizardmetrics/pom.xml
index 7621384..41633f7 100644
--- a/metrics-dropwizardmetrics/pom.xml
+++ b/metrics-dropwizardmetrics/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-metrics-dropwizardmetrics</artifactId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 510a9ca..28d6189 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-metrics</artifactId>
diff --git a/noop-driver/pom.xml b/noop-driver/pom.xml
index 73d8274..67ac17a 100644
--- a/noop-driver/pom.xml
+++ b/noop-driver/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-noop-driver</artifactId>
diff --git a/pom.xml b/pom.xml
index 0b91b41..8663c97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
   <groupId>org.apache.calcite.avatica</groupId>
   <artifactId>avatica-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.15.0</version>
+  <version>1.16.0-SNAPSHOT</version>
   <name>Apache Calcite Avatica Project</name>
   <description>Avatica is a JDBC driver framework which is a part of Apache 
Calcite</description>
   <url>https://calcite.apache.org/avatica</url>
@@ -121,7 +121,7 @@ limitations under the License.
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/calcite-avatica.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/calcite-avatica.git</developerConnection>
     <url>https://github.com/apache/calcite-avatica</url>
-    <tag>avatica-1.15.0-rc0</tag>
+    <tag>HEAD</tag>
   </scm>
   <modules>
     <module>core</module>
diff --git a/server/pom.xml b/server/pom.xml
index 59e400f..379d4ec 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-server</artifactId>
diff --git a/shaded/core/pom.xml b/shaded/core/pom.xml
index e6be5f8..923d6d4 100644
--- a/shaded/core/pom.xml
+++ b/shaded/core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/standalone-server/pom.xml b/standalone-server/pom.xml
index 1b8fb3d..cb2439d 100644
--- a/standalone-server/pom.xml
+++ b/standalone-server/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
   </parent>
   <artifactId>avatica-standalone-server</artifactId>
   <name>Apache Calcite Avatica Standalone Server</name>
diff --git a/tck/pom.xml b/tck/pom.xml
index 7452b91..b509c7b 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-tck</artifactId>

Reply via email to