You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2023/02/20 15:42:00 UTC

[drill] branch 1.21 updated: Prepare for the next development iteration.

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

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


The following commit(s) were added to refs/heads/1.21 by this push:
     new 7f172e0fec Prepare for the next development iteration.
7f172e0fec is described below

commit 7f172e0fec0de9a34538ea24d8d9424a89cf9722
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Mon Feb 20 17:41:33 2023 +0200

    Prepare for the next development iteration.
---
 common/pom.xml                               | 2 +-
 contrib/data/pom.xml                         | 2 +-
 contrib/data/tpch-sample-data/pom.xml        | 2 +-
 contrib/format-access/pom.xml                | 2 +-
 contrib/format-deltalake/pom.xml             | 2 +-
 contrib/format-esri/pom.xml                  | 2 +-
 contrib/format-excel/pom.xml                 | 2 +-
 contrib/format-hdf5/pom.xml                  | 2 +-
 contrib/format-httpd/pom.xml                 | 2 +-
 contrib/format-iceberg/pom.xml               | 2 +-
 contrib/format-image/pom.xml                 | 2 +-
 contrib/format-log/pom.xml                   | 2 +-
 contrib/format-ltsv/pom.xml                  | 2 +-
 contrib/format-maprdb/pom.xml                | 2 +-
 contrib/format-pcapng/pom.xml                | 2 +-
 contrib/format-pdf/pom.xml                   | 2 +-
 contrib/format-sas/pom.xml                   | 2 +-
 contrib/format-spss/pom.xml                  | 2 +-
 contrib/format-syslog/pom.xml                | 2 +-
 contrib/format-xml/pom.xml                   | 2 +-
 contrib/pom.xml                              | 2 +-
 contrib/storage-cassandra/pom.xml            | 2 +-
 contrib/storage-drill/pom.xml                | 2 +-
 contrib/storage-druid/pom.xml                | 2 +-
 contrib/storage-elasticsearch/pom.xml        | 2 +-
 contrib/storage-googlesheets/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-http/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/storage-phoenix/pom.xml              | 2 +-
 contrib/storage-splunk/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 +-
 metastore/iceberg-metastore/pom.xml          | 2 +-
 metastore/metastore-api/pom.xml              | 2 +-
 metastore/mongo-metastore/pom.xml            | 2 +-
 metastore/pom.xml                            | 2 +-
 metastore/rdbms-metastore/pom.xml            | 2 +-
 pom.xml                                      | 4 ++--
 protocol/pom.xml                             | 2 +-
 tools/fmpp/pom.xml                           | 2 +-
 tools/pom.xml                                | 2 +-
 59 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 49ecee243f..99a362f797 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-common</artifactId>
diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml
index d42e048c20..d2b53f4092 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.21.0</version>
+    <version>1.21.1-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 7207711bbd..a7bcdc6364 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>tpch-sample-data</artifactId>
diff --git a/contrib/format-access/pom.xml b/contrib/format-access/pom.xml
index 696a1f7466..6d3f8ae895 100644
--- a/contrib/format-access/pom.xml
+++ b/contrib/format-access/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>drill-contrib-parent</artifactId>
         <groupId>org.apache.drill.contrib</groupId>
-        <version>1.21.0</version>
+        <version>1.21.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>drill-format-msaccess</artifactId>
diff --git a/contrib/format-deltalake/pom.xml b/contrib/format-deltalake/pom.xml
index b2d50a873a..f6857c5fda 100644
--- a/contrib/format-deltalake/pom.xml
+++ b/contrib/format-deltalake/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-deltalake-format</artifactId>
diff --git a/contrib/format-esri/pom.xml b/contrib/format-esri/pom.xml
index edfdbf2669..dedb071ed9 100644
--- a/contrib/format-esri/pom.xml
+++ b/contrib/format-esri/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-esri</artifactId>
diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index 1db9fce821..96367c5484 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-excel</artifactId>
diff --git a/contrib/format-hdf5/pom.xml b/contrib/format-hdf5/pom.xml
index 0a40176a5b..096ae1fb1f 100644
--- a/contrib/format-hdf5/pom.xml
+++ b/contrib/format-hdf5/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-hdf5</artifactId>
diff --git a/contrib/format-httpd/pom.xml b/contrib/format-httpd/pom.xml
index 583b855f5e..4fd9e69123 100644
--- a/contrib/format-httpd/pom.xml
+++ b/contrib/format-httpd/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
   <artifactId>drill-format-httpd</artifactId>
   <name>Drill : Contrib : Format : Httpd/Nginx Access Log</name>
diff --git a/contrib/format-iceberg/pom.xml b/contrib/format-iceberg/pom.xml
index 4757dc1a91..660f8b7dbb 100644
--- a/contrib/format-iceberg/pom.xml
+++ b/contrib/format-iceberg/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-iceberg-format</artifactId>
diff --git a/contrib/format-image/pom.xml b/contrib/format-image/pom.xml
index ae608dc28e..e172fbf1bd 100644
--- a/contrib/format-image/pom.xml
+++ b/contrib/format-image/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-image</artifactId>
diff --git a/contrib/format-log/pom.xml b/contrib/format-log/pom.xml
index 122f340988..8bd7da8669 100644
--- a/contrib/format-log/pom.xml
+++ b/contrib/format-log/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-log</artifactId>
diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml
index 3e95895383..63f0a6a7b4 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-ltsv</artifactId>
diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml
index ed980b4f7c..4e2fc96508 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-mapr</artifactId>
diff --git a/contrib/format-pcapng/pom.xml b/contrib/format-pcapng/pom.xml
index 4d748d7d6a..39e8735654 100644
--- a/contrib/format-pcapng/pom.xml
+++ b/contrib/format-pcapng/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-pcapng</artifactId>
diff --git a/contrib/format-pdf/pom.xml b/contrib/format-pdf/pom.xml
index be7e98f2fd..88007851f3 100644
--- a/contrib/format-pdf/pom.xml
+++ b/contrib/format-pdf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-pdf</artifactId>
diff --git a/contrib/format-sas/pom.xml b/contrib/format-sas/pom.xml
index 0c845273d5..8ed770e79c 100644
--- a/contrib/format-sas/pom.xml
+++ b/contrib/format-sas/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-sas</artifactId>
diff --git a/contrib/format-spss/pom.xml b/contrib/format-spss/pom.xml
index a935a293b1..5b08201d13 100644
--- a/contrib/format-spss/pom.xml
+++ b/contrib/format-spss/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-spss</artifactId>
diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml
index 4cde4ed21b..7eb8835ffd 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-syslog</artifactId>
diff --git a/contrib/format-xml/pom.xml b/contrib/format-xml/pom.xml
index cc6817980b..b6a68dd24e 100644
--- a/contrib/format-xml/pom.xml
+++ b/contrib/format-xml/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-format-xml</artifactId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index d744c321ce..14bc6abd97 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.contrib</groupId>
diff --git a/contrib/storage-cassandra/pom.xml b/contrib/storage-cassandra/pom.xml
index 645f7c797d..acc9acdef1 100644
--- a/contrib/storage-cassandra/pom.xml
+++ b/contrib/storage-cassandra/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-cassandra</artifactId>
diff --git a/contrib/storage-drill/pom.xml b/contrib/storage-drill/pom.xml
index 8d2d4ff556..ee2c5aa555 100644
--- a/contrib/storage-drill/pom.xml
+++ b/contrib/storage-drill/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage</artifactId>
diff --git a/contrib/storage-druid/pom.xml b/contrib/storage-druid/pom.xml
index bc09873bcf..5eeeebb232 100755
--- a/contrib/storage-druid/pom.xml
+++ b/contrib/storage-druid/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>drill-contrib-parent</artifactId>
         <groupId>org.apache.drill.contrib</groupId>
-        <version>1.21.0</version>
+        <version>1.21.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/contrib/storage-elasticsearch/pom.xml b/contrib/storage-elasticsearch/pom.xml
index 43db1b5f78..5412520037 100644
--- a/contrib/storage-elasticsearch/pom.xml
+++ b/contrib/storage-elasticsearch/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-elasticsearch</artifactId>
diff --git a/contrib/storage-googlesheets/pom.xml b/contrib/storage-googlesheets/pom.xml
index d8f32a0181..9b03db26a3 100644
--- a/contrib/storage-googlesheets/pom.xml
+++ b/contrib/storage-googlesheets/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-googlesheets</artifactId>
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index 7fc91961f9..4d2b361376 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.21.0</version>
+    <version>1.21.1-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 8812b5566d..037aa14874 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.21.0</version>
+    <version>1.21.1-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 9341300e82..e11a905135 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-hive-exec-shaded</artifactId>
diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml
index 18ac6c3101..b1be4a6f80 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.contrib.storage-hive</groupId>
diff --git a/contrib/storage-http/pom.xml b/contrib/storage-http/pom.xml
index 909847619e..335f43300b 100644
--- a/contrib/storage-http/pom.xml
+++ b/contrib/storage-http/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-http</artifactId>
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index d4afa612ce..5ac9f1f093 100644
--- 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-jdbc-storage</artifactId>
diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml
index eb2828c288..18534e5af0 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-kafka</artifactId>
diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml
index 7d0c5c669e..646c574c74 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-kudu-storage</artifactId>
diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index 7ce8699771..3d3333cb15 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-mongo-storage</artifactId>
diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml
index 4702198c93..1ff629f4bb 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.21.0</version>
+        <version>1.21.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>drill-opentsdb-storage</artifactId>
diff --git a/contrib/storage-phoenix/pom.xml b/contrib/storage-phoenix/pom.xml
index 6880ae88c9..13fd8be441 100644
--- a/contrib/storage-phoenix/pom.xml
+++ b/contrib/storage-phoenix/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.drill.contrib</groupId>
     <artifactId>drill-contrib-parent</artifactId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
   <artifactId>drill-storage-phoenix</artifactId>
   <name>Drill : Contrib : Storage : Phoenix</name>
diff --git a/contrib/storage-splunk/pom.xml b/contrib/storage-splunk/pom.xml
index e309d91dd7..c64fb9eae6 100644
--- a/contrib/storage-splunk/pom.xml
+++ b/contrib/storage-splunk/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-storage-splunk</artifactId>
diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml
index c4606444fc..a585d67ca6 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-udfs</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 62666203d9..7e3596b59b 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>distribution</artifactId>
diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml
index c931b4c395..d4095fb1db 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-yarn</artifactId>
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 9be9c070fb..0836af4fdb 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
   <artifactId>drill-java-exec</artifactId>
   <name>Drill : Exec : Java Execution Engine</name>
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 35a1c88bd0..75d09b73f5 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-jdbc-all</artifactId>
diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index 51a4d6ecb9..d4dcc43ee8 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
   <artifactId>drill-jdbc</artifactId>
   <name>Drill : Exec : JDBC Driver using dependencies</name>
diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml
index 70949d9b9f..79e088b640 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
   <artifactId>drill-memory-base</artifactId>
   <name>Drill : Exec : Memory : Base</name>
diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml
index 1f0d73d968..ffb979c93c 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.memory</groupId>
diff --git a/exec/pom.xml b/exec/pom.xml
index 7de3e182fd..4b5037ba02 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.exec</groupId>
diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml
index 9bf9d7961a..3f11df281c 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
   <artifactId>drill-rpc</artifactId>
   <name>Drill : Exec : RPC</name>
diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml
index 4ba34350a3..f59224f5d7 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
   <artifactId>vector</artifactId>
   <name>Drill : Exec : Vectors</name>
diff --git a/logical/pom.xml b/logical/pom.xml
index 27c1b44ab1..36b36ffce0 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-logical</artifactId>
diff --git a/metastore/iceberg-metastore/pom.xml b/metastore/iceberg-metastore/pom.xml
index e8e4d8445e..38677b8487 100644
--- a/metastore/iceberg-metastore/pom.xml
+++ b/metastore/iceberg-metastore/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>metastore-parent</artifactId>
     <groupId>org.apache.drill.metastore</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-iceberg-metastore</artifactId>
diff --git a/metastore/metastore-api/pom.xml b/metastore/metastore-api/pom.xml
index 02db2014d9..39fc7a058f 100644
--- a/metastore/metastore-api/pom.xml
+++ b/metastore/metastore-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.drill.metastore</groupId>
     <artifactId>metastore-parent</artifactId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-metastore-api</artifactId>
diff --git a/metastore/mongo-metastore/pom.xml b/metastore/mongo-metastore/pom.xml
index 4109d16d64..0f203ce32e 100644
--- a/metastore/mongo-metastore/pom.xml
+++ b/metastore/mongo-metastore/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>metastore-parent</artifactId>
     <groupId>org.apache.drill.metastore</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/metastore/pom.xml b/metastore/pom.xml
index 9f381ed55b..79daeba84f 100644
--- a/metastore/pom.xml
+++ b/metastore/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.drill</groupId>
     <artifactId>drill-root</artifactId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.metastore</groupId>
diff --git a/metastore/rdbms-metastore/pom.xml b/metastore/rdbms-metastore/pom.xml
index 12299ffb79..e1a7974f3d 100644
--- a/metastore/rdbms-metastore/pom.xml
+++ b/metastore/rdbms-metastore/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>metastore-parent</artifactId>
     <groupId>org.apache.drill.metastore</groupId>
-    <version>1.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-rdbms-metastore</artifactId>
diff --git a/pom.xml b/pom.xml
index 83a1acace8..459e95be10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.drill</groupId>
   <artifactId>drill-root</artifactId>
-  <version>1.21.0</version>
+  <version>1.21.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Drill :</name>
@@ -141,7 +141,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/drill.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/drill.git</developerConnection>
     <url>https://github.com/apache/drill</url>
-    <tag>drill-1.21.0</tag>
+    <tag>drill-1.21.1-SNAPSHOT</tag>
   </scm>
 
   <mailingLists>
diff --git a/protocol/pom.xml b/protocol/pom.xml
index 1599baa6e8..2e425e04ca 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-protocol</artifactId>
diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml
index 9a993b1c79..f153075e25 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>drill-fmpp-maven-plugin</artifactId>
diff --git a/tools/pom.xml b/tools/pom.xml
index c6cc5694a2..64cb4f8a24 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.21.0</version>
+    <version>1.21.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.tools</groupId>