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 43b6146e6313..70ff4c42343a 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 2531b98ec6fa..f37ac9004dae 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 0c395c563ad4..01a6fd89bac5 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 37fd9271692d..f43ccbe2608c 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 3bcc54b59f0d..eceff15de971 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 508d06745597..3b6544a39d6c 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 7329d3da9697..8ddd81482eb6 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 4a22c05bb95b..f5f173c2309d 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 89239103b584..ea1d8eddea4a 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 2dbf2ec7057e..5f29cd332bd7 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 19d6667c56bf..6698df1f2f61 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 db0524e82a2d..298ed152ad9f 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 b38ed88751a1..01f6bd784d88 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 371d3725bdcb..42a236cfdc32 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 a496ca63bbe1..17d30fbcb9d4 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 e99bab814524..a3667dd2ffd3 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 fb46bc153955..c52255b45b8d 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 fe7aaee114aa..553b6fd4338b 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 bb88561f8afb..812e2229a9c8 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 94ea8bc4061a..eac1d78cbd8b 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 5ba4d761d6bc..61e8fff3cd62 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 1e95498431f2..5c1dfbe390e6 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 f4c61869758d..419d2ffcf55c 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 54d9dfb7fbf2..56f43b3595a1 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 b5577054d9dd..0817a50f5805 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 9032b10dbff9..58b1fa2b21ee 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 1c362f87d854..c913ade71563 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 e83a1ee86c5f..a54d2fea5ae8 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 9d2afb6ae165..bf0693d4c7dc 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 c843d5c15ab9..d58cfe1e4617 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 af1d4a3b66ba..e25bf560a9c1 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 1295d49c4ec5..565710fe1aae 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 ada6a5c53ab6..785f65bbb72a 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 b893000f2c8f..d45e42f1609a 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 c8abb3242337..f72cbc1ec2af 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 f6d7bed8489f..7ee85dde552b 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 5b2baea3f3e4..7f231389ca19 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 2d95c9b29ed1..ea1c2d361d28 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 677510aa1f65..f7b8935094fe 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 e8138ef46ded..2185874a560a 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 7cadd2498eb6..69ae581470be 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 adc706ea7fff..42439fa772b7 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 e2f24da9b537..3129c2f2ee9a 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 cd924ea373f4..5bd6cd6995b4 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 c0847e8b2bc2..49bb657917a9 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 2762ac3b23ab..d183bd790a5d 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 ebe0208db043..db2ad961e7d1 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 3b7098b12e9b..2fa40bfc6bb2 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 e3a003af9ad7..d95bbe2a5d29 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 6335cde4e807..3f6fb46564d3 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 a9c84ecbee64..0a8606c35737 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 110b0457ea66..6a976854d9db 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 a25d207464ff..f590c18f859b 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 6e6f79fe2d51..1df65b4588a8 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 4644d61ef5c1..53854f9935b4 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 162312283940..bc93f7ee10b6 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 8a5ff617d19b..75b761726a21 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 f90e1ac6fb9d..36d828418bc8 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 136c33625acf..f8b3910c1223 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 5e12dcd180e1..10f4de7ed068 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 eef758cb508d..a9830a3af953 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 782ab0090b54..ee9ff80a65b7 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 b78d6f94b0ff..bab8e6faa0c2 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 706eff6f7f26..6c77e79606c7 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 d7fc083c0ea5..29a0294be207 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 53d2adbcd561..32bc8ebae0eb 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 14e9e3f78aac..60f4ade6aedf 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 43a581428555..f5bce67872a9 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 5b0bd30e3e6d..d2370df1a657 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}