From ff86c29b125776c56f361fc9187fb96458de37a6 Mon Sep 17 00:00:00 2001 From: James Turton Date: Wed, 15 Feb 2023 07:29:23 +0200 Subject: [PATCH] [maven-release-plugin] prepare release drill-1.21.0 --- common/pom.xml | 2 +- contrib/data/pom.xml | 2 +- contrib/data/tpch-sample-data/pom.xml | 2 +- contrib/format-access/pom.xml | 6 ++--- 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 | 9 +++---- 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 | 27 ++++++++++---------- protocol/pom.xml | 2 +- tools/fmpp/pom.xml | 2 +- tools/pom.xml | 2 +- 59 files changed, 75 insertions(+), 79 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 7590bc0f64c..49ecee243ff 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.21.0-SNAPSHOT + 1.21.0 drill-common diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml index 6dc28cc3767..d42e048c206 100644 --- a/contrib/data/pom.xml +++ b/contrib/data/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.21.0-SNAPSHOT + 1.21.0 org.apache.drill.contrib.data diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml index c4845302ab5..7207711bbdd 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.21.0-SNAPSHOT + 1.21.0 tpch-sample-data diff --git a/contrib/format-access/pom.xml b/contrib/format-access/pom.xml index 45fa4e3b227..696a1f74669 100644 --- a/contrib/format-access/pom.xml +++ b/contrib/format-access/pom.xml @@ -18,14 +18,12 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent org.apache.drill.contrib - 1.21.0-SNAPSHOT + 1.21.0 drill-format-msaccess diff --git a/contrib/format-deltalake/pom.xml b/contrib/format-deltalake/pom.xml index c89d38cd05f..b2d50a873aa 100644 --- a/contrib/format-deltalake/pom.xml +++ b/contrib/format-deltalake/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.21.0-SNAPSHOT + 1.21.0 drill-deltalake-format diff --git a/contrib/format-esri/pom.xml b/contrib/format-esri/pom.xml index 45f6cc08d77..edfdbf2669f 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.21.0-SNAPSHOT + 1.21.0 drill-format-esri diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml index a74f7f7bd6a..1db9fce821f 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.21.0-SNAPSHOT + 1.21.0 drill-format-excel diff --git a/contrib/format-hdf5/pom.xml b/contrib/format-hdf5/pom.xml index f1717a73dd1..0a40176a5b5 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.21.0-SNAPSHOT + 1.21.0 drill-format-hdf5 diff --git a/contrib/format-httpd/pom.xml b/contrib/format-httpd/pom.xml index 46cce6d7cb2..583b855f5ea 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.21.0-SNAPSHOT + 1.21.0 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 d5e3146589b..4757dc1a912 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.21.0-SNAPSHOT + 1.21.0 drill-iceberg-format diff --git a/contrib/format-image/pom.xml b/contrib/format-image/pom.xml index dd4f462ed02..ae608dc28e6 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.21.0-SNAPSHOT + 1.21.0 drill-format-image diff --git a/contrib/format-log/pom.xml b/contrib/format-log/pom.xml index 18790c3dc2d..122f3409881 100644 --- a/contrib/format-log/pom.xml +++ b/contrib/format-log/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.21.0-SNAPSHOT + 1.21.0 drill-format-log diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml index 4f7a7d79011..3e958953832 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.21.0-SNAPSHOT + 1.21.0 drill-format-ltsv diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml index 9337286f0ac..ed980b4f7cd 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.21.0-SNAPSHOT + 1.21.0 drill-format-mapr diff --git a/contrib/format-pcapng/pom.xml b/contrib/format-pcapng/pom.xml index 9bd623522bd..4d748d7d6a2 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.21.0-SNAPSHOT + 1.21.0 drill-format-pcapng diff --git a/contrib/format-pdf/pom.xml b/contrib/format-pdf/pom.xml index 85dce650d60..be7e98f2fd8 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.21.0-SNAPSHOT + 1.21.0 drill-format-pdf diff --git a/contrib/format-sas/pom.xml b/contrib/format-sas/pom.xml index 8fa76c06e75..0c845273d54 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.21.0-SNAPSHOT + 1.21.0 drill-format-sas diff --git a/contrib/format-spss/pom.xml b/contrib/format-spss/pom.xml index 80aa21fb806..a935a293b11 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.21.0-SNAPSHOT + 1.21.0 drill-format-spss diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml index 4294a8286d6..4cde4ed21b5 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.21.0-SNAPSHOT + 1.21.0 drill-format-syslog diff --git a/contrib/format-xml/pom.xml b/contrib/format-xml/pom.xml index 8e4a246c3e6..cc6817980b9 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.21.0-SNAPSHOT + 1.21.0 drill-format-xml diff --git a/contrib/pom.xml b/contrib/pom.xml index fa3d1d3df7b..d744c321ce8 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.21.0-SNAPSHOT + 1.21.0 org.apache.drill.contrib diff --git a/contrib/storage-cassandra/pom.xml b/contrib/storage-cassandra/pom.xml index 19481c7d62b..645f7c797d1 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.21.0-SNAPSHOT + 1.21.0 drill-storage-cassandra diff --git a/contrib/storage-drill/pom.xml b/contrib/storage-drill/pom.xml index a7f43ebd0f0..8d2d4ff556e 100644 --- a/contrib/storage-drill/pom.xml +++ b/contrib/storage-drill/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.21.0-SNAPSHOT + 1.21.0 drill-storage diff --git a/contrib/storage-druid/pom.xml b/contrib/storage-druid/pom.xml index 9a90ac980bd..bc09873bcf6 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.21.0-SNAPSHOT + 1.21.0 4.0.0 diff --git a/contrib/storage-elasticsearch/pom.xml b/contrib/storage-elasticsearch/pom.xml index 51a6cada621..43db1b5f787 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.21.0-SNAPSHOT + 1.21.0 drill-storage-elasticsearch diff --git a/contrib/storage-googlesheets/pom.xml b/contrib/storage-googlesheets/pom.xml index aa6b34ba326..d8f32a01816 100644 --- a/contrib/storage-googlesheets/pom.xml +++ b/contrib/storage-googlesheets/pom.xml @@ -26,7 +26,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.21.0-SNAPSHOT + 1.21.0 drill-storage-googlesheets diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index 2d14bcafb2e..7fc91961f94 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.21.0-SNAPSHOT + 1.21.0 drill-storage-hbase diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml index 4c2e68cfb80..8812b5566db 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.21.0-SNAPSHOT + 1.21.0 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 31f15aafebe..9341300e825 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.21.0-SNAPSHOT + 1.21.0 drill-hive-exec-shaded diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml index 06c77a65653..18ac6c31012 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.21.0-SNAPSHOT + 1.21.0 org.apache.drill.contrib.storage-hive diff --git a/contrib/storage-http/pom.xml b/contrib/storage-http/pom.xml index 950d933e320..909847619e2 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.21.0-SNAPSHOT + 1.21.0 drill-storage-http diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml index 0c1084a3dfa..d4afa612cee 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.21.0-SNAPSHOT + 1.21.0 drill-jdbc-storage diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml index ff5d28603be..eb2828c2884 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.21.0-SNAPSHOT + 1.21.0 drill-storage-kafka diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml index 34c744a8865..7d0c5c669ee 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.21.0-SNAPSHOT + 1.21.0 drill-kudu-storage diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml index f46f6efb313..7ce86997719 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.21.0-SNAPSHOT + 1.21.0 drill-mongo-storage diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml index 08609a03571..4702198c93b 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.21.0-SNAPSHOT + 1.21.0 drill-opentsdb-storage diff --git a/contrib/storage-phoenix/pom.xml b/contrib/storage-phoenix/pom.xml index d6a79617fd6..6880ae88c9b 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.21.0-SNAPSHOT + 1.21.0 drill-storage-phoenix Drill : Contrib : Storage : Phoenix diff --git a/contrib/storage-splunk/pom.xml b/contrib/storage-splunk/pom.xml index 8ade1b0fafe..e309d91dd75 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.21.0-SNAPSHOT + 1.21.0 drill-storage-splunk diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml index 435977c72de..c4606444fc4 100644 --- a/contrib/udfs/pom.xml +++ b/contrib/udfs/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.21.0-SNAPSHOT + 1.21.0 drill-udfs diff --git a/distribution/pom.xml b/distribution/pom.xml index bc4f4907a0a..62666203d97 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.21.0-SNAPSHOT + 1.21.0 distribution diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml index e15d5c20e62..c931b4c3955 100644 --- a/drill-yarn/pom.xml +++ b/drill-yarn/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.21.0-SNAPSHOT + 1.21.0 drill-yarn diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 65d8c80251b..9be9c070fb6 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.21.0-SNAPSHOT + 1.21.0 drill-java-exec Drill : Exec : Java Execution Engine diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index d2f3415033c..35a1c88bd01 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -18,13 +18,12 @@ limitations under the License. --> - + 4.0.0 org.apache.drill.exec exec-parent - 1.21.0-SNAPSHOT + 1.21.0 drill-jdbc-all @@ -326,7 +325,7 @@ true - + @@ -818,7 +817,7 @@ mapr - + diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml index b74d7db9ad7..51a4d6ecb97 100644 --- a/exec/jdbc/pom.xml +++ b/exec/jdbc/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.exec exec-parent - 1.21.0-SNAPSHOT + 1.21.0 drill-jdbc Drill : Exec : JDBC Driver using dependencies diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml index 3b2e769d095..70949d9b9f0 100644 --- a/exec/memory/base/pom.xml +++ b/exec/memory/base/pom.xml @@ -23,7 +23,7 @@ memory-parent org.apache.drill.memory - 1.21.0-SNAPSHOT + 1.21.0 drill-memory-base Drill : Exec : Memory : Base diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml index 763519e3866..1f0d73d9689 100644 --- a/exec/memory/pom.xml +++ b/exec/memory/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.21.0-SNAPSHOT + 1.21.0 org.apache.drill.memory diff --git a/exec/pom.xml b/exec/pom.xml index e96882113fc..7de3e182fd5 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.21.0-SNAPSHOT + 1.21.0 org.apache.drill.exec diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml index 86855a2daaf..9bf9d7961a7 100644 --- a/exec/rpc/pom.xml +++ b/exec/rpc/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.21.0-SNAPSHOT + 1.21.0 drill-rpc Drill : Exec : RPC diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml index 23259e4e8ca..4ba34350a30 100644 --- a/exec/vector/pom.xml +++ b/exec/vector/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.21.0-SNAPSHOT + 1.21.0 vector Drill : Exec : Vectors diff --git a/logical/pom.xml b/logical/pom.xml index b2fdbecf96c..27c1b44ab1e 100644 --- a/logical/pom.xml +++ b/logical/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.21.0-SNAPSHOT + 1.21.0 drill-logical diff --git a/metastore/iceberg-metastore/pom.xml b/metastore/iceberg-metastore/pom.xml index 0e40ecedff8..e8e4d8445e5 100644 --- a/metastore/iceberg-metastore/pom.xml +++ b/metastore/iceberg-metastore/pom.xml @@ -24,7 +24,7 @@ metastore-parent org.apache.drill.metastore - 1.21.0-SNAPSHOT + 1.21.0 drill-iceberg-metastore diff --git a/metastore/metastore-api/pom.xml b/metastore/metastore-api/pom.xml index 55316e4d8eb..02db2014d9a 100644 --- a/metastore/metastore-api/pom.xml +++ b/metastore/metastore-api/pom.xml @@ -24,7 +24,7 @@ org.apache.drill.metastore metastore-parent - 1.21.0-SNAPSHOT + 1.21.0 drill-metastore-api diff --git a/metastore/mongo-metastore/pom.xml b/metastore/mongo-metastore/pom.xml index f87a625327e..4109d16d64a 100644 --- a/metastore/mongo-metastore/pom.xml +++ b/metastore/mongo-metastore/pom.xml @@ -22,7 +22,7 @@ metastore-parent org.apache.drill.metastore - 1.21.0-SNAPSHOT + 1.21.0 4.0.0 diff --git a/metastore/pom.xml b/metastore/pom.xml index f9bca973994..9f381ed55b7 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -24,7 +24,7 @@ org.apache.drill drill-root - 1.21.0-SNAPSHOT + 1.21.0 org.apache.drill.metastore diff --git a/metastore/rdbms-metastore/pom.xml b/metastore/rdbms-metastore/pom.xml index b33b2c69ec9..12299ffb795 100644 --- a/metastore/rdbms-metastore/pom.xml +++ b/metastore/rdbms-metastore/pom.xml @@ -24,7 +24,7 @@ metastore-parent org.apache.drill.metastore - 1.21.0-SNAPSHOT + 1.21.0 drill-rdbms-metastore diff --git a/pom.xml b/pom.xml index 2435bef1647..83a1acace8f 100644 --- a/pom.xml +++ b/pom.xml @@ -18,20 +18,19 @@ limitations under the License. --> - + 4.0.0 org.apache apache 24 - + org.apache.drill drill-root - 1.21.0-SNAPSHOT + 1.21.0 pom Drill : @@ -42,7 +41,7 @@ 1.8 1.8 source-release-zip-tar - 10 + 1676437926 ${project.basedir}/target/generated-sources ${project.basedir}/src/main/protobuf/ 5.7.2 @@ -65,7 +64,7 @@ 3.0-mapr-1808 1.0.0 3.0.0 - + 2.7 4.4 2.2 @@ -93,7 +92,7 @@ 2.34 2.0.1.Final 9.2 - + 2500 4500 true @@ -135,14 +134,14 @@ 2.8.3 4.3.3 2.1.12 - + 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 - HEAD + drill-1.21.0 @@ -959,7 +958,7 @@ - + @@ -972,7 +971,7 @@ - + @@ -985,7 +984,7 @@ - + @@ -1000,7 +999,7 @@ - + @@ -1013,7 +1012,7 @@ - + diff --git a/protocol/pom.xml b/protocol/pom.xml index c752cd337d4..1599baa6e8e 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.21.0-SNAPSHOT + 1.21.0 drill-protocol diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml index 012bd744f06..9a993b1c79c 100644 --- a/tools/fmpp/pom.xml +++ b/tools/fmpp/pom.xml @@ -24,7 +24,7 @@ tools-parent org.apache.drill.tools - 1.21.0-SNAPSHOT + 1.21.0 drill-fmpp-maven-plugin diff --git a/tools/pom.xml b/tools/pom.xml index 08a105ee596..c6cc5694a25 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.21.0-SNAPSHOT + 1.21.0 org.apache.drill.tools