This is an automated email from the ASF dual-hosted git repository. agirish pushed a commit to branch 1.18.0 in repository https://gitbox.apache.org/repos/asf/drill.git The following commit(s) were added to refs/heads/1.18.0 by this push: new 2c08582 [maven-release-plugin] prepare release drill-1.18.0 (#2102) 2c08582 is described below commit 2c08582db9837477d740e7e758c91a3cdf5a6d67 Author: Abhishek Girish AuthorDate: Sat Sep 5 09:39:24 2020 -0700 [maven-release-plugin] prepare release drill-1.18.0 (#2102) --- 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 | 6 ++---- contrib/format-ltsv/pom.xml | 2 +- contrib/format-maprdb/pom.xml | 2 +- contrib/format-spss/pom.xml | 2 +- contrib/format-syslog/pom.xml | 2 +- contrib/pom.xml | 2 +- contrib/storage-druid/pom.xml | 6 ++---- 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 | 5 ++--- contrib/storage-jdbc/pom.xml | 2 +- contrib/storage-kafka/pom.xml | 2 +- contrib/storage-kudu/pom.xml | 2 +- contrib/storage-mongo/pom.xml | 2 +- contrib/storage-opentsdb/pom.xml | 2 +- contrib/udfs/pom.xml | 2 +- distribution/pom.xml | 2 +- drill-yarn/pom.xml | 2 +- exec/java-exec/pom.xml | 2 +- exec/jdbc-all/pom.xml | 2 +- exec/jdbc/pom.xml | 2 +- exec/memory/base/pom.xml | 2 +- exec/memory/pom.xml | 2 +- exec/pom.xml | 2 +- exec/rpc/pom.xml | 2 +- exec/vector/pom.xml | 2 +- logical/pom.xml | 2 +- metastore/iceberg-metastore/pom.xml | 2 +- metastore/metastore-api/pom.xml | 2 +- metastore/pom.xml | 2 +- metastore/rdbms-metastore/pom.xml | 6 ++---- pom.xml | 4 ++-- protocol/pom.xml | 2 +- tools/fmpp/pom.xml | 2 +- tools/pom.xml | 2 +- 42 files changed, 47 insertions(+), 54 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 8198be6..1656231 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.18.0-SNAPSHOT + 1.18.0 drill-common diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml index 0f2ed0b..7872fcf 100644 --- a/contrib/data/pom.xml +++ b/contrib/data/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.18.0-SNAPSHOT + 1.18.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 5968161..d6fbd6a 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.18.0-SNAPSHOT + 1.18.0 tpch-sample-data diff --git a/contrib/format-esri/pom.xml b/contrib/format-esri/pom.xml index 5e16849..6efb614 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.18.0-SNAPSHOT + 1.18.0 drill-format-esri diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml index cbafbc7..6d70dcf 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.18.0-SNAPSHOT + 1.18.0 drill-format-excel diff --git a/contrib/format-hdf5/pom.xml b/contrib/format-hdf5/pom.xml index 86eb023..71760a1 100644 --- a/contrib/format-hdf5/pom.xml +++ b/contrib/format-hdf5/pom.xml @@ -18,15 +18,13 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent org.apache.drill.contrib - 1.18.0-SNAPSHOT + 1.18.0 drill-format-hdf5 diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml index 04864ab..49db4fc 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.18.0-SNAPSHOT + 1.18.0 drill-format-ltsv diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml index 35011a8..dcbe206 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.18.0-SNAPSHOT + 1.18.0 drill-format-mapr diff --git a/contrib/format-spss/pom.xml b/contrib/format-spss/pom.xml index 20cbef4..811f267 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.18.0-SNAPSHOT + 1.18.0 drill-format-spss diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml index c1f6290..467e043 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.18.0-SNAPSHOT + 1.18.0 drill-format-syslog diff --git a/contrib/pom.xml b/contrib/pom.xml index 3fb8647..3552bf6 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.18.0-SNAPSHOT + 1.18.0 org.apache.drill.contrib diff --git a/contrib/storage-druid/pom.xml b/contrib/storage-druid/pom.xml index 60b8aae..5469917 100755 --- a/contrib/storage-druid/pom.xml +++ b/contrib/storage-druid/pom.xml @@ -18,13 +18,11 @@ limitations under the License. --> - + drill-contrib-parent org.apache.drill.contrib - 1.18.0-SNAPSHOT + 1.18.0 4.0.0 diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index 5f08276..7f2223e 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.18.0-SNAPSHOT + 1.18.0 drill-storage-hbase diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml index ecfaf01..1dd0cc1 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.18.0-SNAPSHOT + 1.18.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 ac56de4..58021e9 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.18.0-SNAPSHOT + 1.18.0 drill-hive-exec-shaded diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml index 9953b79..9928c14 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.18.0-SNAPSHOT + 1.18.0 org.apache.drill.contrib.storage-hive diff --git a/contrib/storage-http/pom.xml b/contrib/storage-http/pom.xml index 2e6fb3d..6c30177 100644 --- a/contrib/storage-http/pom.xml +++ b/contrib/storage-http/pom.xml @@ -18,14 +18,13 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent org.apache.drill.contrib - 1.18.0-SNAPSHOT + 1.18.0 drill-storage-http diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml index d5af803..c6a21b7 100755 --- a/contrib/storage-jdbc/pom.xml +++ b/contrib/storage-jdbc/pom.xml @@ -23,7 +23,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.18.0-SNAPSHOT + 1.18.0 drill-jdbc-storage diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml index 1357854..a031b97 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.18.0-SNAPSHOT + 1.18.0 drill-storage-kafka diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml index deeebb6..f99e8eb 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.18.0-SNAPSHOT + 1.18.0 drill-kudu-storage diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml index 27f15c3..dc781b8 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.18.0-SNAPSHOT + 1.18.0 drill-mongo-storage diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml index 23f193d..5972406 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.18.0-SNAPSHOT + 1.18.0 drill-opentsdb-storage diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml index 6015f69..a1729d3 100644 --- a/contrib/udfs/pom.xml +++ b/contrib/udfs/pom.xml @@ -24,7 +24,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.18.0-SNAPSHOT + 1.18.0 drill-udfs diff --git a/distribution/pom.xml b/distribution/pom.xml index 3f5eeb0..b678f77 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.18.0-SNAPSHOT + 1.18.0 distribution diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml index 0120402..6401f37 100644 --- a/drill-yarn/pom.xml +++ b/drill-yarn/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.18.0-SNAPSHOT + 1.18.0 drill-yarn diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 809539d..6b5d3d9 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.18.0-SNAPSHOT + 1.18.0 drill-java-exec exec/Java Execution Engine diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index 929c9f1..ba51d5b 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.exec exec-parent - 1.18.0-SNAPSHOT + 1.18.0 drill-jdbc-all diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml index 22c3873..4688a83 100644 --- a/exec/jdbc/pom.xml +++ b/exec/jdbc/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.exec exec-parent - 1.18.0-SNAPSHOT + 1.18.0 drill-jdbc exec/JDBC Driver using dependencies diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml index 2445b1e..bb104c3 100644 --- a/exec/memory/base/pom.xml +++ b/exec/memory/base/pom.xml @@ -23,7 +23,7 @@ memory-parent org.apache.drill.memory - 1.18.0-SNAPSHOT + 1.18.0 drill-memory-base exec/memory/base diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml index 84c1023..977af38 100644 --- a/exec/memory/pom.xml +++ b/exec/memory/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.18.0-SNAPSHOT + 1.18.0 org.apache.drill.memory diff --git a/exec/pom.xml b/exec/pom.xml index 4a40744..e04d5ad 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.18.0-SNAPSHOT + 1.18.0 org.apache.drill.exec diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml index 81caa5b..3b90329 100644 --- a/exec/rpc/pom.xml +++ b/exec/rpc/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.18.0-SNAPSHOT + 1.18.0 drill-rpc exec/rpc diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml index f6ba4a7..0f8f520 100644 --- a/exec/vector/pom.xml +++ b/exec/vector/pom.xml @@ -23,7 +23,7 @@ exec-parent org.apache.drill.exec - 1.18.0-SNAPSHOT + 1.18.0 vector exec/Vectors diff --git a/logical/pom.xml b/logical/pom.xml index 30872f2..ced2069 100644 --- a/logical/pom.xml +++ b/logical/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.18.0-SNAPSHOT + 1.18.0 drill-logical diff --git a/metastore/iceberg-metastore/pom.xml b/metastore/iceberg-metastore/pom.xml index d62dba8..b8d8b04 100644 --- a/metastore/iceberg-metastore/pom.xml +++ b/metastore/iceberg-metastore/pom.xml @@ -24,7 +24,7 @@ metastore-parent org.apache.drill.metastore - 1.18.0-SNAPSHOT + 1.18.0 drill-iceberg-metastore diff --git a/metastore/metastore-api/pom.xml b/metastore/metastore-api/pom.xml index c9f37ca..9dcefe3 100644 --- a/metastore/metastore-api/pom.xml +++ b/metastore/metastore-api/pom.xml @@ -24,7 +24,7 @@ org.apache.drill.metastore metastore-parent - 1.18.0-SNAPSHOT + 1.18.0 drill-metastore-api diff --git a/metastore/pom.xml b/metastore/pom.xml index f39e9ad..9c0b6e0 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -24,7 +24,7 @@ org.apache.drill drill-root - 1.18.0-SNAPSHOT + 1.18.0 org.apache.drill.metastore diff --git a/metastore/rdbms-metastore/pom.xml b/metastore/rdbms-metastore/pom.xml index 986d012..4f256c5 100644 --- a/metastore/rdbms-metastore/pom.xml +++ b/metastore/rdbms-metastore/pom.xml @@ -18,15 +18,13 @@ limitations under the License. --> - + 4.0.0 metastore-parent org.apache.drill.metastore - 1.18.0-SNAPSHOT + 1.18.0 drill-rdbms-metastore diff --git a/pom.xml b/pom.xml index 8d716a9..8cc444c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.drill drill-root - 1.18.0-SNAPSHOT + 1.18.0 pom Apache Drill Root POM @@ -133,7 +133,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 - HEAD + drill-1.18.0 diff --git a/protocol/pom.xml b/protocol/pom.xml index 85bf3c6..36115dc 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -24,7 +24,7 @@ drill-root org.apache.drill - 1.18.0-SNAPSHOT + 1.18.0 drill-protocol diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml index c6fb249..52f7383 100644 --- a/tools/fmpp/pom.xml +++ b/tools/fmpp/pom.xml @@ -24,7 +24,7 @@ tools-parent org.apache.drill.tools - 1.18.0-SNAPSHOT + 1.18.0 drill-fmpp-maven-plugin diff --git a/tools/pom.xml b/tools/pom.xml index b8d4da0..5b0f09f 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -23,7 +23,7 @@ drill-root org.apache.drill - 1.18.0-SNAPSHOT + 1.18.0 org.apache.drill.tools