From 118f5e065cb258c171d97a586183759fbc61e2bf Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Wed, 28 Dec 2022 18:24:56 -0800 Subject: [PATCH] [maven-release-plugin] prepare release release-0.12.0-rc0 --- contrib/pinot-fmpp-maven-plugin/pom.xml | 6 +-- 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 | 43 +++++++++---------- pinot-compatibility-verifier/pom.xml | 5 +-- .../pinot-flink-connector/pom.xml | 8 ++-- .../pinot-spark-connector/pom.xml | 5 +-- pinot-connectors/pom.xml | 6 +-- .../pinot-common-jdk8/pom.xml | 7 ++- .../pinot-java-client-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-2.4/pom.xml | 6 +-- .../pinot-batch-ingestion-spark-3.2/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 | 9 ++-- .../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-query-planner/pom.xml | 5 +-- pinot-query-runtime/pom.xml | 5 +-- 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 +++--- 74 files changed, 182 insertions(+), 294 deletions(-) diff --git a/contrib/pinot-fmpp-maven-plugin/pom.xml b/contrib/pinot-fmpp-maven-plugin/pom.xml index 43b6146e631..70ff4c42343 100644 --- a/contrib/pinot-fmpp-maven-plugin/pom.xml +++ b/contrib/pinot-fmpp-maven-plugin/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.0 ../.. diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml index 2531b98ec6f..f37ac9004da 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.12.0-SNAPSHOT + 0.12.0 .. pinot-broker diff --git a/pinot-clients/pinot-java-client/pom.xml b/pinot-clients/pinot-java-client/pom.xml index 0c395c563ad..01a6fd89bac 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.12.0-SNAPSHOT + 0.12.0 .. pinot-java-client diff --git a/pinot-clients/pinot-jdbc-client/pom.xml b/pinot-clients/pinot-jdbc-client/pom.xml index 37fd9271692..f43ccbe2608 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.12.0-SNAPSHOT + 0.12.0 .. pinot-jdbc-client @@ -139,8 +138,7 @@ - + diff --git a/pinot-clients/pom.xml b/pinot-clients/pom.xml index 3bcc54b59f0..eceff15de97 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.12.0-SNAPSHOT + 0.12.0 .. pinot-clients diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml index 508d0674559..3b6544a39d6 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.12.0-SNAPSHOT + 0.12.0 .. pinot-common @@ -100,7 +99,7 @@ ,\# - + @@ -510,31 +509,31 @@ generate-sources - - + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - + diff --git a/pinot-compatibility-verifier/pom.xml b/pinot-compatibility-verifier/pom.xml index 7329d3da969..8ddd81482eb 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.12.0-SNAPSHOT + 0.12.0 .. pinot-compatibility-verifier diff --git a/pinot-connectors/pinot-flink-connector/pom.xml b/pinot-connectors/pinot-flink-connector/pom.xml index 4a22c05bb95..f5f173c2309 100644 --- a/pinot-connectors/pinot-flink-connector/pom.xml +++ b/pinot-connectors/pinot-flink-connector/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 org.apache.pinot pinot-connectors - 0.12.0-SNAPSHOT + 0.12.0 .. pinot-flink-connector @@ -125,7 +123,7 @@ - + diff --git a/pinot-connectors/pinot-spark-connector/pom.xml b/pinot-connectors/pinot-spark-connector/pom.xml index 89239103b58..ea1d8eddea4 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.12.0-SNAPSHOT + 0.12.0 .. pinot-spark-connector diff --git a/pinot-connectors/pom.xml b/pinot-connectors/pom.xml index 2dbf2ec7057..5f29cd332bd 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.12.0-SNAPSHOT + 0.12.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 19d6667c56b..6698df1f2f6 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.12.0-SNAPSHOT + 0.12.0 .. @@ -82,7 +81,7 @@ ,\# - + diff --git a/pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml index db0524e82a2..298ed152ad9 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml @@ -19,14 +19,13 @@ under the License. --> - + 4.0.0 prestodb-pinot-dependencies org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.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 b38ed88751a..01f6bd784d8 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.12.0-SNAPSHOT + 0.12.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 371d3725bdc..42a236cfdc3 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-connectors/prestodb-pinot-dependencies/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pom.xml index a496ca63bbe..17d30fbcb9d 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.12.0-SNAPSHOT + 0.12.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 e99bab81452..a3667dd2ffd 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml index fb46bc15395..c52255b45b8 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.12.0-SNAPSHOT + 0.12.0 .. pinot-controller diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml index fe7aaee114a..553b6fd4338 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.12.0-SNAPSHOT + 0.12.0 .. pinot-core diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml index bb88561f8af..812e2229a9c 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.12.0-SNAPSHOT + 0.12.0 .. pinot-distribution @@ -157,7 +156,7 @@ - + - + 4.0.0 pinot org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.0 .. pinot-integration-test-base diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml index 94ea8bc4061..eac1d78cbd8 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.12.0-SNAPSHOT + 0.12.0 .. pinot-integration-tests diff --git a/pinot-minion/pom.xml b/pinot-minion/pom.xml index 5ba4d761d6b..61e8fff3cd6 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.12.0-SNAPSHOT + 0.12.0 .. pinot-minion diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml index 1e95498431f..5c1dfbe390e 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.12.0-SNAPSHOT + 0.12.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 f4c61869758..419d2ffcf55 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.12.0-SNAPSHOT + 0.12.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 54d9dfb7fbf..56f43b3595a 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml index b5577054d9d..0817a50f580 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-batch-ingestion org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3.2/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3.2/pom.xml index 9032b10dbff..58b1fa2b21e 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3.2/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3.2/pom.xml @@ -19,14 +19,12 @@ under the License. --> - + 4.0.0 pinot-batch-ingestion org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.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 1c362f87d85..c913ade7156 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-batch-ingestion/pom.xml b/pinot-plugins/pinot-batch-ingestion/pom.xml index e83a1ee86c5..a54d2fea5ae 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.12.0-SNAPSHOT + 0.12.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 9d2afb6ae16..bf0693d4c7d 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.12.0-SNAPSHOT + 0.12.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 c843d5c15ab..d58cfe1e461 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.12.0-SNAPSHOT + 0.12.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 af1d4a3b66b..e25bf560a9c 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.12.0-SNAPSHOT + 0.12.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 1295d49c4ec..565710fe1aa 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-environment/pinot-azure/pom.xml b/pinot-plugins/pinot-environment/pinot-azure/pom.xml index ada6a5c53ab..785f65bbb72 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.12.0-SNAPSHOT + 0.12.0 .. pinot-azure diff --git a/pinot-plugins/pinot-environment/pom.xml b/pinot-plugins/pinot-environment/pom.xml index b893000f2c8..d45e42f1609 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index c8abb324233..f72cbc1ec2a 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.12.0-SNAPSHOT + 0.12.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 f6d7bed8489..7ee85dde552 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml index 5b2baea3f3e..7f231389ca1 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.12.0-SNAPSHOT + 0.12.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 2d95c9b29ed..ea1c2d361d2 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.12.0-SNAPSHOT + 0.12.0 .. @@ -228,8 +226,7 @@ - + - + 4.0.0 pinot-plugins org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.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 677510aa1f6..f7b8935094f 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml index e8138ef46de..2185874a560 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.12.0-SNAPSHOT + 0.12.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 7cadd2498eb..69ae581470b 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml index adc706ea7ff..42439fa772b 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-json/pom.xml b/pinot-plugins/pinot-input-format/pinot-json/pom.xml index e2f24da9b53..3129c2f2ee9 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml index cd924ea373f..5bd6cd6995b 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml index c0847e8b2bc..49bb657917a 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml index 2762ac3b23a..d183bd790a5 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml index ebe0208db04..db2ad961e7d 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-input-format/pom.xml b/pinot-plugins/pinot-input-format/pom.xml index 3b7098b12e9..2fa40bfc6bb 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml index e3a003af9ad..d95bbe2a5d2 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml index 6335cde4e80..3f6fb46564d 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-metrics/pom.xml b/pinot-plugins/pinot-metrics/pom.xml index a9c84ecbee6..0a8606c3573 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.12.0-SNAPSHOT + 0.12.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 110b0457ea6..6a976854d9d 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-minion-tasks/pom.xml b/pinot-plugins/pinot-minion-tasks/pom.xml index a25d207464f..f590c18f859 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.12.0-SNAPSHOT + 0.12.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 6e6f79fe2d5..1df65b4588a 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-segment-uploader/pom.xml b/pinot-plugins/pinot-segment-uploader/pom.xml index 4644d61ef5c..53854f9935b 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.12.0-SNAPSHOT + 0.12.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 16231228394..bc93f7ee10b 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-segment-writer/pom.xml b/pinot-plugins/pinot-segment-writer/pom.xml index 8a5ff617d19..75b761726a2 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.12.0-SNAPSHOT + 0.12.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 f90e1ac6fb9..36d828418bc 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.12.0-SNAPSHOT + 0.12.0 .. @@ -94,8 +92,7 @@ - + - + 4.0.0 pinot-stream-ingestion org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.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 136c33625ac..f8b3910c122 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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml index 5e12dcd180e..10f4de7ed06 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.12.0-SNAPSHOT + 0.12.0 .. @@ -238,10 +236,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.12.0-SNAPSHOT + 0.12.0 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pom.xml b/pinot-plugins/pinot-stream-ingestion/pom.xml index eef758cb508..a9830a3af95 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.12.0-SNAPSHOT + 0.12.0 .. pinot-stream-ingestion diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml index 782ab0090b5..ee9ff80a65b 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.12.0-SNAPSHOT + 0.12.0 .. pinot-plugins @@ -35,7 +33,7 @@ https://pinot.apache.org/ ${basedir}/.. - + none compile @@ -99,8 +97,7 @@ - + - + 4.0.0 pinot org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.0 pinot-query-planner Pinot Query Planner diff --git a/pinot-query-runtime/pom.xml b/pinot-query-runtime/pom.xml index b78d6f94b0f..bab8e6faa0c 100644 --- a/pinot-query-runtime/pom.xml +++ b/pinot-query-runtime/pom.xml @@ -19,14 +19,13 @@ under the License. --> - + 4.0.0 pinot org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.0 pinot-query-runtime Pinot Query Runtime diff --git a/pinot-segment-local/pom.xml b/pinot-segment-local/pom.xml index 706eff6f7f2..6c77e79606c 100644 --- a/pinot-segment-local/pom.xml +++ b/pinot-segment-local/pom.xml @@ -20,13 +20,12 @@ --> - + 4.0.0 pinot org.apache.pinot - 0.12.0-SNAPSHOT + 0.12.0 .. pinot-segment-local diff --git a/pinot-segment-spi/pom.xml b/pinot-segment-spi/pom.xml index d7fc083c0ea..29a0294be20 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.12.0-SNAPSHOT + 0.12.0 .. pinot-segment-spi diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml index 53d2adbcd56..32bc8ebae0e 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.12.0-SNAPSHOT + 0.12.0 .. pinot-server diff --git a/pinot-spi/pom.xml b/pinot-spi/pom.xml index 14e9e3f78aa..60f4ade6aed 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.12.0-SNAPSHOT + 0.12.0 .. pinot-spi diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml index 43a58142855..f5bce67872a 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.12.0-SNAPSHOT + 0.12.0 .. pinot-tools diff --git a/pom.xml b/pom.xml index 5b0bd30e3e6..d2370df1a65 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.12.0-SNAPSHOT + 0.12.0 pom Pinot A realtime distributed OLAP datastore @@ -100,7 +99,7 @@ scm:git:git@github.com:apache/pinot.git - HEAD + release-0.12.0-rc0 @@ -1354,7 +1353,7 @@ - + @@ -1542,7 +1541,7 @@ ,\# - + @@ -1760,7 +1759,7 @@ true - + ${mainClass}