This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 60d23ca97b Prepare for next development iteration (#12530) 60d23ca97b is described below commit 60d23ca97b1f82ecc3dd4970e084bf2a49cd6319 Author: Vivek Iyer Vaidyanathan <vviveki...@gmail.com> AuthorDate: Fri Mar 1 16:11:13 2024 -0800 Prepare for next development iteration (#12530) --- 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-2-connector/pom.xml | 2 +- pinot-connectors/pinot-spark-3-connector/pom.xml | 2 +- pinot-connectors/pinot-spark-common/pom.xml | 2 +- pinot-connectors/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/pinot-batch-ingestion-common/pom.xml | 2 +- .../pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml | 2 +- .../pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml | 2 +- .../pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml | 2 +- .../pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml | 2 +- pinot-plugins/pinot-batch-ingestion/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-clp-log/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-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml | 2 +- pinot-plugins/pinot-minion-tasks/pom.xml | 2 +- .../pinot-segment-uploader/pinot-segment-uploader-default/pom.xml | 2 +- pinot-plugins/pinot-segment-uploader/pom.xml | 2 +- .../pinot-segment-writer/pinot-segment-writer-file-based/pom.xml | 2 +- pinot-plugins/pinot-segment-writer/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 | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/contrib/pinot-fmpp-maven-plugin/pom.xml b/contrib/pinot-fmpp-maven-plugin/pom.xml index 94df4afc49..0fbdc44f48 100644 --- a/contrib/pinot-fmpp-maven-plugin/pom.xml +++ b/contrib/pinot-fmpp-maven-plugin/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml index d1b3a981b4..ccc20628d4 100644 --- a/pinot-broker/pom.xml +++ b/pinot-broker/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-broker</artifactId> diff --git a/pinot-clients/pinot-java-client/pom.xml b/pinot-clients/pinot-java-client/pom.xml index df86a9f4fb..58d8add75a 100644 --- a/pinot-clients/pinot-java-client/pom.xml +++ b/pinot-clients/pinot-java-client/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-clients</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-java-client</artifactId> diff --git a/pinot-clients/pinot-jdbc-client/pom.xml b/pinot-clients/pinot-jdbc-client/pom.xml index 0ceded3e92..c0fd34c9f8 100644 --- a/pinot-clients/pinot-jdbc-client/pom.xml +++ b/pinot-clients/pinot-jdbc-client/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-clients</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-jdbc-client</artifactId> diff --git a/pinot-clients/pom.xml b/pinot-clients/pom.xml index 0bb29c03d3..6d56b3d860 100644 --- a/pinot-clients/pom.xml +++ b/pinot-clients/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-clients</artifactId> diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml index d6708e59a3..795415d4b5 100644 --- a/pinot-common/pom.xml +++ b/pinot-common/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-common</artifactId> diff --git a/pinot-compatibility-verifier/pom.xml b/pinot-compatibility-verifier/pom.xml index f727a143ed..c96e0ff530 100644 --- a/pinot-compatibility-verifier/pom.xml +++ b/pinot-compatibility-verifier/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-compatibility-verifier</artifactId> diff --git a/pinot-connectors/pinot-flink-connector/pom.xml b/pinot-connectors/pinot-flink-connector/pom.xml index 3b6f3198b7..5a0e15e26e 100644 --- a/pinot-connectors/pinot-flink-connector/pom.xml +++ b/pinot-connectors/pinot-flink-connector/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.pinot</groupId> <artifactId>pinot-connectors</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-flink-connector</artifactId> diff --git a/pinot-connectors/pinot-spark-2-connector/pom.xml b/pinot-connectors/pinot-spark-2-connector/pom.xml index 5d0ea8964a..18a294fd89 100644 --- a/pinot-connectors/pinot-spark-2-connector/pom.xml +++ b/pinot-connectors/pinot-spark-2-connector/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-connectors</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-spark-2-connector</artifactId> diff --git a/pinot-connectors/pinot-spark-3-connector/pom.xml b/pinot-connectors/pinot-spark-3-connector/pom.xml index e2bce15b11..228e2a8e2c 100644 --- a/pinot-connectors/pinot-spark-3-connector/pom.xml +++ b/pinot-connectors/pinot-spark-3-connector/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-connectors</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-spark-3-connector</artifactId> diff --git a/pinot-connectors/pinot-spark-common/pom.xml b/pinot-connectors/pinot-spark-common/pom.xml index d3113b335c..0263e556a7 100644 --- a/pinot-connectors/pinot-spark-common/pom.xml +++ b/pinot-connectors/pinot-spark-common/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-connectors</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-spark-common</artifactId> diff --git a/pinot-connectors/pom.xml b/pinot-connectors/pom.xml index f6e070ab78..b365f2be95 100644 --- a/pinot-connectors/pom.xml +++ b/pinot-connectors/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-connectors</artifactId> diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml index 3d1b8cce54..b1af2fbdf3 100644 --- a/pinot-controller/pom.xml +++ b/pinot-controller/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-controller</artifactId> diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml index edc8f55d72..f92dc8412d 100644 --- a/pinot-core/pom.xml +++ b/pinot-core/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-core</artifactId> diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml index fb9caa4fc9..af5be1d237 100644 --- a/pinot-distribution/pom.xml +++ b/pinot-distribution/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-distribution</artifactId> diff --git a/pinot-integration-test-base/pom.xml b/pinot-integration-test-base/pom.xml index d734ca2eed..12b15481bd 100644 --- a/pinot-integration-test-base/pom.xml +++ b/pinot-integration-test-base/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-integration-test-base</artifactId> diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml index 2328b3a628..54bd8f6c82 100644 --- a/pinot-integration-tests/pom.xml +++ b/pinot-integration-tests/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-integration-tests</artifactId> diff --git a/pinot-minion/pom.xml b/pinot-minion/pom.xml index 51b6e16af2..bdb7ed1b46 100644 --- a/pinot-minion/pom.xml +++ b/pinot-minion/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-minion</artifactId> diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml index d032f7fd11..2711711a49 100644 --- a/pinot-perf/pom.xml +++ b/pinot-perf/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-perf</artifactId> 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 34f481bda8..e569bfdd97 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 @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-batch-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> 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 38433d5306..eb55e82f54 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 @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-batch-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> 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 2f9ab72ab9..6aab7d1bb7 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 @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-batch-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml index 3f5b574319..648446bd4f 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-batch-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> 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 33a9d70306..34b82ce0e7 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 @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-batch-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-batch-ingestion/pom.xml b/pinot-plugins/pinot-batch-ingestion/pom.xml index faed51339d..d9c49d1bab 100644 --- a/pinot-plugins/pinot-batch-ingestion/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-batch-ingestion</artifactId> diff --git a/pinot-plugins/pinot-environment/pinot-azure/pom.xml b/pinot-plugins/pinot-environment/pinot-azure/pom.xml index bd2ad69b04..3fa9df89ac 100644 --- a/pinot-plugins/pinot-environment/pinot-azure/pom.xml +++ b/pinot-plugins/pinot-environment/pinot-azure/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-environment</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-azure</artifactId> diff --git a/pinot-plugins/pinot-environment/pom.xml b/pinot-plugins/pinot-environment/pom.xml index ccb7e5e7ec..679406b436 100644 --- a/pinot-plugins/pinot-environment/pom.xml +++ b/pinot-plugins/pinot-environment/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index d9adaedfe1..97f79cc732 100644 --- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-file-system</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-adls</artifactId> diff --git a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml index aa04582ad5..30525f47ee 100644 --- a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-file-system</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml index 056be445d4..4ffe42900c 100644 --- a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-file-system</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-hdfs</artifactId> diff --git a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml index ea59dd98e4..428138fc28 100644 --- a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-file-system</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-file-system/pom.xml b/pinot-plugins/pinot-file-system/pom.xml index a67dc7a914..84cc95214d 100644 --- a/pinot-plugins/pinot-file-system/pom.xml +++ b/pinot-plugins/pinot-file-system/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> 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 5d7c78e512..71373664a0 100644 --- a/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml index 4a5cda4f27..63540fc056 100644 --- a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml b/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml index bea741d3fa..49bff523fd 100644 --- a/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> 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 caa905f450..cd21edb99b 100644 --- a/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml index 806ecc9a97..b1223abbf8 100644 --- a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pinot-json/pom.xml b/pinot-plugins/pinot-input-format/pinot-json/pom.xml index e6a4241b34..a39d8d29da 100644 --- a/pinot-plugins/pinot-input-format/pinot-json/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-json/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml index 027e20f004..66ddf3b28b 100644 --- a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml index 317eacc4e0..b72d06d104 100644 --- a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml index 6d23da3442..05d4b14149 100644 --- a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml index da99299696..de7f0f6a8f 100644 --- a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-input-format</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-input-format/pom.xml b/pinot-plugins/pinot-input-format/pom.xml index 4e215d052a..945ab08f6f 100644 --- a/pinot-plugins/pinot-input-format/pom.xml +++ b/pinot-plugins/pinot-input-format/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml index 6308f14d88..1fd60542c7 100644 --- a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml +++ b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-metrics</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml index b48a4ea9e0..46bebe926c 100644 --- a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml +++ b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-metrics</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-metrics/pom.xml b/pinot-plugins/pinot-metrics/pom.xml index 2d004922f6..c48abe6b9f 100644 --- a/pinot-plugins/pinot-metrics/pom.xml +++ b/pinot-plugins/pinot-metrics/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-metrics</artifactId> 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 37480ecb8c..287c832146 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 @@ -25,7 +25,7 @@ <parent> <artifactId>pinot-minion-tasks</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-minion-tasks/pom.xml b/pinot-plugins/pinot-minion-tasks/pom.xml index 1fdddbd805..1fa9759071 100644 --- a/pinot-plugins/pinot-minion-tasks/pom.xml +++ b/pinot-plugins/pinot-minion-tasks/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-minion-tasks</artifactId> 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 1e9b627dc1..f104c54178 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 @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-segment-uploader</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-segment-uploader/pom.xml b/pinot-plugins/pinot-segment-uploader/pom.xml index c61de73ae7..5a43c06ae0 100644 --- a/pinot-plugins/pinot-segment-uploader/pom.xml +++ b/pinot-plugins/pinot-segment-uploader/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-segment-uploader</artifactId> 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 31fb6d8080..697d952d66 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 @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-segment-writer</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-segment-writer/pom.xml b/pinot-plugins/pinot-segment-writer/pom.xml index c972070675..de4a000cae 100644 --- a/pinot-plugins/pinot-segment-writer/pom.xml +++ b/pinot-plugins/pinot-segment-writer/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-segment-writer</artifactId> 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 7ee33c3b7a..3925a70c66 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 @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-stream-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> 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 7b8d03187e..c3d663f064 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-stream-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml index 9c8f5cd282..18e653a6f7 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-stream-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml index 7a3ab65340..531460cdef 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-stream-ingestion</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pinot-plugins/pinot-stream-ingestion/pom.xml b/pinot-plugins/pinot-stream-ingestion/pom.xml index 52bd868594..f0e922e567 100644 --- a/pinot-plugins/pinot-stream-ingestion/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot-plugins</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-stream-ingestion</artifactId> diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml index 75aa7e871d..a1edbed934 100644 --- a/pinot-plugins/pom.xml +++ b/pinot-plugins/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-plugins</artifactId> diff --git a/pinot-query-planner/pom.xml b/pinot-query-planner/pom.xml index 2eeafe89f7..e04e9dc9de 100644 --- a/pinot-query-planner/pom.xml +++ b/pinot-query-planner/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>pinot-query-planner</artifactId> <name>Pinot Query Planner</name> diff --git a/pinot-query-runtime/pom.xml b/pinot-query-runtime/pom.xml index 1bac4f81dd..96695076d0 100644 --- a/pinot-query-runtime/pom.xml +++ b/pinot-query-runtime/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>pinot-query-runtime</artifactId> <name>Pinot Query Runtime</name> diff --git a/pinot-segment-local/pom.xml b/pinot-segment-local/pom.xml index 5b2e5e24c7..beb734a132 100644 --- a/pinot-segment-local/pom.xml +++ b/pinot-segment-local/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-segment-local</artifactId> diff --git a/pinot-segment-spi/pom.xml b/pinot-segment-spi/pom.xml index 69d98b36d5..4cf88afe9a 100644 --- a/pinot-segment-spi/pom.xml +++ b/pinot-segment-spi/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-segment-spi</artifactId> diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml index eb275ccd2c..1a7b181f36 100644 --- a/pinot-server/pom.xml +++ b/pinot-server/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-server</artifactId> diff --git a/pinot-spi/pom.xml b/pinot-spi/pom.xml index 8fbad57d1f..feb51bceea 100644 --- a/pinot-spi/pom.xml +++ b/pinot-spi/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-spi</artifactId> diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml index b201df02ee..02158c00f0 100644 --- a/pinot-tools/pom.xml +++ b/pinot-tools/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pinot-tools</artifactId> diff --git a/pom.xml b/pom.xml index affc9bb0ce..41a414341c 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.pinot</groupId> <artifactId>pinot</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Pinot</name> <description>A realtime distributed OLAP datastore</description> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org