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 <agirish@apache.org>
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 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-common</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</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 5968161..d6fbd6a 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.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>tpch-sample-data</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-format-esri</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-format-excel</artifactId>
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.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-format-hdf5</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-format-ltsv</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-format-mapr</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-format-spss</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-format-syslog</artifactId>
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 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<groupId>org.apache.drill.contrib</groupId>
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.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-storage-hbase</artifactId>
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 @@
<parent>
<groupId>org.apache.drill.contrib.storage-hive</groupId>
<artifactId>drill-contrib-storage-hive-parent</artifactId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</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 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 @@
<parent>
<groupId>org.apache.drill.contrib.storage-hive</groupId>
<artifactId>drill-contrib-storage-hive-parent</artifactId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-hive-exec-shaded</artifactId>
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 @@
<parent>
<groupId>org.apache.drill.contrib</groupId>
<artifactId>drill-contrib-parent</artifactId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</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 2e6fb3d..6c30177 100644
--- a/contrib/storage-http/pom.xml
+++ b/contrib/storage-http/pom.xml
@@ -18,14 +18,13 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-storage-http</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-jdbc-storage</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-storage-kafka</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-kudu-storage</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-mongo-storage</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-opentsdb-storage</artifactId>
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 @@
<parent>
<artifactId>drill-contrib-parent</artifactId>
<groupId>org.apache.drill.contrib</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-udfs</artifactId>
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 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>distribution</artifactId>
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 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-yarn</artifactId>
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 @@
<parent>
<artifactId>exec-parent</artifactId>
<groupId>org.apache.drill.exec</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-java-exec</artifactId>
<name>exec/Java Execution Engine</name>
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 @@
<parent>
<groupId>org.apache.drill.exec</groupId>
<artifactId>exec-parent</artifactId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-jdbc-all</artifactId>
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 @@
<parent>
<groupId>org.apache.drill.exec</groupId>
<artifactId>exec-parent</artifactId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-jdbc</artifactId>
<name>exec/JDBC Driver using dependencies</name>
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 @@
<parent>
<artifactId>memory-parent</artifactId>
<groupId>org.apache.drill.memory</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-memory-base</artifactId>
<name>exec/memory/base</name>
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 @@
<parent>
<artifactId>exec-parent</artifactId>
<groupId>org.apache.drill.exec</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<groupId>org.apache.drill.memory</groupId>
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 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<groupId>org.apache.drill.exec</groupId>
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 @@
<parent>
<artifactId>exec-parent</artifactId>
<groupId>org.apache.drill.exec</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-rpc</artifactId>
<name>exec/rpc</name>
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 @@
<parent>
<artifactId>exec-parent</artifactId>
<groupId>org.apache.drill.exec</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>vector</artifactId>
<name>exec/Vectors</name>
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 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-logical</artifactId>
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 @@
<parent>
<artifactId>metastore-parent</artifactId>
<groupId>org.apache.drill.metastore</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-iceberg-metastore</artifactId>
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 @@
<parent>
<groupId>org.apache.drill.metastore</groupId>
<artifactId>metastore-parent</artifactId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-metastore-api</artifactId>
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 @@
<parent>
<groupId>org.apache.drill</groupId>
<artifactId>drill-root</artifactId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<groupId>org.apache.drill.metastore</groupId>
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.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>metastore-parent</artifactId>
<groupId>org.apache.drill.metastore</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-rdbms-metastore</artifactId>
diff --git a/pom.xml b/pom.xml
index 8d716a9..8cc444c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.drill</groupId>
<artifactId>drill-root</artifactId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
<packaging>pom</packaging>
<name>Apache Drill Root POM</name>
@@ -133,7 +133,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>HEAD</tag>
+ <tag>drill-1.18.0</tag>
</scm>
<mailingLists>
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 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-protocol</artifactId>
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 @@
<parent>
<artifactId>tools-parent</artifactId>
<groupId>org.apache.drill.tools</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<artifactId>drill-fmpp-maven-plugin</artifactId>
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 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
</parent>
<groupId>org.apache.drill.tools</groupId>
|