You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by so...@apache.org on 2019/05/02 17:48:10 UTC

[drill] branch master updated (887dee2 -> 422bf20)

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

sorabh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.


    from 887dee2  DRILL-7201: Strange symbols in error window (Windows)
     new defb031  [maven-release-plugin] prepare release drill-1.16.0
     new 422bf20  [maven-release-plugin] prepare for next development iteration

The 2 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:
 common/pom.xml                               | 2 +-
 contrib/data/pom.xml                         | 2 +-
 contrib/data/tpch-sample-data/pom.xml        | 2 +-
 contrib/format-ltsv/pom.xml                  | 2 +-
 contrib/format-maprdb/pom.xml                | 2 +-
 contrib/format-syslog/pom.xml                | 5 ++---
 contrib/pom.xml                              | 2 +-
 contrib/storage-hbase/pom.xml                | 2 +-
 contrib/storage-hive/core/pom.xml            | 2 +-
 contrib/storage-hive/hive-exec-shade/pom.xml | 4 ++--
 contrib/storage-hive/pom.xml                 | 2 +-
 contrib/storage-jdbc/pom.xml                 | 2 +-
 contrib/storage-kafka/pom.xml                | 2 +-
 contrib/storage-kudu/pom.xml                 | 2 +-
 contrib/storage-mongo/pom.xml                | 2 +-
 contrib/storage-opentsdb/pom.xml             | 2 +-
 contrib/udfs/pom.xml                         | 2 +-
 distribution/pom.xml                         | 2 +-
 drill-yarn/pom.xml                           | 2 +-
 exec/java-exec/pom.xml                       | 2 +-
 exec/jdbc-all/pom.xml                        | 2 +-
 exec/jdbc/pom.xml                            | 2 +-
 exec/memory/base/pom.xml                     | 2 +-
 exec/memory/pom.xml                          | 2 +-
 exec/pom.xml                                 | 2 +-
 exec/rpc/pom.xml                             | 2 +-
 exec/vector/pom.xml                          | 2 +-
 logical/pom.xml                              | 2 +-
 pom.xml                                      | 2 +-
 protocol/pom.xml                             | 2 +-
 tools/fmpp/pom.xml                           | 2 +-
 tools/pom.xml                                | 2 +-
 32 files changed, 34 insertions(+), 35 deletions(-)


[drill] 01/02: [maven-release-plugin] prepare release drill-1.16.0

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

sorabh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit defb031fbbe06d6747e54dd69691d209a01d1821
Author: Sorabh Hamirwasia <so...@apache.org>
AuthorDate: Thu Apr 25 22:24:03 2019 -0700

    [maven-release-plugin] prepare release drill-1.16.0
---
 common/pom.xml                               | 2 +-
 contrib/data/pom.xml                         | 2 +-
 contrib/data/tpch-sample-data/pom.xml        | 2 +-
 contrib/format-ltsv/pom.xml                  | 2 +-
 contrib/format-maprdb/pom.xml                | 2 +-
 contrib/format-syslog/pom.xml                | 5 ++---
 contrib/pom.xml                              | 2 +-
 contrib/storage-hbase/pom.xml                | 2 +-
 contrib/storage-hive/core/pom.xml            | 2 +-
 contrib/storage-hive/hive-exec-shade/pom.xml | 4 ++--
 contrib/storage-hive/pom.xml                 | 2 +-
 contrib/storage-jdbc/pom.xml                 | 2 +-
 contrib/storage-kafka/pom.xml                | 2 +-
 contrib/storage-kudu/pom.xml                 | 2 +-
 contrib/storage-mongo/pom.xml                | 2 +-
 contrib/storage-opentsdb/pom.xml             | 2 +-
 contrib/udfs/pom.xml                         | 2 +-
 distribution/pom.xml                         | 2 +-
 drill-yarn/pom.xml                           | 2 +-
 exec/java-exec/pom.xml                       | 2 +-
 exec/jdbc-all/pom.xml                        | 2 +-
 exec/jdbc/pom.xml                            | 2 +-
 exec/memory/base/pom.xml                     | 2 +-
 exec/memory/pom.xml                          | 2 +-
 exec/pom.xml                                 | 2 +-
 exec/rpc/pom.xml                             | 2 +-
 exec/vector/pom.xml                          | 2 +-
 logical/pom.xml                              | 2 +-
 pom.xml                                      | 4 ++--
 protocol/pom.xml                             | 2 +-
 tools/fmpp/pom.xml                           | 2 +-
 tools/pom.xml                                | 2 +-
 32 files changed, 35 insertions(+), 36 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index dd0b406..e35000a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-common</artifactId>
diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml
index 26a7dd8..3badd51 100644
--- a/contrib/data/pom.xml
+++ b/contrib/data/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <groupId>org.apache.drill.contrib.data</groupId>
diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml
index fb2bc20..0a9cd6f 100644
--- a/contrib/data/tpch-sample-data/pom.xml
+++ b/contrib/data/tpch-sample-data/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-data-parent</artifactId>
     <groupId>org.apache.drill.contrib.data</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>tpch-sample-data</artifactId>
diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml
index 4110a1c..aa53756 100644
--- a/contrib/format-ltsv/pom.xml
+++ b/contrib/format-ltsv/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-format-ltsv</artifactId>
diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml
index 0a09c3d..01c8566 100644
--- a/contrib/format-maprdb/pom.xml
+++ b/contrib/format-maprdb/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-format-mapr</artifactId>
diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml
index 9bc9159..cfe60fa 100644
--- a/contrib/format-syslog/pom.xml
+++ b/contrib/format-syslog/pom.xml
@@ -18,14 +18,13 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-format-syslog</artifactId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 17ac734..24235ea 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <groupId>org.apache.drill.contrib</groupId>
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index fcb8cae..1a73ff4 100644
--- a/contrib/storage-hbase/pom.xml
+++ b/contrib/storage-hbase/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-storage-hbase</artifactId>
diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml
index 0203efb..e5bead5 100644
--- a/contrib/storage-hive/core/pom.xml
+++ b/contrib/storage-hive/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.drill.contrib.storage-hive</groupId>
     <artifactId>drill-contrib-storage-hive-parent</artifactId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-storage-hive-core</artifactId>
diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml
index b7be65d..786650c 100644
--- a/contrib/storage-hive/hive-exec-shade/pom.xml
+++ b/contrib/storage-hive/hive-exec-shade/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.drill.contrib.storage-hive</groupId>
     <artifactId>drill-contrib-storage-hive-parent</artifactId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-hive-exec-shaded</artifactId>
@@ -104,7 +104,7 @@
           <createSourcesJar>true</createSourcesJar>
           <shadeSourcesContent>true</shadeSourcesContent>
           <transformers>
-            <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
+            <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
             <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
               <addHeader>false</addHeader>
             </transformer>
diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml
index 922cdf3..d55420e 100644
--- a/contrib/storage-hive/pom.xml
+++ b/contrib/storage-hive/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.drill.contrib</groupId>
     <artifactId>drill-contrib-parent</artifactId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <groupId>org.apache.drill.contrib.storage-hive</groupId>
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index 6268874..3c79402 100755
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-jdbc-storage</artifactId>
diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml
index 4cc95f8..d106f87 100644
--- a/contrib/storage-kafka/pom.xml
+++ b/contrib/storage-kafka/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-storage-kafka</artifactId>
diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml
index e5a3c71..dc24d05 100644
--- a/contrib/storage-kudu/pom.xml
+++ b/contrib/storage-kudu/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-kudu-storage</artifactId>
diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index 5bdee24..ee4a68f 100644
--- a/contrib/storage-mongo/pom.xml
+++ b/contrib/storage-mongo/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-mongo-storage</artifactId>
diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml
index 7ffcef2..693b6e4 100644
--- a/contrib/storage-opentsdb/pom.xml
+++ b/contrib/storage-opentsdb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>drill-contrib-parent</artifactId>
         <groupId>org.apache.drill.contrib</groupId>
-        <version>1.16.0-SNAPSHOT</version>
+        <version>1.16.0</version>
     </parent>
 
     <artifactId>drill-opentsdb-storage</artifactId>
diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml
index c0bc4e5..9297e82 100644
--- a/contrib/udfs/pom.xml
+++ b/contrib/udfs/pom.xml
@@ -24,7 +24,7 @@
 <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-udfs</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index f723142..323d5e3 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>distribution</artifactId>
diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml
index edb6023..3f64613 100644
--- a/drill-yarn/pom.xml
+++ b/drill-yarn/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-yarn</artifactId>
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 1d0cb75..3518967 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
   <artifactId>drill-java-exec</artifactId>
   <name>exec/Java Execution Engine</name>
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index fd764ac..747de6b 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.drill.exec</groupId>
     <artifactId>exec-parent</artifactId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-jdbc-all</artifactId>
diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index f9637d3..bb9424d 100644
--- a/exec/jdbc/pom.xml
+++ b/exec/jdbc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.drill.exec</groupId>
     <artifactId>exec-parent</artifactId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
   <artifactId>drill-jdbc</artifactId>
   <name>exec/JDBC Driver using dependencies</name>
diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml
index fd8d562..5f6536f 100644
--- a/exec/memory/base/pom.xml
+++ b/exec/memory/base/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>memory-parent</artifactId>
     <groupId>org.apache.drill.memory</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
   <artifactId>drill-memory-base</artifactId>
   <name>exec/memory/base</name>
diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml
index b5f893e..abdeb5d 100644
--- a/exec/memory/pom.xml
+++ b/exec/memory/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <groupId>org.apache.drill.memory</groupId>
diff --git a/exec/pom.xml b/exec/pom.xml
index c241127..476f61c 100644
--- a/exec/pom.xml
+++ b/exec/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <groupId>org.apache.drill.exec</groupId>
diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml
index 26f0b99..e1ab07e 100644
--- a/exec/rpc/pom.xml
+++ b/exec/rpc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
   <artifactId>drill-rpc</artifactId>
   <name>exec/rpc</name>
diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml
index 0fd4fb8..93385e0 100644
--- a/exec/vector/pom.xml
+++ b/exec/vector/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
   <artifactId>vector</artifactId>
   <name>exec/Vectors</name>
diff --git a/logical/pom.xml b/logical/pom.xml
index caa126c..fcbce92 100644
--- a/logical/pom.xml
+++ b/logical/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-logical</artifactId>
diff --git a/pom.xml b/pom.xml
index 00e7728..37d976d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.drill</groupId>
   <artifactId>drill-root</artifactId>
-  <version>1.16.0-SNAPSHOT</version>
+  <version>1.16.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Drill Root POM</name>
@@ -106,7 +106,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/drill.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/drill.git</developerConnection>
     <url>https://github.com/apache/drill</url>
-    <tag>HEAD</tag>
+    <tag>drill-1.16.0</tag>
   </scm>
 
   <mailingLists>
diff --git a/protocol/pom.xml b/protocol/pom.xml
index b2c9be8..964caa6 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-protocol</artifactId>
diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml
index c3d17fd..40ae3ec 100644
--- a/tools/fmpp/pom.xml
+++ b/tools/fmpp/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>tools-parent</artifactId>
     <groupId>org.apache.drill.tools</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <artifactId>drill-fmpp-maven-plugin</artifactId>
diff --git a/tools/pom.xml b/tools/pom.xml
index 158c494..adbc982 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.0</version>
   </parent>
 
   <groupId>org.apache.drill.tools</groupId>


[drill] 02/02: [maven-release-plugin] prepare for next development iteration

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

sorabh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 422bf20208fe47477ddc3138c298912f9f2739db
Author: Sorabh Hamirwasia <so...@apache.org>
AuthorDate: Thu Apr 25 22:24:15 2019 -0700

    [maven-release-plugin] prepare for next development iteration
---
 common/pom.xml                               | 2 +-
 contrib/data/pom.xml                         | 2 +-
 contrib/data/tpch-sample-data/pom.xml        | 2 +-
 contrib/format-ltsv/pom.xml                  | 2 +-
 contrib/format-maprdb/pom.xml                | 2 +-
 contrib/format-syslog/pom.xml                | 2 +-
 contrib/pom.xml                              | 2 +-
 contrib/storage-hbase/pom.xml                | 2 +-
 contrib/storage-hive/core/pom.xml            | 2 +-
 contrib/storage-hive/hive-exec-shade/pom.xml | 2 +-
 contrib/storage-hive/pom.xml                 | 2 +-
 contrib/storage-jdbc/pom.xml                 | 2 +-
 contrib/storage-kafka/pom.xml                | 2 +-
 contrib/storage-kudu/pom.xml                 | 2 +-
 contrib/storage-mongo/pom.xml                | 2 +-
 contrib/storage-opentsdb/pom.xml             | 2 +-
 contrib/udfs/pom.xml                         | 2 +-
 distribution/pom.xml                         | 2 +-
 drill-yarn/pom.xml                           | 2 +-
 exec/java-exec/pom.xml                       | 2 +-
 exec/jdbc-all/pom.xml                        | 2 +-
 exec/jdbc/pom.xml                            | 2 +-
 exec/memory/base/pom.xml                     | 2 +-
 exec/memory/pom.xml                          | 2 +-
 exec/pom.xml                                 | 2 +-
 exec/rpc/pom.xml                             | 2 +-
 exec/vector/pom.xml                          | 2 +-
 logical/pom.xml                              | 2 +-
 pom.xml                                      | 4 ++--
 protocol/pom.xml                             | 2 +-
 tools/fmpp/pom.xml                           | 2 +-
 tools/pom.xml                                | 2 +-
 32 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index e35000a..8c71404 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-common</artifactId>
diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml
index 3badd51..6278d82 100644
--- a/contrib/data/pom.xml
+++ b/contrib/data/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.contrib.data</groupId>
diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml
index 0a9cd6f..128c3e4 100644
--- a/contrib/data/tpch-sample-data/pom.xml
+++ b/contrib/data/tpch-sample-data/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-data-parent</artifactId>
     <groupId>org.apache.drill.contrib.data</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>tpch-sample-data</artifactId>
diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml
index aa53756..9d83e9e 100644
--- a/contrib/format-ltsv/pom.xml
+++ b/contrib/format-ltsv/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-ltsv</artifactId>
diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml
index 01c8566..bff7b69 100644
--- a/contrib/format-maprdb/pom.xml
+++ b/contrib/format-maprdb/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-mapr</artifactId>
diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml
index cfe60fa..ca3e61e 100644
--- a/contrib/format-syslog/pom.xml
+++ b/contrib/format-syslog/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-syslog</artifactId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 24235ea..0004031 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.contrib</groupId>
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index 1a73ff4..859e242 100644
--- a/contrib/storage-hbase/pom.xml
+++ b/contrib/storage-hbase/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-hbase</artifactId>
diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml
index e5bead5..b4acdac 100644
--- a/contrib/storage-hive/core/pom.xml
+++ b/contrib/storage-hive/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.drill.contrib.storage-hive</groupId>
     <artifactId>drill-contrib-storage-hive-parent</artifactId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-hive-core</artifactId>
diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml
index 786650c..a767000 100644
--- a/contrib/storage-hive/hive-exec-shade/pom.xml
+++ b/contrib/storage-hive/hive-exec-shade/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.drill.contrib.storage-hive</groupId>
     <artifactId>drill-contrib-storage-hive-parent</artifactId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-hive-exec-shaded</artifactId>
diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml
index d55420e..e991816 100644
--- a/contrib/storage-hive/pom.xml
+++ b/contrib/storage-hive/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.drill.contrib</groupId>
     <artifactId>drill-contrib-parent</artifactId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.contrib.storage-hive</groupId>
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index 3c79402..2a4286c 100755
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-jdbc-storage</artifactId>
diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml
index d106f87..83a1a29 100644
--- a/contrib/storage-kafka/pom.xml
+++ b/contrib/storage-kafka/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-kafka</artifactId>
diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml
index dc24d05..b9f676a 100644
--- a/contrib/storage-kudu/pom.xml
+++ b/contrib/storage-kudu/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-kudu-storage</artifactId>
diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index ee4a68f..a58ed57 100644
--- a/contrib/storage-mongo/pom.xml
+++ b/contrib/storage-mongo/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-mongo-storage</artifactId>
diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml
index 693b6e4..7891a0f 100644
--- a/contrib/storage-opentsdb/pom.xml
+++ b/contrib/storage-opentsdb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>drill-contrib-parent</artifactId>
         <groupId>org.apache.drill.contrib</groupId>
-        <version>1.16.0</version>
+        <version>1.17.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>drill-opentsdb-storage</artifactId>
diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml
index 9297e82..38f7dfa 100644
--- a/contrib/udfs/pom.xml
+++ b/contrib/udfs/pom.xml
@@ -24,7 +24,7 @@
 <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-udfs</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 323d5e3..0e3d792 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>distribution</artifactId>
diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml
index 3f64613..9de6d47 100644
--- a/drill-yarn/pom.xml
+++ b/drill-yarn/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-yarn</artifactId>
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 3518967..2fcd935 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
   <artifactId>drill-java-exec</artifactId>
   <name>exec/Java Execution Engine</name>
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 747de6b..4367489 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.drill.exec</groupId>
     <artifactId>exec-parent</artifactId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-jdbc-all</artifactId>
diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index bb9424d..23fec3a 100644
--- a/exec/jdbc/pom.xml
+++ b/exec/jdbc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.drill.exec</groupId>
     <artifactId>exec-parent</artifactId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
   <artifactId>drill-jdbc</artifactId>
   <name>exec/JDBC Driver using dependencies</name>
diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml
index 5f6536f..0839a33 100644
--- a/exec/memory/base/pom.xml
+++ b/exec/memory/base/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>memory-parent</artifactId>
     <groupId>org.apache.drill.memory</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
   <artifactId>drill-memory-base</artifactId>
   <name>exec/memory/base</name>
diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml
index abdeb5d..55f544d 100644
--- a/exec/memory/pom.xml
+++ b/exec/memory/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.memory</groupId>
diff --git a/exec/pom.xml b/exec/pom.xml
index 476f61c..c360f5a 100644
--- a/exec/pom.xml
+++ b/exec/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.exec</groupId>
diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml
index e1ab07e..0dcc7ca 100644
--- a/exec/rpc/pom.xml
+++ b/exec/rpc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
   <artifactId>drill-rpc</artifactId>
   <name>exec/rpc</name>
diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml
index 93385e0..830b545 100644
--- a/exec/vector/pom.xml
+++ b/exec/vector/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
   <artifactId>vector</artifactId>
   <name>exec/Vectors</name>
diff --git a/logical/pom.xml b/logical/pom.xml
index fcbce92..b1e8ab8 100644
--- a/logical/pom.xml
+++ b/logical/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-logical</artifactId>
diff --git a/pom.xml b/pom.xml
index 37d976d..ac9af89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.drill</groupId>
   <artifactId>drill-root</artifactId>
-  <version>1.16.0</version>
+  <version>1.17.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Drill Root POM</name>
@@ -106,7 +106,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/drill.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/drill.git</developerConnection>
     <url>https://github.com/apache/drill</url>
-    <tag>drill-1.16.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <mailingLists>
diff --git a/protocol/pom.xml b/protocol/pom.xml
index 964caa6..04629ac 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-protocol</artifactId>
diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml
index 40ae3ec..ac12752 100644
--- a/tools/fmpp/pom.xml
+++ b/tools/fmpp/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>tools-parent</artifactId>
     <groupId>org.apache.drill.tools</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-fmpp-maven-plugin</artifactId>
diff --git a/tools/pom.xml b/tools/pom.xml
index adbc982..1511c91 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.16.0</version>
+    <version>1.17.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.tools</groupId>