Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.9.2-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfu0 committed Dec 15, 2021
1 parent 8349bbe commit 3e5e5ac
Show file tree
Hide file tree
Showing 63 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion pinot-broker/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-clients/pinot-java-client/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-clients</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-java-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-clients/pinot-jdbc-client/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-clients</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-jdbc-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-clients/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-clients</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-common/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-connectors/pinot-spark-connector/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-connectors</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-spark-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-connectors/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-connectors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-connectors/presto-pinot-driver/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<artifactId>pinot-connectors</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
</parent>

<name>Presto Pinot Driver</name>
Expand Down
2 changes: 1 addition & 1 deletion pinot-controller/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-core/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-distribution/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-integration-test-base/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-integration-test-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-integration-tests/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-minion/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-minion</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-perf/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-perf</artifactId>
Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-batch-ingestion/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-plugins</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-batch-ingestion</artifactId>
Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>v0_deprecated</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-hadoop</artifactId>
Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>v0_deprecated</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>v0_deprecated</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-spark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-batch-ingestion/v0_deprecated/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-batch-ingestion</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-environment/pinot-azure/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-environment</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-azure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-environment/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-plugins</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pinot-adls/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-file-system</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-adls</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pinot-gcs/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-file-system</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-file-system</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-hdfs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pinot-s3/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-file-system</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-file-system/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-plugins</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-avro/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-csv/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-json/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-orc/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-parquet/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-thrift/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-input-format</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-plugins</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-metrics</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-metrics/pinot-yammer/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-metrics</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-metrics/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>pinot-plugins</artifactId>
<groupId>org.apache.pinot</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pinot-metrics</artifactId>
Expand Down

0 comments on commit 3e5e5ac

Please sign in to comment.