This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 88bb1c8e74 DRILL-8374: Set the Drill development version to
1.21.0-SNAPSHOT (#2727)
88bb1c8e74 is described below
commit 88bb1c8e7431c1fd843ae3513fbe9b3c0c679154
Author: James Turton <[email protected]>
AuthorDate: Mon Dec 26 08:28:31 2022 +0200
DRILL-8374: Set the Drill development version to 1.21.0-SNAPSHOT (#2727)
---
common/pom.xml | 2 +-
contrib/data/pom.xml | 2 +-
contrib/data/tpch-sample-data/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 | 2 +-
protocol/pom.xml | 2 +-
tools/fmpp/pom.xml | 2 +-
tools/pom.xml | 2 +-
58 files changed, 58 insertions(+), 58 deletions(-)
diff --git a/common/pom.xml b/common/pom.xml
index 103a5ca7eb..2fc89d3c9d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-common</artifactId>
diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml
index a8baafb15e..6dc28cc376 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.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 7ce3636741..c4845302ab 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>tpch-sample-data</artifactId>
diff --git a/contrib/format-deltalake/pom.xml b/contrib/format-deltalake/pom.xml
index 5f0e31f870..c89d38cd05 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-deltalake-format</artifactId>
diff --git a/contrib/format-esri/pom.xml b/contrib/format-esri/pom.xml
index 84c445ad98..45f6cc08d7 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-esri</artifactId>
diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index b3e7ce2ba1..a74f7f7bd6 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-excel</artifactId>
diff --git a/contrib/format-hdf5/pom.xml b/contrib/format-hdf5/pom.xml
index 9c719ea3c8..f1717a73dd 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-hdf5</artifactId>
diff --git a/contrib/format-httpd/pom.xml b/contrib/format-httpd/pom.xml
index 4731b6b69c..46cce6d7cb 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-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 d2c19e8ed3..d5e3146589 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-iceberg-format</artifactId>
diff --git a/contrib/format-image/pom.xml b/contrib/format-image/pom.xml
index bedda6d782..dd4f462ed0 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-image</artifactId>
diff --git a/contrib/format-log/pom.xml b/contrib/format-log/pom.xml
index aed06493e2..18790c3dc2 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-log</artifactId>
diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml
index 4a33ee5fdc..4f7a7d7901 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-ltsv</artifactId>
diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml
index 534e9dcd04..9337286f0a 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-mapr</artifactId>
diff --git a/contrib/format-pcapng/pom.xml b/contrib/format-pcapng/pom.xml
index b2ce6adb4a..9bd623522b 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-pcapng</artifactId>
diff --git a/contrib/format-pdf/pom.xml b/contrib/format-pdf/pom.xml
index 0f954498b3..85dce650d6 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-pdf</artifactId>
diff --git a/contrib/format-sas/pom.xml b/contrib/format-sas/pom.xml
index f6192a5825..8fa76c06e7 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-sas</artifactId>
diff --git a/contrib/format-spss/pom.xml b/contrib/format-spss/pom.xml
index b4b3784037..80aa21fb80 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-spss</artifactId>
diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml
index 9c36934b18..4294a8286d 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-syslog</artifactId>
diff --git a/contrib/format-xml/pom.xml b/contrib/format-xml/pom.xml
index 4897f80d2c..8e4a246c3e 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-format-xml</artifactId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 476bc7f063..9f58aa910e 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.drill.contrib</groupId>
diff --git a/contrib/storage-cassandra/pom.xml
b/contrib/storage-cassandra/pom.xml
index 9bc24f6fe8..19481c7d62 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-storage-cassandra</artifactId>
diff --git a/contrib/storage-drill/pom.xml b/contrib/storage-drill/pom.xml
index f3b88bb28c..a7f43ebd0f 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-storage</artifactId>
diff --git a/contrib/storage-druid/pom.xml b/contrib/storage-druid/pom.xml
index ca1a20ae3c..9a90ac980b 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/contrib/storage-elasticsearch/pom.xml
b/contrib/storage-elasticsearch/pom.xml
index 87a45624ce..7576216757 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-storage-elasticsearch</artifactId>
diff --git a/contrib/storage-googlesheets/pom.xml
b/contrib/storage-googlesheets/pom.xml
index bc6ce511f1..aa6b34ba32 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-storage-googlesheets</artifactId>
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index 7e0fc08df7..2d14bcafb2 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.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 a09bfb45a4..4c2e68cfb8 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.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 dbc801b274..f1998de857 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.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 2f55c7c02f..06c77a6565 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-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 b60e49edd1..950d933e32 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-storage-http</artifactId>
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index 46ccc68c94..0c1084a3df 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-jdbc-storage</artifactId>
diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml
index 4c5f1dd29e..ff5d28603b 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-storage-kafka</artifactId>
diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml
index 9251506507..34c744a886 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-kudu-storage</artifactId>
diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index e9a2009d34..f46f6efb31 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-mongo-storage</artifactId>
diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml
index cece448922..08609a0357 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-opentsdb-storage</artifactId>
diff --git a/contrib/storage-phoenix/pom.xml b/contrib/storage-phoenix/pom.xml
index 664f131fae..cb3dc23419 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-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 81abc6e694..8ade1b0faf 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-storage-splunk</artifactId>
diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml
index a33085bf49..435977c72d 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-udfs</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index eff3b81671..233853f36b 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>distribution</artifactId>
diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml
index 1a451bac3e..e15d5c20e6 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-yarn</artifactId>
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 443bb07c5a..7b6c858163 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-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 0d93fce150..d74ac18306 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.drill.exec</groupId>
<artifactId>exec-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-jdbc-all</artifactId>
diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index 4381c1c919..9efb71d5db 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-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 a220b51ab7..3b2e769d09 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-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 6332c8286b..763519e386 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.drill.memory</groupId>
diff --git a/exec/pom.xml b/exec/pom.xml
index 39d5aff5c1..e96882113f 100644
--- a/exec/pom.xml
+++ b/exec/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.drill.exec</groupId>
diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml
index b6e8d3e7d9..86855a2daa 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-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 70e6c7cbc0..23259e4e8c 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>vector</artifactId>
<name>Drill : Exec : Vectors</name>
diff --git a/logical/pom.xml b/logical/pom.xml
index 9f6bd6df6a..b2fdbecf96 100644
--- a/logical/pom.xml
+++ b/logical/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-logical</artifactId>
diff --git a/metastore/iceberg-metastore/pom.xml
b/metastore/iceberg-metastore/pom.xml
index 805fbcc6d9..0e40ecedff 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-iceberg-metastore</artifactId>
diff --git a/metastore/metastore-api/pom.xml b/metastore/metastore-api/pom.xml
index 0914e6b92e..55316e4d8e 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-metastore-api</artifactId>
diff --git a/metastore/mongo-metastore/pom.xml
b/metastore/mongo-metastore/pom.xml
index 2d86f6cfab..f87a625327 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/metastore/pom.xml b/metastore/pom.xml
index 46ce39499b..f9bca97399 100644
--- a/metastore/pom.xml
+++ b/metastore/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.drill</groupId>
<artifactId>drill-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.drill.metastore</groupId>
diff --git a/metastore/rdbms-metastore/pom.xml
b/metastore/rdbms-metastore/pom.xml
index e9925b1102..b33b2c69ec 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-rdbms-metastore</artifactId>
diff --git a/pom.xml b/pom.xml
index 7041b1f1f7..207ef55fe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.drill</groupId>
<artifactId>drill-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Drill :</name>
diff --git a/protocol/pom.xml b/protocol/pom.xml
index e7393ca6c8..c752cd337d 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-protocol</artifactId>
diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml
index 228e4002da..012bd744f0 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>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<artifactId>drill-fmpp-maven-plugin</artifactId>
diff --git a/tools/pom.xml b/tools/pom.xml
index f62dcac343..08a105ee59 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.21.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.drill.tools</groupId>