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

xiangfu0 pushed a commit to branch release-1.5.1
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit b5f7e61efe0f320e7a6460e1f9a26fd677a0fcad
Author: Xiang Fu <[email protected]>
AuthorDate: Sun May 31 15:04:03 2026 -0700

    Prepare release-1.5.1: patch CVEs and set version to 1.5.1-SNAPSHOT
    
    Branch cut from the release-1.5.0 tag for a security patch release.
    
    CVE fixes (ref apache/pinot#18593):
    - netty 4.1.122.Final -> 4.1.134.Final
      (CVE-2025-55163, CVE-2025-59419, CVE-2026-33870, CVE-2026-33871,
       CVE-2026-42579, CVE-2026-42583, CVE-2026-42584, CVE-2026-42587)
    - log4j 2.25.3 -> 2.26.0
      (CVE-2026-34478, CVE-2026-34479, CVE-2026-34480, CVE-2026-34481)
    - async-http-client 3.0.7 -> 3.0.10 (CVE-2026-45300)
    - httpclient5 5.6 -> 5.6.1 (CVE-2026-40542)
    
    Known exception: Jetty CVE-2026-2332 is not addressed. The Jetty 9.4.x
    branch is EOL with patched=None (advisory GHSA-355h-qmc2-wpwf); only
    Jetty 12.0.33/12.1.7 are fixed. The jetty deps here are managed versions
    for the optional Hadoop/Spark/Pulsar plugins only; Pinot's HTTP layer
    uses Grizzly/Jersey. Closing it requires a Jetty 9->12 migration, out of
    scope for a patch release.
    
    Verified with a full `mvn clean install -DskipTests` (80 modules,
    DependencyConvergence + BannedDependencies enforcer rules pass).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
---
 pinot-broker/pom.xml                                         |  2 +-
 pinot-clients/pinot-cli/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-dependency-verifier/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-plugins/assembly-descriptor/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/pom.xml                    |  2 +-
 .../pinot-batch-ingestion-spark-base/pom.xml                 |  2 +-
 .../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-arrow/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-input-format/pinot-confluent-avro/pom.xml          |  2 +-
 .../pinot-input-format/pinot-confluent-json/pom.xml          |  2 +-
 .../pinot-input-format/pinot-confluent-protobuf/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-compound-metrics/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-3.0/pom.xml |  2 +-
 pinot-plugins/pinot-stream-ingestion/pinot-kafka-4.0/pom.xml |  2 +-
 .../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-timeseries-lang/pinot-timeseries-m3ql/pom.xml      |  2 +-
 pinot-plugins/pinot-timeseries-lang/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-timeseries/pinot-timeseries-planner/pom.xml            |  2 +-
 pinot-timeseries/pinot-timeseries-spi/pom.xml                |  2 +-
 pinot-timeseries/pom.xml                                     |  2 +-
 pinot-tools/pom.xml                                          |  2 +-
 pinot-udf-test/pom.xml                                       |  2 +-
 pom.xml                                                      | 12 ++++++------
 80 files changed, 85 insertions(+), 85 deletions(-)

diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml
index 1c15c6859fa..c2ec7cc0703 100644
--- a/pinot-broker/pom.xml
+++ b/pinot-broker/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-broker</artifactId>
   <name>Pinot Broker</name>
diff --git a/pinot-clients/pinot-cli/pom.xml b/pinot-clients/pinot-cli/pom.xml
index 05315ded6c9..ab801cc1e8e 100644
--- a/pinot-clients/pinot-cli/pom.xml
+++ b/pinot-clients/pinot-cli/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-clients</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-cli</artifactId>
   <name>Pinot CLI</name>
diff --git a/pinot-clients/pinot-java-client/pom.xml 
b/pinot-clients/pinot-java-client/pom.xml
index 0d6b7a03376..6597a675d9a 100644
--- a/pinot-clients/pinot-java-client/pom.xml
+++ b/pinot-clients/pinot-java-client/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-clients</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-java-client</artifactId>
   <name>Pinot Java Client</name>
diff --git a/pinot-clients/pinot-jdbc-client/pom.xml 
b/pinot-clients/pinot-jdbc-client/pom.xml
index bf496df6273..e1ebf03bc20 100644
--- a/pinot-clients/pinot-jdbc-client/pom.xml
+++ b/pinot-clients/pinot-jdbc-client/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-clients</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-jdbc-client</artifactId>
   <name>Pinot JDBC Client</name>
diff --git a/pinot-clients/pom.xml b/pinot-clients/pom.xml
index b26109ae524..5f29aa58231 100644
--- a/pinot-clients/pom.xml
+++ b/pinot-clients/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-clients</artifactId>
   <packaging>pom</packaging>
diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml
index 859f9a358ba..a828506fc9c 100644
--- a/pinot-common/pom.xml
+++ b/pinot-common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-common</artifactId>
   <name>Pinot Common</name>
diff --git a/pinot-compatibility-verifier/pom.xml 
b/pinot-compatibility-verifier/pom.xml
index 0969e72c71e..0ff74e828e9 100644
--- a/pinot-compatibility-verifier/pom.xml
+++ b/pinot-compatibility-verifier/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-compatibility-verifier</artifactId>
   <name>Pinot Compatibility Verifier</name>
diff --git a/pinot-connectors/pinot-flink-connector/pom.xml 
b/pinot-connectors/pinot-flink-connector/pom.xml
index 8d0f0f1fabb..aec3b876aa4 100644
--- a/pinot-connectors/pinot-flink-connector/pom.xml
+++ b/pinot-connectors/pinot-flink-connector/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pinot</groupId>
     <artifactId>pinot-connectors</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-flink-connector</artifactId>
   <name>Pinot Flink Connector</name>
diff --git a/pinot-connectors/pinot-spark-2-connector/pom.xml 
b/pinot-connectors/pinot-spark-2-connector/pom.xml
index 59f08d5d328..f45b168324c 100644
--- a/pinot-connectors/pinot-spark-2-connector/pom.xml
+++ b/pinot-connectors/pinot-spark-2-connector/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-connectors</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-spark-2-connector</artifactId>
   <name>Pinot Spark 2 Connector</name>
diff --git a/pinot-connectors/pinot-spark-3-connector/pom.xml 
b/pinot-connectors/pinot-spark-3-connector/pom.xml
index 29db6ae20db..3e10a524432 100644
--- a/pinot-connectors/pinot-spark-3-connector/pom.xml
+++ b/pinot-connectors/pinot-spark-3-connector/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-connectors</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-spark-3-connector</artifactId>
   <name>Pinot Spark 3 Connector</name>
diff --git a/pinot-connectors/pinot-spark-common/pom.xml 
b/pinot-connectors/pinot-spark-common/pom.xml
index cbff281d986..79a0d3810cf 100644
--- a/pinot-connectors/pinot-spark-common/pom.xml
+++ b/pinot-connectors/pinot-spark-common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-connectors</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-spark-common</artifactId>
   <name>Pinot Spark Common</name>
diff --git a/pinot-connectors/pom.xml b/pinot-connectors/pom.xml
index b0cc43183a1..a7cd16889b2 100644
--- a/pinot-connectors/pom.xml
+++ b/pinot-connectors/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-connectors</artifactId>
   <packaging>pom</packaging>
diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index f08d95077ea..2a6fefebc8e 100644
--- a/pinot-controller/pom.xml
+++ b/pinot-controller/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-controller</artifactId>
   <name>Pinot Controller</name>
diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml
index f75abe9d9c6..8bd0c3957bc 100644
--- a/pinot-core/pom.xml
+++ b/pinot-core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-core</artifactId>
   <name>Pinot Core</name>
diff --git a/pinot-dependency-verifier/pom.xml 
b/pinot-dependency-verifier/pom.xml
index 6d9a82b1943..9afa8d5f4e3 100644
--- a/pinot-dependency-verifier/pom.xml
+++ b/pinot-dependency-verifier/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-dependency-verifier</artifactId>
   <name>Pinot Dependency Verifier</name>
diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml
index 7b07cc7c2bc..b9551b5a489 100644
--- a/pinot-distribution/pom.xml
+++ b/pinot-distribution/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-distribution</artifactId>
   <name>Pinot Distribution</name>
diff --git a/pinot-integration-test-base/pom.xml 
b/pinot-integration-test-base/pom.xml
index 743b82864d2..2fa2d7d9039 100644
--- a/pinot-integration-test-base/pom.xml
+++ b/pinot-integration-test-base/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-integration-test-base</artifactId>
   <name>Pinot Test Utils</name>
diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml
index 4dc05cc3935..9ffb7b25235 100644
--- a/pinot-integration-tests/pom.xml
+++ b/pinot-integration-tests/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-integration-tests</artifactId>
   <name>Pinot Integration Tests</name>
diff --git a/pinot-minion/pom.xml b/pinot-minion/pom.xml
index 27a1afa6245..effab9c9874 100644
--- a/pinot-minion/pom.xml
+++ b/pinot-minion/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-minion</artifactId>
   <name>Pinot Minion</name>
diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml
index 90ded901eab..4c255a5cb44 100644
--- a/pinot-perf/pom.xml
+++ b/pinot-perf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-perf</artifactId>
   <name>Pinot Perf</name>
diff --git a/pinot-plugins/assembly-descriptor/pom.xml 
b/pinot-plugins/assembly-descriptor/pom.xml
index 7eeedf267fc..eee41bc01ca 100644
--- a/pinot-plugins/assembly-descriptor/pom.xml
+++ b/pinot-plugins/assembly-descriptor/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pinot</groupId>
     <artifactId>pinot-plugins</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>assembly-descriptor</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 4e5dbb23725..01811189f23 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 @@
   <parent>
     <artifactId>pinot-batch-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-batch-ingestion-common</artifactId>
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 b8998c9faa1..ab55780a2ea 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 @@
   <parent>
     <artifactId>pinot-batch-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-batch-ingestion-hadoop</artifactId>
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 99335de6a0c..3e289587218 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 @@
   <parent>
     <artifactId>pinot-batch-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-batch-ingestion-spark-2.4</artifactId>
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 387ed5da6ac..84c141bdfdd 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
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-batch-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-batch-ingestion-spark-3</artifactId>
diff --git 
a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-base/pom.xml 
b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-base/pom.xml
index 238ff5b0f99..a7a8bb320d0 100644
--- 
a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-base/pom.xml
+++ 
b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-base/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-batch-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-batch-ingestion-spark-base</artifactId>
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 90a0518fbb5..078a92f5b4c 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 @@
   <parent>
     <artifactId>pinot-batch-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-batch-ingestion-standalone</artifactId>
diff --git a/pinot-plugins/pinot-batch-ingestion/pom.xml 
b/pinot-plugins/pinot-batch-ingestion/pom.xml
index a0f2067633c..a82ae57a9d4 100644
--- a/pinot-plugins/pinot-batch-ingestion/pom.xml
+++ b/pinot-plugins/pinot-batch-ingestion/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-batch-ingestion</artifactId>
   <packaging>pom</packaging>
diff --git a/pinot-plugins/pinot-environment/pinot-azure/pom.xml 
b/pinot-plugins/pinot-environment/pinot-azure/pom.xml
index 988633dca9b..74ed035d687 100644
--- a/pinot-plugins/pinot-environment/pinot-azure/pom.xml
+++ b/pinot-plugins/pinot-environment/pinot-azure/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-environment</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-azure</artifactId>
   <name>Pinot Azure Environment</name>
diff --git a/pinot-plugins/pinot-environment/pom.xml 
b/pinot-plugins/pinot-environment/pom.xml
index 9f33b24494b..7308b79c016 100644
--- a/pinot-plugins/pinot-environment/pom.xml
+++ b/pinot-plugins/pinot-environment/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-environment</artifactId>
diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml 
b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
index db175aff31a..d401ffdd3b3 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 @@
   <parent>
     <artifactId>pinot-file-system</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-adls</artifactId>
   <name>Pinot Azure Data Lake Storage</name>
diff --git a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml 
b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml
index 4e09e092976..f949a72f1f8 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 @@
   <parent>
     <artifactId>pinot-file-system</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-gcs</artifactId>
diff --git a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml 
b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml
index 62db0bc0186..84336337383 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 @@
   <parent>
     <artifactId>pinot-file-system</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-hdfs</artifactId>
   <name>Pinot Hadoop Filesystem</name>
diff --git a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml 
b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml
index 27b8c3540de..6f9b66a9a3c 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 @@
   <parent>
     <artifactId>pinot-file-system</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-s3</artifactId>
diff --git a/pinot-plugins/pinot-file-system/pom.xml 
b/pinot-plugins/pinot-file-system/pom.xml
index 549c8484a1a..a99e3526270 100644
--- a/pinot-plugins/pinot-file-system/pom.xml
+++ b/pinot-plugins/pinot-file-system/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-file-system</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-arrow/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-arrow/pom.xml
index 95053ae7e31..1e3b37b230d 100644
--- a/pinot-plugins/pinot-input-format/pinot-arrow/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-arrow/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-arrow</artifactId>
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 0a40aa67fdd..373db43b6f0 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-avro-base</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml
index 569bb3de4a1..8009e49f815 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-avro</artifactId>
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 8aa08fe9e62..c51aab68125 100644
--- a/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-clp-log</artifactId>
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 573ee3bffd5..45e5a1210e8 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-confluent-avro</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-confluent-json/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-confluent-json/pom.xml
index 9db1afc0468..a8f129e3594 100644
--- a/pinot-plugins/pinot-input-format/pinot-confluent-json/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-confluent-json/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-confluent-json</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-confluent-protobuf/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-confluent-protobuf/pom.xml
index 1fc9b3b3b0d..c9775f633a6 100644
--- a/pinot-plugins/pinot-input-format/pinot-confluent-protobuf/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-confluent-protobuf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-confluent-protobuf</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml
index dd38e85f431..052ffecca55 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-csv</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-json/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-json/pom.xml
index 6b2d52c66a4..5332efe95e5 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-json</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml
index 1b0956c610c..30762baaba6 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-orc</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml
index ba48e3534fd..3eab73e3a3c 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-parquet</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
index f58f2f97adc..16a3fcacb5b 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
 
diff --git a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml 
b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml
index 3a4e970bd74..b8687c4ac54 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 @@
   <parent>
     <artifactId>pinot-input-format</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-thrift</artifactId>
diff --git a/pinot-plugins/pinot-input-format/pom.xml 
b/pinot-plugins/pinot-input-format/pom.xml
index 4b6116146a6..cbcba96cf98 100644
--- a/pinot-plugins/pinot-input-format/pom.xml
+++ b/pinot-plugins/pinot-input-format/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-input-format</artifactId>
diff --git a/pinot-plugins/pinot-metrics/pinot-compound-metrics/pom.xml 
b/pinot-plugins/pinot-metrics/pinot-compound-metrics/pom.xml
index 032f9b00151..a5cac32722c 100644
--- a/pinot-plugins/pinot-metrics/pinot-compound-metrics/pom.xml
+++ b/pinot-plugins/pinot-metrics/pinot-compound-metrics/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-metrics</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-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 3b53996639c..53c1141d942 100644
--- a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml
+++ b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-metrics</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-dropwizard</artifactId>
diff --git a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml 
b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml
index 4bdc527e612..3324c79cd24 100644
--- a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml
+++ b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-metrics</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-yammer</artifactId>
diff --git a/pinot-plugins/pinot-metrics/pom.xml 
b/pinot-plugins/pinot-metrics/pom.xml
index daffcaab333..684b0e9b92e 100644
--- a/pinot-plugins/pinot-metrics/pom.xml
+++ b/pinot-plugins/pinot-metrics/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-metrics</artifactId>
   <packaging>pom</packaging>
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 16e6fe4bd4f..9a17d3102eb 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 @@
   <parent>
     <artifactId>pinot-minion-tasks</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-minion-builtin-tasks</artifactId>
diff --git a/pinot-plugins/pinot-minion-tasks/pom.xml 
b/pinot-plugins/pinot-minion-tasks/pom.xml
index 91b94678baa..af70d14e923 100644
--- a/pinot-plugins/pinot-minion-tasks/pom.xml
+++ b/pinot-plugins/pinot-minion-tasks/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-minion-tasks</artifactId>
   <packaging>pom</packaging>
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 ff4b16003f5..b6b6fb469c5 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 @@
   <parent>
     <artifactId>pinot-segment-uploader</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-segment-uploader-default</artifactId>
diff --git a/pinot-plugins/pinot-segment-uploader/pom.xml 
b/pinot-plugins/pinot-segment-uploader/pom.xml
index 0b77ae1c7b8..a55dc6a828b 100644
--- a/pinot-plugins/pinot-segment-uploader/pom.xml
+++ b/pinot-plugins/pinot-segment-uploader/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-segment-uploader</artifactId>
   <packaging>pom</packaging>
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 dc9b7202f43..e6f101abf20 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 @@
   <parent>
     <artifactId>pinot-segment-writer</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-segment-writer-file-based</artifactId>
diff --git a/pinot-plugins/pinot-segment-writer/pom.xml 
b/pinot-plugins/pinot-segment-writer/pom.xml
index de24f9f20df..7ec2f554e2c 100644
--- a/pinot-plugins/pinot-segment-writer/pom.xml
+++ b/pinot-plugins/pinot-segment-writer/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-segment-writer</artifactId>
   <packaging>pom</packaging>
diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-3.0/pom.xml 
b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-3.0/pom.xml
index 195da39fe01..032d25f01f8 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-3.0/pom.xml
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-3.0/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-stream-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-kafka-3.0</artifactId>
diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-4.0/pom.xml 
b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-4.0/pom.xml
index c567c67539b..05c2150ac9f 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-4.0/pom.xml
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-4.0/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-stream-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-kafka-4.0</artifactId>
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 5a63863831b..f4357fe61d9 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 @@
   <parent>
     <artifactId>pinot-stream-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-kafka-base</artifactId>
diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml 
b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml
index d3a76c6e3a1..b2b35fa1529 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 @@
   <parent>
     <artifactId>pinot-stream-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-kinesis</artifactId>
diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml 
b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
index 4a172af78a2..96af6a8af31 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 @@
   <parent>
     <artifactId>pinot-stream-ingestion</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-pulsar</artifactId>
diff --git a/pinot-plugins/pinot-stream-ingestion/pom.xml 
b/pinot-plugins/pinot-stream-ingestion/pom.xml
index 60d3bc974b6..8adb7b91bea 100644
--- a/pinot-plugins/pinot-stream-ingestion/pom.xml
+++ b/pinot-plugins/pinot-stream-ingestion/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot-plugins</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-stream-ingestion</artifactId>
   <packaging>pom</packaging>
diff --git a/pinot-plugins/pinot-timeseries-lang/pinot-timeseries-m3ql/pom.xml 
b/pinot-plugins/pinot-timeseries-lang/pinot-timeseries-m3ql/pom.xml
index ea356955f4f..9c050db8954 100644
--- a/pinot-plugins/pinot-timeseries-lang/pinot-timeseries-m3ql/pom.xml
+++ b/pinot-plugins/pinot-timeseries-lang/pinot-timeseries-m3ql/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pinot</groupId>
     <artifactId>pinot-timeseries-lang</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-timeseries-m3ql</artifactId>
diff --git a/pinot-plugins/pinot-timeseries-lang/pom.xml 
b/pinot-plugins/pinot-timeseries-lang/pom.xml
index 812c380361d..fe378d74b2a 100644
--- a/pinot-plugins/pinot-timeseries-lang/pom.xml
+++ b/pinot-plugins/pinot-timeseries-lang/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pinot</groupId>
     <artifactId>pinot-plugins</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-timeseries-lang</artifactId>
diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml
index dfd7a80c739..71af810fbdf 100644
--- a/pinot-plugins/pom.xml
+++ b/pinot-plugins/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-plugins</artifactId>
   <packaging>pom</packaging>
diff --git a/pinot-query-planner/pom.xml b/pinot-query-planner/pom.xml
index 82671a2cb08..c48301b6df3 100644
--- a/pinot-query-planner/pom.xml
+++ b/pinot-query-planner/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-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 dc66a2ab68d..7108229883c 100644
--- a/pinot-query-runtime/pom.xml
+++ b/pinot-query-runtime/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-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 686002130da..6f8a3770fca 100644
--- a/pinot-segment-local/pom.xml
+++ b/pinot-segment-local/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-segment-local</artifactId>
   <name>Pinot local segment implementations</name>
diff --git a/pinot-segment-spi/pom.xml b/pinot-segment-spi/pom.xml
index 05d75594120..b74a74ca883 100644
--- a/pinot-segment-spi/pom.xml
+++ b/pinot-segment-spi/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-segment-spi</artifactId>
   <name>Pinot Segment Service Provider Interface</name>
diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml
index 5a9d9be08ed..21359896ba5 100644
--- a/pinot-server/pom.xml
+++ b/pinot-server/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-server</artifactId>
   <name>Pinot Server</name>
diff --git a/pinot-spi/pom.xml b/pinot-spi/pom.xml
index fff1d8c77e7..2d2fc10c9df 100644
--- a/pinot-spi/pom.xml
+++ b/pinot-spi/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-spi</artifactId>
   <name>Pinot Service Provider Interface</name>
diff --git a/pinot-timeseries/pinot-timeseries-planner/pom.xml 
b/pinot-timeseries/pinot-timeseries-planner/pom.xml
index 62461b10939..6a0ecaf9613 100644
--- a/pinot-timeseries/pinot-timeseries-planner/pom.xml
+++ b/pinot-timeseries/pinot-timeseries-planner/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pinot</groupId>
     <artifactId>pinot-timeseries</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-timeseries-planner</artifactId>
diff --git a/pinot-timeseries/pinot-timeseries-spi/pom.xml 
b/pinot-timeseries/pinot-timeseries-spi/pom.xml
index bd73b8d8055..5f18c607384 100644
--- a/pinot-timeseries/pinot-timeseries-spi/pom.xml
+++ b/pinot-timeseries/pinot-timeseries-spi/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pinot</groupId>
     <artifactId>pinot-timeseries</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pinot-timeseries-spi</artifactId>
diff --git a/pinot-timeseries/pom.xml b/pinot-timeseries/pom.xml
index 4571802bdb5..7e750d570c3 100644
--- a/pinot-timeseries/pom.xml
+++ b/pinot-timeseries/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pinot</groupId>
     <artifactId>pinot</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
 
diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index 5d3a5c5a7da..addb048b953 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-tools</artifactId>
   <name>Pinot Tools</name>
diff --git a/pinot-udf-test/pom.xml b/pinot-udf-test/pom.xml
index 86b387412d1..de334b0555a 100644
--- a/pinot-udf-test/pom.xml
+++ b/pinot-udf-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>pinot</artifactId>
     <groupId>org.apache.pinot</groupId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>pinot-udf-test</artifactId>
   <name>Pinot UDF test</name>
diff --git a/pom.xml b/pom.xml
index 521dd683992..9308dd132f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.pinot</groupId>
   <artifactId>pinot</artifactId>
-  <version>1.5.0</version>
+  <version>1.5.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Pinot</name>
   <description>A realtime distributed OLAP datastore</description>
@@ -101,7 +101,7 @@
 
   <scm>
     
<developerConnection>scm:git:[email protected]:apache/pinot.git</developerConnection>
-    <tag>release-1.5.0-rc0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Apache project inception year for generating correct NOTICE file for 
jar bundle. -->
@@ -147,7 +147,7 @@
     <zkclient.version>0.11</zkclient.version>
     <jackson.version>2.21.1</jackson.version>
     <zookeeper.version>3.9.5</zookeeper.version>
-    <async-http-client.version>3.0.7</async-http-client.version>
+    <async-http-client.version>3.0.10</async-http-client.version>
     <jersey.version>2.47</jersey.version>
     <hk2.version>2.6.1</hk2.version>
     <swagger.version>1.6.16</swagger.version>
@@ -168,9 +168,9 @@
     <zstd-jni.version>1.5.7-7</zstd-jni.version>
     <lz4-java.version>1.8.0</lz4-java.version>
     <libthrift.verion>0.22.0</libthrift.verion>
-    <log4j.version>2.25.3</log4j.version>
+    <log4j.version>2.26.0</log4j.version>
     <slf4j.version>2.0.17</slf4j.version>
-    <netty.version>4.1.122.Final</netty.version>
+    <netty.version>4.1.134.Final</netty.version>
     <reactivestreams.version>1.0.4</reactivestreams.version>
     <jts.version>1.20.0</jts.version>
     <h3.version>4.4.0</h3.version>
@@ -233,7 +233,7 @@
     <!-- HTTP Components Libraries -->
     <httpclient.version>4.5.14</httpclient.version>
     <httpcore.version>4.4.16</httpcore.version>
-    <httpclient5.version>5.6</httpclient5.version>
+    <httpclient5.version>5.6.1</httpclient5.version>
     <httpcore5.version>5.4.2</httpcore5.version>
 
     <!-- Google Libraries -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to