From 8d7a716eb8436d8a8f7b5d37aafe3ecfec846be4 Mon Sep 17 00:00:00 2001 From: Vitalii Diravka Date: Thu, 11 Apr 2019 00:06:55 +0300 Subject: [PATCH 1/4] DRILL-7169: Rename drill-root ArtifactID to apache-drill - change 'project.artifactId' from 'drill-root' to 'apache-drill' --- common/pom.xml | 2 +- contrib/pom.xml | 2 +- distribution/pom.xml | 44 +++++++++---------- drill-yarn/pom.xml | 2 +- .../src/test/resources/drill-udf/pom.xml | 2 +- exec/pom.xml | 2 +- logical/pom.xml | 2 +- metastore/pom.xml | 2 +- pom.xml | 12 ++--- protocol/pom.xml | 2 +- tools/pom.xml | 2 +- 11 files changed, 37 insertions(+), 37 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 8c714047729..c539469813b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/contrib/pom.xml b/contrib/pom.xml index 0004031c8f3..e7dc2858da7 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -21,8 +21,8 @@ 4.0.0 - drill-root org.apache.drill + apache-drill 1.17.0-SNAPSHOT diff --git a/distribution/pom.xml b/distribution/pom.xml index 0e3d792b8a7..e499241cc57 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT @@ -170,7 +170,7 @@ src/assemble/bin-assembly.xml false - apache-drill-${project.version} + ${project.parent.artifactId}-${project.version} @@ -185,7 +185,7 @@ src/assemble/bin-assembly-dir.xml false - apache-drill-${project.version} + ${project.artifactId}-${project.version} @@ -390,7 +390,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/git.properties + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/git.properties @@ -398,7 +398,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/KEYS + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/KEYS @@ -406,7 +406,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/LICENSE + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/LICENSE @@ -414,7 +414,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/NOTICE + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/NOTICE @@ -422,7 +422,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/README.md + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/README.md @@ -430,7 +430,7 @@ /opt/drill/jars - target/apache-drill-${project.version}/apache-drill-${project.version}/jars + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/jars @@ -438,7 +438,7 @@ /opt/drill/bin - target/apache-drill-${project.version}/apache-drill-${project.version}/bin + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/bin @@ -446,7 +446,7 @@ /opt/drill/sample-data - target/apache-drill-${project.version}/apache-drill-${project.version}/sample-data + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/sample-data @@ -454,7 +454,7 @@ /etc/drill/conf - target/apache-drill-${project.version}/apache-drill-${project.version}/conf + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/conf true @@ -490,10 +490,10 @@ false - distribution/target/apache-drill-${project.version}/apache-drill-${project.version}.deb + distribution/target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}.deb - target/apache-drill-${project.version}/apache-drill-${project.version}/git.properties + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/git.properties file perm @@ -501,7 +501,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/KEYS + target/${project.parent.artifactId}-${project.version}${project.parent.artifactId}-${project.version}/KEYS file perm @@ -509,7 +509,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/LICENSE + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/LICENSE file perm @@ -517,7 +517,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/NOTICE + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/NOTICE file perm @@ -525,7 +525,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/README.md + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/README.md file perm @@ -533,7 +533,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/jars + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/jars directory perm @@ -541,7 +541,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/bin + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/bin directory perm @@ -550,7 +550,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/sample-data + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/sample-data directory perm @@ -559,7 +559,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/conf + target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/conf directory perm diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml index 9de6d477610..4477e2ece99 100644 --- a/drill-yarn/pom.xml +++ b/drill-yarn/pom.xml @@ -21,7 +21,7 @@ 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/exec/java-exec/src/test/resources/drill-udf/pom.xml b/exec/java-exec/src/test/resources/drill-udf/pom.xml index 0a68198b9c6..affafc37d17 100644 --- a/exec/java-exec/src/test/resources/drill-udf/pom.xml +++ b/exec/java-exec/src/test/resources/drill-udf/pom.xml @@ -31,7 +31,7 @@ 1.8 1.8 ${project.name} - ${project.basedir}/target + ${project.build.directory} 1.13.0 **/*.java **/*.conf diff --git a/exec/pom.xml b/exec/pom.xml index c360f5a39d8..a7c6ec3bfdb 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -21,7 +21,7 @@ 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/logical/pom.xml b/logical/pom.xml index b1e8ab8ec42..de78e8f7e4f 100644 --- a/logical/pom.xml +++ b/logical/pom.xml @@ -22,7 +22,7 @@ 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/metastore/pom.xml b/metastore/pom.xml index 2558e11b628..e31a8ef10b2 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -23,7 +23,7 @@ org.apache.drill - drill-root + apache-drill 1.17.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index f2b626d6754..d2fe7aa42c4 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.drill - drill-root + apache-drill 1.17.0-SNAPSHOT pom @@ -42,7 +42,7 @@ 1.8 source-release-zip-tar - ${project.basedir}/target/generated-sources + ${project.build.directory}/generated-sources ${project.basedir}/src/main/protobuf/ 4.12 1.7.25 @@ -1805,9 +1805,9 @@ ${project.build.directory} - apache-drill-${project.version}.tar.gz - apache-drill-${project.version}-src.tar.gz - apache-drill-${project.version}-src.zip + ${project.artifactId}-${project.version}.tar.gz + ${project.artifactId}-${project.version}-src.tar.gz + ${project.artifactId}-${project.version}-src.zip @@ -1822,7 +1822,7 @@ source-release-assembly false - apache-drill-${project.version}-src + ${project.artifactId}-${project.version}-src diff --git a/protocol/pom.xml b/protocol/pom.xml index 04629ac1b94..3eb0058bdc4 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -22,7 +22,7 @@ 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/tools/pom.xml b/tools/pom.xml index 1511c910317..36218138137 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -21,7 +21,7 @@ 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT From e865055e806dc1d0574cc6e086a8f6f594bb0f43 Mon Sep 17 00:00:00 2001 From: Vitalii Diravka Date: Fri, 12 Apr 2019 14:02:09 +0300 Subject: [PATCH 2/4] Fix mistake --- distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index e499241cc57..7f47a2c9cd0 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -185,7 +185,7 @@ src/assemble/bin-assembly-dir.xml false - ${project.artifactId}-${project.version} + ${project.parent.artifactId}-${project.version} From 074eea56727a87f3eec78d7fea2781fe8a6c84ec Mon Sep 17 00:00:00 2001 From: Vitalii Diravka Date: Mon, 15 Apr 2019 00:19:53 +0300 Subject: [PATCH 3/4] Replace all 'target/', 'target/classes' and 'target/test-classes' pathes with ${project.build.directory}, ${project.build.outputDirectory} and ${project.build.testOutputDirectory} properties accordingly --- contrib/data/tpch-sample-data/pom.xml | 2 +- contrib/format-ltsv/pom.xml | 2 +- contrib/format-syslog/pom.xml | 2 +- contrib/storage-hbase/pom.xml | 4 +-- contrib/storage-hive/hive-exec-shade/pom.xml | 2 +- contrib/udfs/pom.xml | 4 +-- distribution/pom.xml | 38 ++++++++++---------- drill-yarn/pom.xml | 2 +- exec/jdbc-all/pom.xml | 2 +- pom.xml | 3 +- 10 files changed, 30 insertions(+), 31 deletions(-) diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml index 128c3e4f112..95217f3fca2 100644 --- a/contrib/data/tpch-sample-data/pom.xml +++ b/contrib/data/tpch-sample-data/pom.xml @@ -49,7 +49,7 @@ http://apache-drill.s3.amazonaws.com/files/sf-0.01_tpc-h_parquet_typed.tgz tpch.tgz true - ${project.build.directory}/classes/tpch + ${project.build.outputDirectory}/tpch diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml index 9d83e9e4690..283b36debe8 100644 --- a/contrib/format-ltsv/pom.xml +++ b/contrib/format-ltsv/pom.xml @@ -64,7 +64,7 @@ copy-resources - ${basedir}/target/classes/org/apache/drill/exec/store/ltsv + ${project.build.outputDirectory}/org/apache/drill/exec/store/ltsv diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml index ca3e61e4d05..685f6385a9c 100644 --- a/contrib/format-syslog/pom.xml +++ b/contrib/format-syslog/pom.xml @@ -71,7 +71,7 @@ copy-resources - ${basedir}/target/classes/org/apache/drill/exec/store/syslog + ${project.build.outputDirectory}/org/apache/drill/exec/store/syslog diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index 859e2428da6..b82ffcf2a33 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -114,7 +114,7 @@ copy-resources - ${basedir}/target/classes/org/apache/drill/exec/expr/fn/impl + ${project.build.outputDirectory}/org/apache/drill/exec/expr/fn/impl src/main/java/org/apache/drill/exec/expr/fn/impl @@ -125,7 +125,7 @@ true - target/generated-sources + ${project.build.directory}/generated-sources true diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml index a767000451b..a0ef06bb2ec 100644 --- a/contrib/storage-hive/hive-exec-shade/pom.xml +++ b/contrib/storage-hive/hive-exec-shade/pom.xml @@ -178,7 +178,7 @@ ${project.version} jar true - ${project.build.directory}/classes + ${project.build.outputDirectory} **/** diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml index 38f7dfa92c0..d1a6b2a1f01 100644 --- a/contrib/udfs/pom.xml +++ b/contrib/udfs/pom.xml @@ -94,7 +94,7 @@ copy-resources - ${basedir}/target/classes/org/apache/drill/exec/udfs + ${project.build.outputDirectory}/org/apache/drill/exec/udfs src/main/java/org/apache/drill/exec/udfs @@ -110,7 +110,7 @@ copy-resources - ${project.build.directory}/classes/sample-data + ${project.build.outputDirectory}/sample-data sample-data diff --git a/distribution/pom.xml b/distribution/pom.xml index 7f47a2c9cd0..9fd3a6d3289 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -390,7 +390,7 @@ /opt/drill - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/git.properties + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/git.properties @@ -398,7 +398,7 @@ /opt/drill - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/KEYS + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/KEYS @@ -406,7 +406,7 @@ /opt/drill - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/LICENSE + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/LICENSE @@ -414,7 +414,7 @@ /opt/drill - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/NOTICE + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/NOTICE @@ -422,7 +422,7 @@ /opt/drill - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/README.md + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/README.md @@ -430,7 +430,7 @@ /opt/drill/jars - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/jars + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/jars @@ -438,7 +438,7 @@ /opt/drill/bin - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/bin + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/bin @@ -446,7 +446,7 @@ /opt/drill/sample-data - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/sample-data + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/sample-data @@ -454,7 +454,7 @@ /etc/drill/conf - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/conf + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/conf true @@ -490,10 +490,10 @@ false - distribution/target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}.deb + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}.deb - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/git.properties + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/git.properties file perm @@ -501,7 +501,7 @@ - target/${project.parent.artifactId}-${project.version}${project.parent.artifactId}-${project.version}/KEYS + ${project.build.directory}/${project.parent.artifactId}-${project.version}${project.parent.artifactId}-${project.version}/KEYS file perm @@ -509,7 +509,7 @@ - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/LICENSE + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/LICENSE file perm @@ -517,7 +517,7 @@ - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/NOTICE + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/NOTICE file perm @@ -525,7 +525,7 @@ - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/README.md + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/README.md file perm @@ -533,7 +533,7 @@ - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/jars + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/jars directory perm @@ -541,7 +541,7 @@ - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/bin + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/bin directory perm @@ -550,7 +550,7 @@ - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/sample-data + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/sample-data directory perm @@ -559,7 +559,7 @@ - target/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/conf + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/conf directory perm diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml index 4477e2ece99..7061e006bcb 100644 --- a/drill-yarn/pom.xml +++ b/drill-yarn/pom.xml @@ -57,7 +57,7 @@ ${project.basedir}/../.git - target/classes/git.properties + ${project.build.outputDirectory}/git.properties diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index be79b418c85..a532049f28f 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -267,7 +267,7 @@ ${settings.localRepository}/junit/junit/${junit.version}/junit-${junit.version}.jar ${settings.localRepository}/org/hamcrest/hamcrest-core/${hamcrest.core.version}/hamcrest-core-${hamcrest.core.version}.jar - ${project.build.directory}/test-classes/ + ${project.build.testOutputDirectory}/ diff --git a/pom.xml b/pom.xml index d2fe7aa42c4..52c5848f144 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,6 @@ source-release-zip-tar ${project.build.directory}/generated-sources - ${project.basedir}/src/main/protobuf/ 4.12 1.7.25 23.0 @@ -546,7 +545,7 @@ revision - target/classes/git.properties + ${project.build.outputDirectory}/git.properties From badd57cbd53049c51c0d2289d25fb360e036c4c9 Mon Sep 17 00:00:00 2001 From: Vitalii Diravka Date: Thu, 9 May 2019 00:08:08 +0300 Subject: [PATCH 4/4] Fix POM headers alignment --- common/pom.xml | 3 ++- contrib/data/pom.xml | 3 ++- contrib/data/tpch-sample-data/pom.xml | 3 ++- contrib/format-ltsv/pom.xml | 3 ++- contrib/format-maprdb/pom.xml | 3 ++- contrib/format-syslog/pom.xml | 3 ++- contrib/pom.xml | 3 ++- contrib/storage-hbase/pom.xml | 3 ++- contrib/storage-hive/core/pom.xml | 3 ++- contrib/storage-hive/hive-exec-shade/pom.xml | 3 ++- contrib/storage-hive/pom.xml | 3 ++- contrib/storage-jdbc/pom.xml | 3 ++- contrib/storage-kafka/pom.xml | 3 ++- contrib/storage-kudu/pom.xml | 3 ++- contrib/storage-mongo/pom.xml | 3 ++- contrib/storage-opentsdb/pom.xml | 3 ++- contrib/udfs/pom.xml | 3 ++- distribution/pom.xml | 3 ++- drill-shaded/drill-shaded-guava/pom.xml | 3 ++- drill-shaded/pom.xml | 3 ++- drill-yarn/pom.xml | 3 ++- exec/java-exec/pom.xml | 3 ++- exec/jdbc-all/pom.xml | 3 ++- exec/jdbc/pom.xml | 3 ++- exec/memory/base/pom.xml | 3 ++- exec/memory/pom.xml | 3 ++- exec/pom.xml | 3 ++- exec/rpc/pom.xml | 3 ++- exec/vector/pom.xml | 3 ++- logical/pom.xml | 3 ++- metastore/file-metadata/pom.xml | 3 ++- metastore/metastore-api/pom.xml | 3 ++- metastore/pom.xml | 3 ++- pom.xml | 3 ++- protocol/pom.xml | 3 ++- tools/fmpp/pom.xml | 3 ++- tools/pom.xml | 3 ++- 37 files changed, 74 insertions(+), 37 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index c539469813b..3bfeccf0a0b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml index 6278d820e19..809a2f95c76 100644 --- a/contrib/data/pom.xml +++ b/contrib/data/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml index 95217f3fca2..973349899f6 100644 --- a/contrib/data/tpch-sample-data/pom.xml +++ b/contrib/data/tpch-sample-data/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-data-parent diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml index 283b36debe8..35eda3cd7ab 100644 --- a/contrib/format-ltsv/pom.xml +++ b/contrib/format-ltsv/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml index bff7b695ba1..1d4ad4bf769 100644 --- a/contrib/format-maprdb/pom.xml +++ b/contrib/format-maprdb/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml index 685f6385a9c..7b0a9487084 100644 --- a/contrib/format-syslog/pom.xml +++ b/contrib/format-syslog/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/pom.xml b/contrib/pom.xml index e7dc2858da7..1394e5c0676 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 org.apache.drill diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index b82ffcf2a33..6d01d8a1ce8 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml index b4acdac3c96..8f97f6ef228 100644 --- a/contrib/storage-hive/core/pom.xml +++ b/contrib/storage-hive/core/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml index a0ef06bb2ec..c5ae4db9dcc 100644 --- a/contrib/storage-hive/hive-exec-shade/pom.xml +++ b/contrib/storage-hive/hive-exec-shade/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml index e99181651a6..840d340fec8 100644 --- a/contrib/storage-hive/pom.xml +++ b/contrib/storage-hive/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 org.apache.drill.contrib diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml index 2a4286c074c..63f5c93d80f 100755 --- a/contrib/storage-jdbc/pom.xml +++ b/contrib/storage-jdbc/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml index 83a1a299bf9..a89e27b5b15 100644 --- a/contrib/storage-kafka/pom.xml +++ b/contrib/storage-kafka/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml index b9f676a60de..4ad3075608e 100644 --- a/contrib/storage-kudu/pom.xml +++ b/contrib/storage-kudu/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml index a58ed57400a..052b9d3a56b 100644 --- a/contrib/storage-mongo/pom.xml +++ b/contrib/storage-mongo/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml index 7891a0f2f0e..ff8ae3cfc3d 100644 --- a/contrib/storage-opentsdb/pom.xml +++ b/contrib/storage-opentsdb/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml index d1a6b2a1f01..b71e49b4b05 100644 --- a/contrib/udfs/pom.xml +++ b/contrib/udfs/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 9fd3a6d3289..616ec3887a9 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 apache-drill diff --git a/drill-shaded/drill-shaded-guava/pom.xml b/drill-shaded/drill-shaded-guava/pom.xml index 83645d9e677..211e7f55574 100644 --- a/drill-shaded/drill-shaded-guava/pom.xml +++ b/drill-shaded/drill-shaded-guava/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/drill-shaded/pom.xml b/drill-shaded/pom.xml index b3bb3f8b974..20a78256194 100644 --- a/drill-shaded/pom.xml +++ b/drill-shaded/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml index 7061e006bcb..724da3ed6b3 100644 --- a/drill-yarn/pom.xml +++ b/drill-yarn/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 apache-drill diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 366b174524e..1874c471bbc 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 exec-parent diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index a532049f28f..510ab02ed7e 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 org.apache.drill.exec diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml index 23fec3abaeb..4da9835ba9b 100644 --- a/exec/jdbc/pom.xml +++ b/exec/jdbc/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 org.apache.drill.exec diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml index 0839a339a17..642830763a7 100644 --- a/exec/memory/base/pom.xml +++ b/exec/memory/base/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 memory-parent diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml index 55f544d7b47..f1ff1ff2c96 100644 --- a/exec/memory/pom.xml +++ b/exec/memory/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 exec-parent diff --git a/exec/pom.xml b/exec/pom.xml index a7c6ec3bfdb..db47abbfd68 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 apache-drill diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml index 0dcc7ca5f31..18517b14889 100644 --- a/exec/rpc/pom.xml +++ b/exec/rpc/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 exec-parent diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml index 830b5455d98..7abac3298f1 100644 --- a/exec/vector/pom.xml +++ b/exec/vector/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 exec-parent diff --git a/logical/pom.xml b/logical/pom.xml index de78e8f7e4f..db959841baf 100644 --- a/logical/pom.xml +++ b/logical/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/metastore/file-metadata/pom.xml b/metastore/file-metadata/pom.xml index d0bd79428da..65ab004e68a 100644 --- a/metastore/file-metadata/pom.xml +++ b/metastore/file-metadata/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/metastore/metastore-api/pom.xml b/metastore/metastore-api/pom.xml index d3f3aed8e7d..550f2c2e0fe 100644 --- a/metastore/metastore-api/pom.xml +++ b/metastore/metastore-api/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/metastore/pom.xml b/metastore/pom.xml index e31a8ef10b2..6230ff372e4 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/pom.xml b/pom.xml index 52c5848f144..484955a3bb0 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/protocol/pom.xml b/protocol/pom.xml index 3eb0058bdc4..ebf59cc088d 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml index ac12752e87c..5f2c6c94bab 100644 --- a/tools/fmpp/pom.xml +++ b/tools/fmpp/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index 36218138137..83de3a5dc78 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 apache-drill