You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by vv...@apache.org on 2024/02/29 17:22:11 UTC

(pinot) branch release-1.1.0-rc updated (7cec963a88 -> ce94496e2e)

This is an automated email from the ASF dual-hosted git repository.

vvivekiyer pushed a change to branch release-1.1.0-rc
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 7cec963a88 [maven-release-plugin] prepare for next development iteration
    omit 17e33d6cbf [maven-release-plugin] prepare release release-1.1.0-rc

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/release-1.1.0-rc (ce94496e2e)
            \
             O -- O -- O   (7cec963a88)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 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-connectors/pinot-flink-connector/pom.xml     |  6 ++-
 pinot-connectors/pinot-spark-2-connector/pom.xml   |  5 ++-
 pinot-connectors/pinot-spark-3-connector/pom.xml   |  5 ++-
 pinot-connectors/pinot-spark-common/pom.xml        |  5 ++-
 pinot-connectors/pom.xml                           |  6 ++-
 pinot-controller/pom.xml                           |  5 ++-
 pinot-core/pom.xml                                 |  5 ++-
 pinot-distribution/pom.xml                         |  9 +++--
 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/pom.xml          |  6 ++-
 .../pinot-batch-ingestion-standalone/pom.xml       |  6 ++-
 pinot-plugins/pinot-batch-ingestion/pom.xml        |  6 ++-
 .../pinot-environment/pinot-azure/pom.xml          |  6 ++-
 pinot-plugins/pinot-environment/pom.xml            |  6 ++-
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml |  5 ++-
 pinot-plugins/pinot-file-system/pinot-gcs/pom.xml  |  6 ++-
 pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml |  5 ++-
 pinot-plugins/pinot-file-system/pinot-s3/pom.xml   |  9 +++--
 pinot-plugins/pinot-file-system/pom.xml            |  6 ++-
 .../pinot-input-format/pinot-avro-base/pom.xml     |  5 ++-
 .../pinot-input-format/pinot-avro/pom.xml          |  5 ++-
 .../pinot-input-format/pinot-clp-log/pom.xml       |  5 ++-
 .../pinot-confluent-avro/pom.xml                   |  5 ++-
 pinot-plugins/pinot-input-format/pinot-csv/pom.xml |  5 ++-
 .../pinot-input-format/pinot-json/pom.xml          |  5 ++-
 pinot-plugins/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-plugins/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-stream-ingestion/pinot-kafka-2.0/pom.xml |  6 ++-
 .../pinot-kafka-base/pom.xml                       |  6 ++-
 .../pinot-stream-ingestion/pinot-kinesis/pom.xml   | 12 ++++--
 .../pinot-stream-ingestion/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                                            | 11 +++---
 66 files changed, 262 insertions(+), 162 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org