From 6e235a4ec2a16006337da04e118a435b5bb8f6d8 Mon Sep 17 00:00:00 2001 From: Rong Rong Date: Mon, 27 Feb 2023 21:01:25 -0800 Subject: [PATCH] [maven-release-plugin] prepare release release-0.12.1-rc0 --- contrib/pinot-fmpp-maven-plugin/pom.xml | 2 +- pinot-broker/pom.xml | 2 +- pinot-clients/pinot-java-client/pom.xml | 2 +- pinot-clients/pinot-jdbc-client/pom.xml | 2 +- pinot-clients/pom.xml | 2 +- pinot-common/pom.xml | 2 +- pinot-compatibility-verifier/pom.xml | 2 +- pinot-connectors/pinot-flink-connector/pom.xml | 2 +- pinot-connectors/pinot-spark-connector/pom.xml | 2 +- pinot-connectors/pom.xml | 2 +- .../prestodb-pinot-dependencies/pinot-common-jdk8/pom.xml | 2 +- .../pinot-java-client-jdk8/pom.xml | 2 +- .../pinot-segment-spi-jdk8/pom.xml | 2 +- .../prestodb-pinot-dependencies/pinot-spi-jdk8/pom.xml | 2 +- pinot-connectors/prestodb-pinot-dependencies/pom.xml | 2 +- .../prestodb-pinot-dependencies/presto-pinot-driver/pom.xml | 2 +- pinot-controller/pom.xml | 2 +- pinot-core/pom.xml | 2 +- pinot-distribution/pom.xml | 2 +- pinot-integration-test-base/pom.xml | 2 +- pinot-integration-tests/pom.xml | 2 +- pinot-minion/pom.xml | 2 +- pinot-perf/pom.xml | 2 +- .../pinot-batch-ingestion-common/pom.xml | 2 +- .../pinot-batch-ingestion-hadoop/pom.xml | 2 +- .../pinot-batch-ingestion-spark-2.4/pom.xml | 2 +- .../pinot-batch-ingestion-spark-3.2/pom.xml | 2 +- .../pinot-batch-ingestion-standalone/pom.xml | 2 +- pinot-plugins/pinot-batch-ingestion/pom.xml | 2 +- .../pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml | 2 +- .../v0_deprecated/pinot-ingestion-common/pom.xml | 2 +- .../pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml | 2 +- pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml | 2 +- pinot-plugins/pinot-environment/pinot-azure/pom.xml | 2 +- pinot-plugins/pinot-environment/pom.xml | 2 +- pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 2 +- pinot-plugins/pinot-file-system/pinot-gcs/pom.xml | 2 +- pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml | 2 +- pinot-plugins/pinot-file-system/pinot-s3/pom.xml | 2 +- pinot-plugins/pinot-file-system/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-avro/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-csv/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-json/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-orc/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-parquet/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml | 2 +- pinot-plugins/pinot-input-format/pinot-thrift/pom.xml | 2 +- pinot-plugins/pinot-input-format/pom.xml | 2 +- pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml | 2 +- pinot-plugins/pinot-metrics/pinot-yammer/pom.xml | 2 +- pinot-plugins/pinot-metrics/pom.xml | 2 +- .../pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml | 2 +- pinot-plugins/pinot-minion-tasks/pom.xml | 2 +- .../pinot-segment-uploader-default/pom.xml | 2 +- pinot-plugins/pinot-segment-uploader/pom.xml | 2 +- .../pinot-segment-writer-file-based/pom.xml | 2 +- pinot-plugins/pinot-segment-writer/pom.xml | 2 +- pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/pom.xml | 2 +- pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml | 2 +- pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml | 2 +- pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml | 2 +- pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml | 2 +- pinot-plugins/pinot-stream-ingestion/pom.xml | 2 +- pinot-plugins/pom.xml | 2 +- pinot-query-planner/pom.xml | 2 +- pinot-query-runtime/pom.xml | 2 +- pinot-segment-local/pom.xml | 2 +- pinot-segment-spi/pom.xml | 2 +- pinot-server/pom.xml | 2 +- pinot-spi/pom.xml | 2 +- pinot-tools/pom.xml | 2 +- pom.xml | 4 ++-- 74 files changed, 75 insertions(+), 75 deletions(-) diff --git a/contrib/pinot-fmpp-maven-plugin/pom.xml b/contrib/pinot-fmpp-maven-plugin/pom.xml index 7da14f5af2c..9970a3a23f5 100644 --- a/contrib/pinot-fmpp-maven-plugin/pom.xml +++ b/contrib/pinot-fmpp-maven-plugin/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 ../.. diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml index 5a187dd8c18..d30105fd39b 100644 --- a/pinot-broker/pom.xml +++ b/pinot-broker/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-broker diff --git a/pinot-clients/pinot-java-client/pom.xml b/pinot-clients/pinot-java-client/pom.xml index ba43afe3628..57b3d28b1e3 100644 --- a/pinot-clients/pinot-java-client/pom.xml +++ b/pinot-clients/pinot-java-client/pom.xml @@ -24,7 +24,7 @@ pinot-clients org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-java-client diff --git a/pinot-clients/pinot-jdbc-client/pom.xml b/pinot-clients/pinot-jdbc-client/pom.xml index 881e9cf7bd6..3712ad853b3 100644 --- a/pinot-clients/pinot-jdbc-client/pom.xml +++ b/pinot-clients/pinot-jdbc-client/pom.xml @@ -24,7 +24,7 @@ pinot-clients org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-jdbc-client diff --git a/pinot-clients/pom.xml b/pinot-clients/pom.xml index a70d5050195..a00a5b91925 100644 --- a/pinot-clients/pom.xml +++ b/pinot-clients/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-clients diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml index 0c606206eb8..de54e05afe2 100644 --- a/pinot-common/pom.xml +++ b/pinot-common/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-common diff --git a/pinot-compatibility-verifier/pom.xml b/pinot-compatibility-verifier/pom.xml index 870569657c0..73d8894dd0a 100644 --- a/pinot-compatibility-verifier/pom.xml +++ b/pinot-compatibility-verifier/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-compatibility-verifier diff --git a/pinot-connectors/pinot-flink-connector/pom.xml b/pinot-connectors/pinot-flink-connector/pom.xml index 0ce7e07e8c2..b5a144bae67 100644 --- a/pinot-connectors/pinot-flink-connector/pom.xml +++ b/pinot-connectors/pinot-flink-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.pinot pinot-connectors - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-flink-connector diff --git a/pinot-connectors/pinot-spark-connector/pom.xml b/pinot-connectors/pinot-spark-connector/pom.xml index a4fac7be1b7..44f74a88bf3 100644 --- a/pinot-connectors/pinot-spark-connector/pom.xml +++ b/pinot-connectors/pinot-spark-connector/pom.xml @@ -24,7 +24,7 @@ pinot-connectors org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-spark-connector diff --git a/pinot-connectors/pom.xml b/pinot-connectors/pom.xml index 9edb372c324..6b10e6a462a 100644 --- a/pinot-connectors/pom.xml +++ b/pinot-connectors/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 c87058b0389..711a40bbbf3 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pinot-common-jdk8/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pinot-common-jdk8/pom.xml @@ -25,7 +25,7 @@ prestodb-pinot-dependencies org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 552fbb692f1..99139e30a81 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 @@ -25,7 +25,7 @@ prestodb-pinot-dependencies org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 0139e70677d..b882f1f1089 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 @@ -26,7 +26,7 @@ prestodb-pinot-dependencies org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 6568b753180..f891e13a2d6 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pinot-spi-jdk8/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pinot-spi-jdk8/pom.xml @@ -25,7 +25,7 @@ prestodb-pinot-dependencies org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-connectors/prestodb-pinot-dependencies/pom.xml b/pinot-connectors/prestodb-pinot-dependencies/pom.xml index cbbbc08a393..8dae9048da1 100644 --- a/pinot-connectors/prestodb-pinot-dependencies/pom.xml +++ b/pinot-connectors/prestodb-pinot-dependencies/pom.xml @@ -25,7 +25,7 @@ pinot-connectors org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 bfc1a1b6226..30cb0df38be 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.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml index 8f205eebe56..e5e598c7965 100644 --- a/pinot-controller/pom.xml +++ b/pinot-controller/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-controller diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml index b2be6d54387..c9ae8689544 100644 --- a/pinot-core/pom.xml +++ b/pinot-core/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-core diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml index b4b140c376e..576abeaa68d 100644 --- a/pinot-distribution/pom.xml +++ b/pinot-distribution/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-distribution diff --git a/pinot-integration-test-base/pom.xml b/pinot-integration-test-base/pom.xml index 10c1fa858fc..a3e2a95a161 100644 --- a/pinot-integration-test-base/pom.xml +++ b/pinot-integration-test-base/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-integration-test-base diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml index 3b833ef278f..ed9ab644603 100644 --- a/pinot-integration-tests/pom.xml +++ b/pinot-integration-tests/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-integration-tests diff --git a/pinot-minion/pom.xml b/pinot-minion/pom.xml index c4f8d80a6d9..ffee66129d4 100644 --- a/pinot-minion/pom.xml +++ b/pinot-minion/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-minion diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml index db608560f81..5ad8bc2faa3 100644 --- a/pinot-perf/pom.xml +++ b/pinot-perf/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 0f8d2f9aa9a..f144c087624 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 @@ -24,7 +24,7 @@ pinot-batch-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 2d43b32ed45..5c1cb0f58ef 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 @@ -24,7 +24,7 @@ pinot-batch-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 d70ca9c4ade..6de2b927a76 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 @@ -24,7 +24,7 @@ pinot-batch-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 bc716aa678c..094e61434ce 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 @@ -24,7 +24,7 @@ pinot-batch-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 0b0e5ee886d..103565e1f10 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 @@ -24,7 +24,7 @@ pinot-batch-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-batch-ingestion/pom.xml b/pinot-plugins/pinot-batch-ingestion/pom.xml index c5751998b77..9123a1f6839 100644 --- a/pinot-plugins/pinot-batch-ingestion/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 32f3feb4187..7ae8de88471 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 @@ -24,7 +24,7 @@ v0_deprecated org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-hadoop 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 b5f2bd476eb..71ee5e52be7 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 @@ -24,7 +24,7 @@ v0_deprecated org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 6e24c324243..eb9c9e05985 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 @@ -24,7 +24,7 @@ v0_deprecated org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-spark diff --git a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml index a6a52ed28cb..1be8131da6e 100644 --- a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml @@ -24,7 +24,7 @@ pinot-batch-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-environment/pinot-azure/pom.xml b/pinot-plugins/pinot-environment/pinot-azure/pom.xml index fc4ff5c1b92..038dd7a8d00 100644 --- a/pinot-plugins/pinot-environment/pinot-azure/pom.xml +++ b/pinot-plugins/pinot-environment/pinot-azure/pom.xml @@ -24,7 +24,7 @@ pinot-environment org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-azure diff --git a/pinot-plugins/pinot-environment/pom.xml b/pinot-plugins/pinot-environment/pom.xml index 7beb09f8a7e..6be25812f15 100644 --- a/pinot-plugins/pinot-environment/pom.xml +++ b/pinot-plugins/pinot-environment/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index 179bedd82ca..8d7e657d0d1 100644 --- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml @@ -24,7 +24,7 @@ pinot-file-system org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 ad4ab39ec3a..d19e6eec068 100644 --- a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml @@ -24,7 +24,7 @@ pinot-file-system org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml index a8f3ea2d483..3b6f9848143 100644 --- a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml @@ -24,7 +24,7 @@ pinot-file-system org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 384dd00b13e..fe86bfd4c17 100644 --- a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml @@ -24,7 +24,7 @@ pinot-file-system org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-file-system/pom.xml b/pinot-plugins/pinot-file-system/pom.xml index d7da2c4c5bf..fcde6898bec 100644 --- a/pinot-plugins/pinot-file-system/pom.xml +++ b/pinot-plugins/pinot-file-system/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 61663463d46..208eaa9408e 100644 --- a/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml index a26c88742f0..d9982bcba42 100644 --- a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 1a985e291bf..8e0ebb1ca3c 100644 --- a/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml index e6650250b8d..29c02acd9a7 100644 --- a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-input-format/pinot-json/pom.xml b/pinot-plugins/pinot-input-format/pinot-json/pom.xml index 924df68c1a0..06f1c5c84f0 100644 --- a/pinot-plugins/pinot-input-format/pinot-json/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-json/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml index 0a9f1c05776..035e74c7d67 100644 --- a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml index 9de0efc5d3a..453fb7652c3 100644 --- a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml index eb71413a6d8..a451c922222 100644 --- a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml index deca85dc6e3..e516813498d 100644 --- a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml @@ -24,7 +24,7 @@ pinot-input-format org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-input-format/pom.xml b/pinot-plugins/pinot-input-format/pom.xml index a4aba9420b2..3277a616132 100644 --- a/pinot-plugins/pinot-input-format/pom.xml +++ b/pinot-plugins/pinot-input-format/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml index edfe0bedd32..d7d859906bc 100644 --- a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml +++ b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml @@ -24,7 +24,7 @@ pinot-metrics org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml index 2f3626a85e3..38010e85563 100644 --- a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml +++ b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml @@ -24,7 +24,7 @@ pinot-metrics org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-metrics/pom.xml b/pinot-plugins/pinot-metrics/pom.xml index 31d89a49ffd..e1a6689137d 100644 --- a/pinot-plugins/pinot-metrics/pom.xml +++ b/pinot-plugins/pinot-metrics/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 00d41c10dcc..06db62f401b 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 @@ -24,7 +24,7 @@ pinot-minion-tasks org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-minion-tasks/pom.xml b/pinot-plugins/pinot-minion-tasks/pom.xml index 0a1a7f16574..7c8c688d8d2 100644 --- a/pinot-plugins/pinot-minion-tasks/pom.xml +++ b/pinot-plugins/pinot-minion-tasks/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 737306681ae..dad1071dc30 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 @@ -24,7 +24,7 @@ pinot-segment-uploader org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-segment-uploader/pom.xml b/pinot-plugins/pinot-segment-uploader/pom.xml index 7ee7869e5f6..f9c6eef84a0 100644 --- a/pinot-plugins/pinot-segment-uploader/pom.xml +++ b/pinot-plugins/pinot-segment-uploader/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 6cb72243d6f..798bac3e259 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 @@ -24,7 +24,7 @@ pinot-segment-writer org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-segment-writer/pom.xml b/pinot-plugins/pinot-segment-writer/pom.xml index 3a34a4272f7..19bbadbd8ff 100644 --- a/pinot-plugins/pinot-segment-writer/pom.xml +++ b/pinot-plugins/pinot-segment-writer/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 434b51cadf7..e9e3de7720e 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 @@ -24,7 +24,7 @@ pinot-stream-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 99c4506625a..17149d961fd 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 @@ -24,7 +24,7 @@ pinot-stream-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. 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 1e2fed637d1..73945138dc8 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml @@ -24,7 +24,7 @@ pinot-stream-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml index ed96393a1d6..575f7e35a23 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml @@ -24,7 +24,7 @@ pinot-stream-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml index d1619faed3f..5a0ea88ad3d 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml @@ -24,7 +24,7 @@ pinot-stream-ingestion org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. diff --git a/pinot-plugins/pinot-stream-ingestion/pom.xml b/pinot-plugins/pinot-stream-ingestion/pom.xml index cc15d8fcc77..cc49eb07e7e 100644 --- a/pinot-plugins/pinot-stream-ingestion/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pom.xml @@ -24,7 +24,7 @@ pinot-plugins org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-stream-ingestion diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml index 0fe0d035b10..0f5ba4b1747 100644 --- a/pinot-plugins/pom.xml +++ b/pinot-plugins/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-plugins diff --git a/pinot-query-planner/pom.xml b/pinot-query-planner/pom.xml index 55a31e57ccd..79ca6bce205 100644 --- a/pinot-query-planner/pom.xml +++ b/pinot-query-planner/pom.xml @@ -25,7 +25,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 pinot-query-planner Pinot Query Planner diff --git a/pinot-query-runtime/pom.xml b/pinot-query-runtime/pom.xml index eba4904b53b..9cf0af1f4de 100644 --- a/pinot-query-runtime/pom.xml +++ b/pinot-query-runtime/pom.xml @@ -25,7 +25,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 pinot-query-runtime Pinot Query Runtime diff --git a/pinot-segment-local/pom.xml b/pinot-segment-local/pom.xml index df216b39565..89a8d71fe34 100644 --- a/pinot-segment-local/pom.xml +++ b/pinot-segment-local/pom.xml @@ -25,7 +25,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-segment-local diff --git a/pinot-segment-spi/pom.xml b/pinot-segment-spi/pom.xml index 48acf74cdfa..cf5b03cafac 100644 --- a/pinot-segment-spi/pom.xml +++ b/pinot-segment-spi/pom.xml @@ -25,7 +25,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-segment-spi diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml index 6a4d4e3b2b4..9e82afe185e 100644 --- a/pinot-server/pom.xml +++ b/pinot-server/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-server diff --git a/pinot-spi/pom.xml b/pinot-spi/pom.xml index a62fa008b50..a94168aa740 100644 --- a/pinot-spi/pom.xml +++ b/pinot-spi/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-spi diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml index 1fc131c9086..0b422284481 100644 --- a/pinot-tools/pom.xml +++ b/pinot-tools/pom.xml @@ -24,7 +24,7 @@ pinot org.apache.pinot - 0.13.0-SNAPSHOT + 0.12.1 .. pinot-tools diff --git a/pom.xml b/pom.xml index 8c57db85538..48af91957d6 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.pinot pinot - 0.13.0-SNAPSHOT + 0.12.1 pom Pinot A realtime distributed OLAP datastore @@ -99,7 +99,7 @@ scm:git:git@github.com:apache/pinot.git - HEAD + release-0.12.1-rc0