This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch release-0.7.1-rc
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/release-0.7.1-rc by this push:
new 2b7ef92 [maven-release-plugin] prepare for next development iteration
2b7ef92 is described below
commit 2b7ef9258277e6096fffe76502aad9a290d7d3a2
Author: Xiang Fu <[email protected]>
AuthorDate: Wed Apr 7 09:57:02 2021 -0700
[maven-release-plugin] prepare for next development iteration
---
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-connectors/pinot-spark-connector/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-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/pom.xml | 2 +-
.../pinot-batch-ingestion/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-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml | 2 +-
pinot-plugins/pinot-batch-ingestion/v0_deprecated/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-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/pom.xml | 2 +-
pinot-plugins/pom.xml | 2 +-
pinot-server/pom.xml | 2 +-
pinot-spi/pom.xml | 2 +-
pinot-tools/pom.xml | 2 +-
pom.xml | 4 ++--
46 files changed, 47 insertions(+), 47 deletions(-)
diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml
index 40f3398..6e4c9e7 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>0.7.1</version>
+ <version>0.8.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 599a32c..29a846c 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>0.7.1</version>
+ <version>0.8.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 9509e06..489a427 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-jdbc-client</artifactId>
diff --git a/pinot-clients/pom.xml b/pinot-clients/pom.xml
index 981918e..7931604 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-clients</artifactId>
diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml
index ac4c698..71ca262 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-common</artifactId>
diff --git a/pinot-connectors/pinot-spark-connector/pom.xml
b/pinot-connectors/pinot-spark-connector/pom.xml
index 8b7ea97..8db481d 100644
--- a/pinot-connectors/pinot-spark-connector/pom.xml
+++ b/pinot-connectors/pinot-spark-connector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-connectors</artifactId>
<groupId>org.apache.pinot</groupId>
- <version>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-spark-connector</artifactId>
diff --git a/pinot-connectors/pom.xml b/pinot-connectors/pom.xml
index 2cde24c..51a5f4a 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-connectors</artifactId>
diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index 2b3fb54..4029842 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-controller</artifactId>
diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml
index 665a9a6..2b8d329 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-core</artifactId>
diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml
index df83c5b..e189614 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-distribution</artifactId>
diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml
index 0932a10..8c3377b 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-integration-tests</artifactId>
diff --git a/pinot-minion/pom.xml b/pinot-minion/pom.xml
index 6488a41..f68e467 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-minion</artifactId>
diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml
index 254f93b..d76b630 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>0.7.1</version>
+ <version>0.8.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 276f0ba..e638505 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>0.7.1</version>
+ <version>0.8.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 74bb2fe..a5e69b7 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git
a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/pom.xml
b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/pom.xml
index 954e077..9c3e4cd 100644
--- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/pom.xml
+++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
- <version>0.7.1</version>
+ <version>0.8.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 ea71cfb..2faec23 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>0.7.1</version>
+ <version>0.8.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 2430fdc..1566bc2 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-batch-ingestion</artifactId>
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 a423511..a1a0df6 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 @@
<parent>
<artifactId>v0_deprecated</artifactId>
<groupId>org.apache.pinot</groupId>
- <version>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-hadoop</artifactId>
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 2501ed8..b7f525c 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 @@
<parent>
<artifactId>v0_deprecated</artifactId>
<groupId>org.apache.pinot</groupId>
- <version>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
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 d54a139..a5d73bc 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 @@
<parent>
<artifactId>v0_deprecated</artifactId>
<groupId>org.apache.pinot</groupId>
- <version>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-spark</artifactId>
diff --git a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml
b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml
index f12ce07..8038502 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 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
- <version>0.7.1</version>
+ <version>0.8.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 f7ed256..55ecd0b 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>0.7.1</version>
+ <version>0.8.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 fb73e4e..f7d56de 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>0.7.1</version>
+ <version>0.8.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 0841eb9..9dd8d79 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>0.7.1</version>
+ <version>0.8.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 2092d85..731cf5e 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>0.7.1</version>
+ <version>0.8.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 def8983..5e63707 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>0.7.1</version>
+ <version>0.8.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 1f6cdea..b9bf3f7 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>0.7.1</version>
+ <version>0.8.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 0b95d83..af22158 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>0.7.1</version>
+ <version>0.8.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 8bf5d1e..ecb94b5 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>0.7.1</version>
+ <version>0.8.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 d484419..83404ef 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>0.7.1</version>
+ <version>0.8.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 7774d31..d303418 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>0.7.1</version>
+ <version>0.8.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 35f30ba..05a509d 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>0.7.1</version>
+ <version>0.8.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 312ca0d..998cd28 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>0.7.1</version>
+ <version>0.8.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 bebf6cb..04ed0fb 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>0.7.1</version>
+ <version>0.8.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 028170c..ef9aa9d 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>0.7.1</version>
+ <version>0.8.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 8b5f7bb..e5d22c2 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
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 0555fd9..62682d6 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 @@
<parent>
<artifactId>pinot-stream-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
- <version>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
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 777aae7..f2c96e8 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 @@
<parent>
<artifactId>pinot-stream-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
- <version>0.7.1</version>
+ <version>0.8.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 8527cda..e842c8b 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>0.7.1</version>
+ <version>0.8.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 f1922d5..1e17359 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-stream-ingestion</artifactId>
diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml
index 8285a43..f91ac4e 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-plugins</artifactId>
diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml
index a7fa7b5..4f8fd61 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-server</artifactId>
diff --git a/pinot-spi/pom.xml b/pinot-spi/pom.xml
index 5ae424e..13462e0 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-spi</artifactId>
diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index 8ac0619..549693c 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>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-tools</artifactId>
diff --git a/pom.xml b/pom.xml
index 588eb87..8f3d418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.pinot</groupId>
<artifactId>pinot</artifactId>
- <version>0.7.1</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Pinot</name>
<description>A realtime distributed OLAP datastore</description>
@@ -91,7 +91,7 @@
<scm>
<developerConnection>scm:git:[email protected]:apache/incubator-pinot.git</developerConnection>
- <tag>release-0.7.1-rc0</tag>
+ <tag>HEAD</tag>
</scm>
<!-- Apache project inception year for generating correct NOTICE file for
jar bundle. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]