From 30c4635bfeee88f88aa9c9f63b93bcd4a650607f Mon Sep 17 00:00:00 2001 From: Sajjad Moradi Date: Fri, 18 Mar 2022 11:28:15 -0700 Subject: [PATCH] [maven-release-plugin] prepare release release-0.10.0-rc0 --- pinot-broker/pom.xml | 5 +-- pinot-clients/pinot-java-client/pom.xml | 5 +-- pinot-clients/pinot-jdbc-client/pom.xml | 8 ++-- pinot-clients/pom.xml | 6 +-- pinot-common/pom.xml | 41 +++++++++---------- pinot-compatibility-verifier/pom.xml | 5 +-- .../pinot-spark-connector/pom.xml | 5 +-- pinot-connectors/pom.xml | 6 +-- .../pinot-common-jdk8/pom.xml | 5 +-- .../pinot-core-jdk8/pom.xml | 5 +-- .../pinot-segment-local-jdk8/pom.xml | 5 +-- .../pinot-segment-spi-jdk8/pom.xml | 5 +-- .../pinot-spi-jdk8/pom.xml | 5 +-- .../prestodb-pinot-dependencies/pom.xml | 6 +-- .../presto-pinot-driver/pom.xml | 2 +- pinot-controller/pom.xml | 5 +-- pinot-core/pom.xml | 5 +-- pinot-distribution/pom.xml | 7 ++-- pinot-integration-test-base/pom.xml | 5 +-- pinot-integration-tests/pom.xml | 5 +-- pinot-minion/pom.xml | 5 +-- pinot-perf/pom.xml | 5 +-- .../pinot-batch-ingestion-common/pom.xml | 6 +-- .../pinot-batch-ingestion-hadoop/pom.xml | 6 +-- .../pinot-batch-ingestion-spark/pom.xml | 6 +-- .../pinot-batch-ingestion-standalone/pom.xml | 6 +-- pinot-plugins/pinot-batch-ingestion/pom.xml | 6 +-- .../v0_deprecated/pinot-hadoop/pom.xml | 7 ++-- .../pinot-ingestion-common/pom.xml | 6 +-- .../v0_deprecated/pinot-spark/pom.xml | 7 ++-- .../v0_deprecated/pom.xml | 6 +-- .../pinot-environment/pinot-azure/pom.xml | 6 +-- pinot-plugins/pinot-environment/pom.xml | 6 +-- .../pinot-file-system/pinot-adls/pom.xml | 5 +-- .../pinot-file-system/pinot-gcs/pom.xml | 6 +-- .../pinot-file-system/pinot-hdfs/pom.xml | 5 +-- .../pinot-file-system/pinot-s3/pom.xml | 9 ++-- pinot-plugins/pinot-file-system/pom.xml | 6 +-- .../pinot-avro-base/pom.xml | 5 +-- .../pinot-input-format/pinot-avro/pom.xml | 5 +-- .../pinot-confluent-avro/pom.xml | 5 +-- .../pinot-input-format/pinot-csv/pom.xml | 5 +-- .../pinot-input-format/pinot-json/pom.xml | 5 +-- .../pinot-input-format/pinot-orc/pom.xml | 6 +-- .../pinot-input-format/pinot-parquet/pom.xml | 5 +-- .../pinot-input-format/pinot-protobuf/pom.xml | 5 +-- .../pinot-input-format/pinot-thrift/pom.xml | 5 +-- pinot-plugins/pinot-input-format/pom.xml | 6 +-- .../pinot-metrics/pinot-dropwizard/pom.xml | 5 +-- .../pinot-metrics/pinot-yammer/pom.xml | 5 +-- pinot-plugins/pinot-metrics/pom.xml | 6 +-- .../pinot-minion-builtin-tasks/pom.xml | 5 +-- pinot-plugins/pinot-minion-tasks/pom.xml | 6 +-- .../pinot-segment-uploader-default/pom.xml | 6 +-- pinot-plugins/pinot-segment-uploader/pom.xml | 6 +-- .../pinot-segment-writer-file-based/pom.xml | 6 +-- pinot-plugins/pinot-segment-writer/pom.xml | 6 +-- .../pinot-kafka-0.9/pom.xml | 6 +-- .../pinot-kafka-2.0/pom.xml | 6 +-- .../pinot-kafka-base/pom.xml | 6 +-- .../pinot-kinesis/pom.xml | 12 ++---- .../pinot-pulsar/pom.xml | 6 +-- pinot-plugins/pinot-stream-ingestion/pom.xml | 6 +-- pinot-plugins/pom.xml | 11 ++--- pinot-segment-local/pom.xml | 5 +-- pinot-segment-spi/pom.xml | 5 +-- pinot-server/pom.xml | 5 +-- pinot-spi/pom.xml | 5 +-- pinot-tools/pom.xml | 5 +-- pom.xml | 13 +++--- 70 files changed, 170 insertions(+), 274 deletions(-) diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml index 514c2f71f1c..bb90398f9ac 100644 --- a/pinot-broker/pom.xml +++ b/pinot-broker/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-broker diff --git a/pinot-clients/pinot-java-client/pom.xml b/pinot-clients/pinot-java-client/pom.xml index 26e0c6f8fb8..b856182a813 100644 --- a/pinot-clients/pinot-java-client/pom.xml +++ b/pinot-clients/pinot-java-client/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-clients org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-java-client diff --git a/pinot-clients/pinot-jdbc-client/pom.xml b/pinot-clients/pinot-jdbc-client/pom.xml index 8a7cbeca1a9..4d788f62b18 100644 --- a/pinot-clients/pinot-jdbc-client/pom.xml +++ b/pinot-clients/pinot-jdbc-client/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-clients org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-jdbc-client @@ -134,8 +133,7 @@ - + diff --git a/pinot-clients/pom.xml b/pinot-clients/pom.xml index cea273ef4ab..967e3b1d2c2 100644 --- a/pinot-clients/pom.xml +++ b/pinot-clients/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-clients diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml index e1dbbaed328..2815f9b9f5a 100644 --- a/pinot-common/pom.xml +++ b/pinot-common/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-common @@ -361,31 +360,31 @@ generate-sources - - + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - + diff --git a/pinot-compatibility-verifier/pom.xml b/pinot-compatibility-verifier/pom.xml index 6d38d9d7fac..09492b11b44 100644 --- a/pinot-compatibility-verifier/pom.xml +++ b/pinot-compatibility-verifier/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-compatibility-verifier diff --git a/pinot-connectors/pinot-spark-connector/pom.xml b/pinot-connectors/pinot-spark-connector/pom.xml index 4d4af88a899..1cb573f49c6 100644 --- a/pinot-connectors/pinot-spark-connector/pom.xml +++ b/pinot-connectors/pinot-spark-connector/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-connectors org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-spark-connector diff --git a/pinot-connectors/pom.xml b/pinot-connectors/pom.xml index 8b525c4e54b..88fc71ce07a 100644 --- a/pinot-connectors/pom.xml +++ b/pinot-connectors/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-connectors diff --git a/pinot-connectors/prestodb-pinot-dependencies/pinot-common-jdk8/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pinot-common-jdk8/pom.xml index 3144dfb360d..78b71a372ab 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pinot-common-jdk8/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pinot-common-jdk8/pom.xml @@ -19,14 +19,13 @@ under the License. --> - + 4.0.0 prestodb-pinot-dependencies org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-connectors/prestodb-pinot-dependencies/pinot-core-jdk8/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pinot-core-jdk8/pom.xml index fa9005885ac..26482f5a255 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pinot-core-jdk8/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pinot-core-jdk8/pom.xml @@ -19,14 +19,13 @@ under the License. --> - + 4.0.0 prestodb-pinot-dependencies org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-connectors/prestodb-pinot-dependencies/pinot-segment-local-jdk8/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pinot-segment-local-jdk8/pom.xml index debd65f6e36..094487b30a4 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pinot-segment-local-jdk8/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pinot-segment-local-jdk8/pom.xml @@ -20,14 +20,13 @@ --> - + 4.0.0 prestodb-pinot-dependencies org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-connectors/prestodb-pinot-dependencies/pinot-segment-spi-jdk8/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pinot-segment-spi-jdk8/pom.xml index b447af6e7ca..fa37b2f9061 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pinot-segment-spi-jdk8/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pinot-segment-spi-jdk8/pom.xml @@ -20,14 +20,13 @@ --> - + 4.0.0 prestodb-pinot-dependencies org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-connectors/prestodb-pinot-dependencies/pinot-spi-jdk8/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pinot-spi-jdk8/pom.xml index 9957213dfd1..024ca66092d 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pinot-spi-jdk8/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pinot-spi-jdk8/pom.xml @@ -19,14 +19,13 @@ under the License. --> - + 4.0.0 prestodb-pinot-dependencies org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-connectors/prestodb-pinot-dependencies/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pom.xml index ae16d13484a..3aace9d5a7f 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pom.xml @@ -19,15 +19,13 @@ under the License. --> - + 4.0.0 pinot-connectors org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-connectors/prestodb-pinot-dependencies/presto-pinot-driver/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/presto-pinot-driver/pom.xml index f6018daedd7..1f60230bdca 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/presto-pinot-driver/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/presto-pinot-driver/pom.xml @@ -26,7 +26,7 @@ prestodb-pinot-dependencies org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml index 596e96ed17c..01feda1c0c1 100644 --- a/pinot-controller/pom.xml +++ b/pinot-controller/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-controller diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml index 4355d288cfd..9c052f51e03 100644 --- a/pinot-core/pom.xml +++ b/pinot-core/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-core diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml index 7474856a5ec..c3318d9c2d4 100644 --- a/pinot-distribution/pom.xml +++ b/pinot-distribution/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-distribution @@ -161,7 +160,7 @@ - + - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-integration-test-base diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml index 5ec91902e1f..7d795757811 100644 --- a/pinot-integration-tests/pom.xml +++ b/pinot-integration-tests/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-integration-tests diff --git a/pinot-minion/pom.xml b/pinot-minion/pom.xml index 6aeb56856de..7a5c9b0dacf 100644 --- a/pinot-minion/pom.xml +++ b/pinot-minion/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-minion diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml index da477f216ba..e707c70702c 100644 --- a/pinot-perf/pom.xml +++ b/pinot-perf/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-perf diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml index b0e1117150c..651ec17c478 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-batch-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml index 34efd0c722a..f4949b7a5bf 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-batch-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/pom.xml index b0d008ad92c..7ada9d16aa0 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-batch-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml index 2124f481a76..57a2f03c10a 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-batch-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-batch-ingestion/pom.xml b/pinot-plugins/pinot-batch-ingestion/pom.xml index 249bc191b2d..1106cbf5a1c 100644 --- a/pinot-plugins/pinot-batch-ingestion/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-batch-ingestion diff --git a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml index bbdc01a6175..101d28ff68d 100644 --- a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 v0_deprecated org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-hadoop @@ -79,7 +78,7 @@ - + org.apache.pinot.hadoop.PinotHadoopJobLauncher diff --git a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-ingestion-common/pom.xml b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-ingestion-common/pom.xml index 3e1872cd221..8a2ee77008f 100644 --- a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-ingestion-common/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-ingestion-common/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 v0_deprecated org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml index bb2b6df1ce9..d5a487238dc 100644 --- a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 v0_deprecated org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-spark @@ -83,7 +82,7 @@ - + org.apache.pinot.spark.PinotSparkJobLauncher diff --git a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml index 6987af6ea6f..eff06cc6508 100644 --- a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-batch-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-environment/pinot-azure/pom.xml b/pinot-plugins/pinot-environment/pinot-azure/pom.xml index 240dddb2fb3..6ff4cc04603 100644 --- a/pinot-plugins/pinot-environment/pinot-azure/pom.xml +++ b/pinot-plugins/pinot-environment/pinot-azure/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-environment org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-azure diff --git a/pinot-plugins/pinot-environment/pom.xml b/pinot-plugins/pinot-environment/pom.xml index cbaaf8ce1fb..0f8832c3a21 100644 --- a/pinot-plugins/pinot-environment/pom.xml +++ b/pinot-plugins/pinot-environment/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index d667867579a..cfb483878f3 100644 --- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-file-system org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-adls diff --git a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml index 05dc59c8bf8..6ccd28f25c5 100644 --- a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-file-system org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml index 56da011344f..99b11adcadc 100644 --- a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-file-system org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-hdfs diff --git a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml index 8d37e4ea29b..0f03e4890bc 100644 --- a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-file-system org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. @@ -233,8 +231,7 @@ - + - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml b/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml index e541e013cb0..35aaf455077 100644 --- a/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml index 13d6aaa88f2..5283ec3b1fc 100644 --- a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml b/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml index 00ee8bee6fe..9f2dac0307e 100644 --- a/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml index 9f9e2c07715..a64266a7ddf 100644 --- a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-json/pom.xml b/pinot-plugins/pinot-input-format/pinot-json/pom.xml index 384beac3cd3..e6ecb9a2938 100644 --- a/pinot-plugins/pinot-input-format/pinot-json/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-json/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml index 3e125b94f03..ccbe596dbc4 100644 --- a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml index 415cc487f1c..151f4b585bc 100644 --- a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml index 1c115f5cd15..09e72a8432c 100644 --- a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml index 4acd89a7978..0360af5e65c 100644 --- a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-input-format org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-input-format/pom.xml b/pinot-plugins/pinot-input-format/pom.xml index ed195a3fa7d..47e4cf067b4 100644 --- a/pinot-plugins/pinot-input-format/pom.xml +++ b/pinot-plugins/pinot-input-format/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml index 0ca66924efc..283ca7363df 100644 --- a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml +++ b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-metrics org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml index dfaa06956e8..f9e9b6b5e25 100644 --- a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml +++ b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-metrics org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-metrics/pom.xml b/pinot-plugins/pinot-metrics/pom.xml index 632b63132b2..070cb07d1e2 100644 --- a/pinot-plugins/pinot-metrics/pom.xml +++ b/pinot-plugins/pinot-metrics/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-metrics diff --git a/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml b/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml index b905a79d589..c407c5d835e 100644 --- a/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml +++ b/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot-minion-tasks org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-minion-tasks/pom.xml b/pinot-plugins/pinot-minion-tasks/pom.xml index c34f947be3f..280c8c7f19d 100644 --- a/pinot-plugins/pinot-minion-tasks/pom.xml +++ b/pinot-plugins/pinot-minion-tasks/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-minion-tasks diff --git a/pinot-plugins/pinot-segment-uploader/pinot-segment-uploader-default/pom.xml b/pinot-plugins/pinot-segment-uploader/pinot-segment-uploader-default/pom.xml index e60ef5ddd44..cbb1b22b2f0 100644 --- a/pinot-plugins/pinot-segment-uploader/pinot-segment-uploader-default/pom.xml +++ b/pinot-plugins/pinot-segment-uploader/pinot-segment-uploader-default/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-segment-uploader org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-segment-uploader/pom.xml b/pinot-plugins/pinot-segment-uploader/pom.xml index b0720be405d..1ebde6d19cc 100644 --- a/pinot-plugins/pinot-segment-uploader/pom.xml +++ b/pinot-plugins/pinot-segment-uploader/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-segment-uploader diff --git a/pinot-plugins/pinot-segment-writer/pinot-segment-writer-file-based/pom.xml b/pinot-plugins/pinot-segment-writer/pinot-segment-writer-file-based/pom.xml index 78f0fb492f5..bddca39f780 100644 --- a/pinot-plugins/pinot-segment-writer/pinot-segment-writer-file-based/pom.xml +++ b/pinot-plugins/pinot-segment-writer/pinot-segment-writer-file-based/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-segment-writer org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-segment-writer/pom.xml b/pinot-plugins/pinot-segment-writer/pom.xml index 9d73e354986..a0f9dc03cf0 100644 --- a/pinot-plugins/pinot-segment-writer/pom.xml +++ b/pinot-plugins/pinot-segment-writer/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-segment-writer diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/pom.xml index bf422a8da6b..b593ad8fcbc 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-stream-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml index c180a89ea5a..6a63750846d 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-stream-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml index 5e6ce18d28d..7c8c0524500 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-stream-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml index 4bdbe1a9c32..04435e50d35 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-stream-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. @@ -217,10 +215,8 @@ https://mail-archives.apache.org/mod_mbox/maven-issues/201605.mbox/%3CJIRA.12964833.1462316804000.103574.1462316952817@Atlassian.JIRA%3E --> - - + + - + 4.0.0 pinot-stream-ingestion org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pom.xml b/pinot-plugins/pinot-stream-ingestion/pom.xml index 7c9a6506f28..15b65f1a75e 100644 --- a/pinot-plugins/pinot-stream-ingestion/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-plugins org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-stream-ingestion diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml index 026bd8644c4..781f0754804 100644 --- a/pinot-plugins/pom.xml +++ b/pinot-plugins/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-plugins @@ -35,7 +33,7 @@ https://pinot.apache.org/ ${basedir}/.. - + none @@ -86,8 +84,7 @@ - + - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-segment-local diff --git a/pinot-segment-spi/pom.xml b/pinot-segment-spi/pom.xml index 7bf72005a3e..4bca135fd5d 100644 --- a/pinot-segment-spi/pom.xml +++ b/pinot-segment-spi/pom.xml @@ -20,13 +20,12 @@ --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-segment-spi diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml index c8d60cf1fc5..49dc1eb8948 100644 --- a/pinot-server/pom.xml +++ b/pinot-server/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-server diff --git a/pinot-spi/pom.xml b/pinot-spi/pom.xml index 0ce13de2923..9c4cd819a6e 100644 --- a/pinot-spi/pom.xml +++ b/pinot-spi/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-spi diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml index eb2530230d0..5c212097ab7 100644 --- a/pinot-tools/pom.xml +++ b/pinot-tools/pom.xml @@ -19,13 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.10.0-SNAPSHOT + 0.10.0 .. pinot-tools diff --git a/pom.xml b/pom.xml index 2d637aa2a25..6b5359eca6c 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,7 @@ under the License. --> - + 4.0.0 @@ -31,7 +30,7 @@ org.apache.pinot pinot - 0.10.0-SNAPSHOT + 0.10.0 pom Pinot A realtime distributed OLAP datastore @@ -96,7 +95,7 @@ scm:git:git@github.com:apache/pinot.git - HEAD + release-0.10.0-rc0 @@ -1458,7 +1457,7 @@ - + @@ -1639,7 +1638,7 @@ ,\# - + @@ -1843,7 +1842,7 @@ true - + ${mainClass}