From 72f9b4d14c91ee99a27ed3a0abc718ec98284d4f Mon Sep 17 00:00:00 2001 From: James Turton Date: Mon, 16 May 2022 10:46:30 +0200 Subject: [PATCH] [maven-release-plugin] prepare release drill-1.20.1 --- common/pom.xml | 2 +- contrib/data/pom.xml | 2 +- contrib/data/tpch-sample-data/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-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-druid/pom.xml | 2 +- contrib/storage-elasticsearch/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 +- 54 files changed, 55 insertions(+), 55 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 97f341bc506..289a01fa131 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.20.1-SNAPSHOT + 1.20.1 drill-common diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml index df7f76a6401..8479e726a8a 100644 --- a/contrib/data/pom.xml +++ b/contrib/data/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 org.apache.drill.contrib.data diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml index 2ec53974b5e..b4919dce3a9 100644 --- a/contrib/data/tpch-sample-data/pom.xml +++ b/contrib/data/tpch-sample-data/pom.xml @@ -23,7 +23,7 @@ drill-contrib-data-parent org.apache.drill.contrib.data - 1.20.1-SNAPSHOT + 1.20.1 tpch-sample-data diff --git a/contrib/format-esri/pom.xml b/contrib/format-esri/pom.xml index a038c155197..0bca60b9973 100644 --- a/contrib/format-esri/pom.xml +++ b/contrib/format-esri/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-esri diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml index f2eba4cf9ff..1d7ad6ee7e7 100644 --- a/contrib/format-excel/pom.xml +++ b/contrib/format-excel/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-excel diff --git a/contrib/format-hdf5/pom.xml b/contrib/format-hdf5/pom.xml index a27d90fab81..8e7fcebf225 100644 --- a/contrib/format-hdf5/pom.xml +++ b/contrib/format-hdf5/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-hdf5 diff --git a/contrib/format-httpd/pom.xml b/contrib/format-httpd/pom.xml index 2d74b791f2c..327a8a75813 100644 --- a/contrib/format-httpd/pom.xml +++ b/contrib/format-httpd/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-httpd Drill : Contrib : Format : Httpd/Nginx Access Log diff --git a/contrib/format-iceberg/pom.xml b/contrib/format-iceberg/pom.xml index 49f777776dd..4dc4b219545 100644 --- a/contrib/format-iceberg/pom.xml +++ b/contrib/format-iceberg/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-iceberg-format diff --git a/contrib/format-image/pom.xml b/contrib/format-image/pom.xml index 6764c30aa09..0cd6f03e473 100644 --- a/contrib/format-image/pom.xml +++ b/contrib/format-image/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-image diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml index 57ac8efcbc0..6750ec49fc7 100644 --- a/contrib/format-ltsv/pom.xml +++ b/contrib/format-ltsv/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-ltsv diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml index 2b84e00c5bc..c4ded91df89 100644 --- a/contrib/format-maprdb/pom.xml +++ b/contrib/format-maprdb/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-mapr diff --git a/contrib/format-pcapng/pom.xml b/contrib/format-pcapng/pom.xml index 7d360d1ccf8..11f1517f61a 100644 --- a/contrib/format-pcapng/pom.xml +++ b/contrib/format-pcapng/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-pcapng diff --git a/contrib/format-pdf/pom.xml b/contrib/format-pdf/pom.xml index 23d779ab113..703c5b39d5b 100644 --- a/contrib/format-pdf/pom.xml +++ b/contrib/format-pdf/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-pdf diff --git a/contrib/format-sas/pom.xml b/contrib/format-sas/pom.xml index ffe1deee384..819dec6e9bd 100644 --- a/contrib/format-sas/pom.xml +++ b/contrib/format-sas/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-sas diff --git a/contrib/format-spss/pom.xml b/contrib/format-spss/pom.xml index b45815b3bf3..418cb96bc6c 100644 --- a/contrib/format-spss/pom.xml +++ b/contrib/format-spss/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-spss diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml index 4145d9082dd..ded8008d686 100644 --- a/contrib/format-syslog/pom.xml +++ b/contrib/format-syslog/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-syslog diff --git a/contrib/format-xml/pom.xml b/contrib/format-xml/pom.xml index 934b0349515..04bbc9fa887 100644 --- a/contrib/format-xml/pom.xml +++ b/contrib/format-xml/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-format-xml diff --git a/contrib/pom.xml b/contrib/pom.xml index 78fc7eaeea3..5d20c4c26d6 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.20.1-SNAPSHOT + 1.20.1 org.apache.drill.contrib diff --git a/contrib/storage-cassandra/pom.xml b/contrib/storage-cassandra/pom.xml index c8e60991fce..d5ca5b658c4 100644 --- a/contrib/storage-cassandra/pom.xml +++ b/contrib/storage-cassandra/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-storage-cassandra diff --git a/contrib/storage-druid/pom.xml b/contrib/storage-druid/pom.xml index e89b60a1b6c..0bbfb79ce65 100755 --- a/contrib/storage-druid/pom.xml +++ b/contrib/storage-druid/pom.xml @@ -22,7 +22,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 4.0.0 diff --git a/contrib/storage-elasticsearch/pom.xml b/contrib/storage-elasticsearch/pom.xml index 06102b4f496..4d8f8aa83db 100644 --- a/contrib/storage-elasticsearch/pom.xml +++ b/contrib/storage-elasticsearch/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-storage-elasticsearch diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index ebad66b75dc..e85b2caf43e 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-storage-hbase diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml index 795f130caeb..f33aa065c21 100644 --- a/contrib/storage-hive/core/pom.xml +++ b/contrib/storage-hive/core/pom.xml @@ -24,7 +24,7 @@ org.apache.drill.contrib.storage-hive drill-contrib-storage-hive-parent - 1.20.1-SNAPSHOT + 1.20.1 drill-storage-hive-core diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml index 3486b449c96..4861a77d93b 100644 --- a/contrib/storage-hive/hive-exec-shade/pom.xml +++ b/contrib/storage-hive/hive-exec-shade/pom.xml @@ -24,7 +24,7 @@ org.apache.drill.contrib.storage-hive drill-contrib-storage-hive-parent - 1.20.1-SNAPSHOT + 1.20.1 drill-hive-exec-shaded diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml index ffb10125125..6fc66f872dc 100644 --- a/contrib/storage-hive/pom.xml +++ b/contrib/storage-hive/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.contrib drill-contrib-parent - 1.20.1-SNAPSHOT + 1.20.1 org.apache.drill.contrib.storage-hive diff --git a/contrib/storage-http/pom.xml b/contrib/storage-http/pom.xml index 6fff90fe048..54a0c284699 100644 --- a/contrib/storage-http/pom.xml +++ b/contrib/storage-http/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-storage-http diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml index e69ada8b106..33a5a7e573e 100644 --- a/contrib/storage-jdbc/pom.xml +++ b/contrib/storage-jdbc/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-jdbc-storage diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml index d1eec613668..a23a3ba7715 100644 --- a/contrib/storage-kafka/pom.xml +++ b/contrib/storage-kafka/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-storage-kafka diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml index 72b550f59d0..f4abe641a8e 100644 --- a/contrib/storage-kudu/pom.xml +++ b/contrib/storage-kudu/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-kudu-storage diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml index d834171a29c..8bae61b140d 100644 --- a/contrib/storage-mongo/pom.xml +++ b/contrib/storage-mongo/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-mongo-storage diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml index 0e06a761897..4792c50dd23 100644 --- a/contrib/storage-opentsdb/pom.xml +++ b/contrib/storage-opentsdb/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-opentsdb-storage diff --git a/contrib/storage-phoenix/pom.xml b/contrib/storage-phoenix/pom.xml index 2eed9d17381..13e159309e8 100644 --- a/contrib/storage-phoenix/pom.xml +++ b/contrib/storage-phoenix/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.contrib drill-contrib-parent - 1.20.1-SNAPSHOT + 1.20.1 drill-storage-phoenix Drill : Contrib : Storage : Phoenix diff --git a/contrib/storage-splunk/pom.xml b/contrib/storage-splunk/pom.xml index 0132dc6c3a7..5fcf1b2463d 100644 --- a/contrib/storage-splunk/pom.xml +++ b/contrib/storage-splunk/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-storage-splunk diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml index 4aeb62fd123..667d6155281 100644 --- a/contrib/udfs/pom.xml +++ b/contrib/udfs/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.20.1-SNAPSHOT + 1.20.1 drill-udfs diff --git a/distribution/pom.xml b/distribution/pom.xml index c9962128748..065a3ab9f60 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.20.1-SNAPSHOT + 1.20.1 distribution diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml index 3d1d59c27e4..da05bbc3d3b 100644 --- a/drill-yarn/pom.xml +++ b/drill-yarn/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.20.1-SNAPSHOT + 1.20.1 drill-yarn diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index a5f989f892f..9b0f315c367 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.20.1-SNAPSHOT + 1.20.1 drill-java-exec Drill : Exec : Java Execution Engine diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index 47018672031..6462e8c70d3 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.exec exec-parent - 1.20.1-SNAPSHOT + 1.20.1 drill-jdbc-all diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml index 6fb413cc93c..0c906b2b6f6 100644 --- a/exec/jdbc/pom.xml +++ b/exec/jdbc/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.exec exec-parent - 1.20.1-SNAPSHOT + 1.20.1 drill-jdbc Drill : Exec : JDBC Driver using dependencies diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml index 156847e763c..787bcb2189b 100644 --- a/exec/memory/base/pom.xml +++ b/exec/memory/base/pom.xml @@ -23,7 +23,7 @@ memory-parent org.apache.drill.memory - 1.20.1-SNAPSHOT + 1.20.1 drill-memory-base Drill : Exec : Memory : Base diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml index 231294d5d29..e8ec86576a0 100644 --- a/exec/memory/pom.xml +++ b/exec/memory/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.20.1-SNAPSHOT + 1.20.1 org.apache.drill.memory diff --git a/exec/pom.xml b/exec/pom.xml index e4d5a841ce5..468f932d00f 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.20.1-SNAPSHOT + 1.20.1 org.apache.drill.exec diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml index 15a64fd9afa..c56dfb5e15c 100644 --- a/exec/rpc/pom.xml +++ b/exec/rpc/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.20.1-SNAPSHOT + 1.20.1 drill-rpc Drill : Exec : RPC diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml index 617926f971f..d7d504a1b68 100644 --- a/exec/vector/pom.xml +++ b/exec/vector/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.20.1-SNAPSHOT + 1.20.1 vector Drill : Exec : Vectors diff --git a/logical/pom.xml b/logical/pom.xml index c347b808672..c9ba097081c 100644 --- a/logical/pom.xml +++ b/logical/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.20.1-SNAPSHOT + 1.20.1 drill-logical diff --git a/metastore/iceberg-metastore/pom.xml b/metastore/iceberg-metastore/pom.xml index 961b4ef3c6a..0972048ebaa 100644 --- a/metastore/iceberg-metastore/pom.xml +++ b/metastore/iceberg-metastore/pom.xml @@ -24,7 +24,7 @@ metastore-parent org.apache.drill.metastore - 1.20.1-SNAPSHOT + 1.20.1 drill-iceberg-metastore diff --git a/metastore/metastore-api/pom.xml b/metastore/metastore-api/pom.xml index a1d8754fd84..3f82e122c60 100644 --- a/metastore/metastore-api/pom.xml +++ b/metastore/metastore-api/pom.xml @@ -24,7 +24,7 @@ org.apache.drill.metastore metastore-parent - 1.20.1-SNAPSHOT + 1.20.1 drill-metastore-api diff --git a/metastore/mongo-metastore/pom.xml b/metastore/mongo-metastore/pom.xml index d1a5409e335..f0b4ba343d0 100644 --- a/metastore/mongo-metastore/pom.xml +++ b/metastore/mongo-metastore/pom.xml @@ -22,7 +22,7 @@ metastore-parent org.apache.drill.metastore - 1.20.1-SNAPSHOT + 1.20.1 4.0.0 diff --git a/metastore/pom.xml b/metastore/pom.xml index ad4f6dfafed..1ef1a3f745b 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -24,7 +24,7 @@ org.apache.drill drill-root - 1.20.1-SNAPSHOT + 1.20.1 org.apache.drill.metastore diff --git a/metastore/rdbms-metastore/pom.xml b/metastore/rdbms-metastore/pom.xml index 0d2424c03cf..ef7f7906738 100644 --- a/metastore/rdbms-metastore/pom.xml +++ b/metastore/rdbms-metastore/pom.xml @@ -24,7 +24,7 @@ metastore-parent org.apache.drill.metastore - 1.20.1-SNAPSHOT + 1.20.1 drill-rdbms-metastore diff --git a/pom.xml b/pom.xml index 0f6098551ff..a293c63c241 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.drill drill-root - 1.20.1-SNAPSHOT + 1.20.1 pom Drill : @@ -146,7 +146,7 @@ scm:git:https://gitbox.apache.org/repos/asf/drill.git scm:git:https://gitbox.apache.org/repos/asf/drill.git https://github.com/apache/drill - drill-1.20.1-SNAPSHOT + drill-1.20.1 diff --git a/protocol/pom.xml b/protocol/pom.xml index 4406903e6fb..dc0d537e55b 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.20.1-SNAPSHOT + 1.20.1 drill-protocol diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml index f650e47c225..7559b022650 100644 --- a/tools/fmpp/pom.xml +++ b/tools/fmpp/pom.xml @@ -24,7 +24,7 @@ tools-parent org.apache.drill.tools - 1.20.1-SNAPSHOT + 1.20.1 drill-fmpp-maven-plugin diff --git a/tools/pom.xml b/tools/pom.xml index 64d5c70c68a..2de6e64e752 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.20.1-SNAPSHOT + 1.20.1 org.apache.drill.tools