This is an automated email from the ASF dual-hosted git repository. jamesshao pushed a commit to branch upsert in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit df8e3a8e5f536e431c05b0931c85eb0050d4b93a Author: Uber Jenkins <[email protected]> AuthorDate: Wed Oct 16 00:30:37 2019 +0000 [maven-release-plugin] prepare for next development iteration --- pinot-api/pom.xml | 2 +- pinot-azure-filesystem/pom.xml | 2 +- pinot-broker/pom.xml | 2 +- pinot-common/pom.xml | 2 +- pinot-connectors/pinot-connector-kafka-0.11/pom.xml | 2 +- pinot-connectors/pinot-connector-kafka-0.9/pom.xml | 2 +- pinot-connectors/pom.xml | 2 +- pinot-controller/pom.xml | 2 +- pinot-core/pom.xml | 2 +- pinot-distribution/pom.xml | 2 +- pinot-grigio/pinot-grigio-common/pom.xml | 2 +- pinot-grigio/pinot-grigio-coordinator/pom.xml | 2 +- pinot-grigio/pom.xml | 2 +- pinot-hadoop-filesystem/pom.xml | 2 +- pinot-hadoop/pom.xml | 2 +- pinot-integration-tests/pom.xml | 2 +- pinot-minion/pom.xml | 2 +- pinot-orc/pom.xml | 2 +- pinot-parquet/pom.xml | 2 +- pinot-perf/pom.xml | 2 +- pinot-server/pom.xml | 4 ++-- pinot-tools/pom.xml | 2 +- pinot-transport/pom.xml | 2 +- pom.xml | 4 ++-- 24 files changed, 26 insertions(+), 26 deletions(-) diff --git a/pinot-api/pom.xml b/pinot-api/pom.xml index 8dac9f6..f26d749 100644 --- a/pinot-api/pom.xml +++ b/pinot-api/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-api</artifactId> <name>Pinot API</name> diff --git a/pinot-azure-filesystem/pom.xml b/pinot-azure-filesystem/pom.xml index b01f8e4..7f3e432 100644 --- a/pinot-azure-filesystem/pom.xml +++ b/pinot-azure-filesystem/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-azure-filesystem</artifactId> <name>Pinot Azure Filesystem</name> diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml index d78368a..36d6eb1 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-broker</artifactId> <name>Pinot Broker</name> diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml index 9886aa5..1939448 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-common</artifactId> <name>Pinot Common</name> diff --git a/pinot-connectors/pinot-connector-kafka-0.11/pom.xml b/pinot-connectors/pinot-connector-kafka-0.11/pom.xml index cac22df..2e9b3f6 100644 --- a/pinot-connectors/pinot-connector-kafka-0.11/pom.xml +++ b/pinot-connectors/pinot-connector-kafka-0.11/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>pinot-connectors</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pinot-connectors/pinot-connector-kafka-0.9/pom.xml b/pinot-connectors/pinot-connector-kafka-0.9/pom.xml index 7218380..f63166c 100644 --- a/pinot-connectors/pinot-connector-kafka-0.9/pom.xml +++ b/pinot-connectors/pinot-connector-kafka-0.9/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>pinot-connectors</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pinot-connectors/pom.xml b/pinot-connectors/pom.xml index 3bd9cc2..4784801 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-connectors</artifactId> diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml index 68358c0..9a326a3 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-controller</artifactId> <name>Pinot Controller</name> diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml index 0d1ae93..b949eaf 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-core</artifactId> <name>Pinot Core</name> diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml index 87d674b..49e3d9c 100644 --- a/pinot-distribution/pom.xml +++ b/pinot-distribution/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-distribution</artifactId> <name>Pinot Distribution</name> diff --git a/pinot-grigio/pinot-grigio-common/pom.xml b/pinot-grigio/pinot-grigio-common/pom.xml index 107853e..82f3570 100644 --- a/pinot-grigio/pinot-grigio-common/pom.xml +++ b/pinot-grigio/pinot-grigio-common/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>pinot-grigio</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pinot-grigio/pinot-grigio-coordinator/pom.xml b/pinot-grigio/pinot-grigio-coordinator/pom.xml index 26d4f90..3857d92 100644 --- a/pinot-grigio/pinot-grigio-coordinator/pom.xml +++ b/pinot-grigio/pinot-grigio-coordinator/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>pinot-grigio</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pinot-grigio/pom.xml b/pinot-grigio/pom.xml index 874606e..5ac6c5a 100644 --- a/pinot-grigio/pom.xml +++ b/pinot-grigio/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pinot-grigio</artifactId> diff --git a/pinot-hadoop-filesystem/pom.xml b/pinot-hadoop-filesystem/pom.xml index ff45d60..e130a69 100644 --- a/pinot-hadoop-filesystem/pom.xml +++ b/pinot-hadoop-filesystem/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-hadoop-filesystem</artifactId> <name>Pinot Hadoop Filesystem</name> diff --git a/pinot-hadoop/pom.xml b/pinot-hadoop/pom.xml index 8503e22..2be8498 100644 --- a/pinot-hadoop/pom.xml +++ b/pinot-hadoop/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-hadoop</artifactId> <name>Pinot Hadoop</name> diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml index c87e0e7..46ac371 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.2.2.5.43</version> + <version>0.2.2.5.44-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 e7b0f64..4d37500 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-minion</artifactId> <name>Pinot Minion</name> diff --git a/pinot-orc/pom.xml b/pinot-orc/pom.xml index 08ba6a7..2e8672a 100644 --- a/pinot-orc/pom.xml +++ b/pinot-orc/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pinot-parquet/pom.xml b/pinot-parquet/pom.xml index e44ae00..690924a 100644 --- a/pinot-parquet/pom.xml +++ b/pinot-parquet/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml index 43ffc02..113d974 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-perf</artifactId> <name>Pinot Perf</name> diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml index 2ae24d7..c5d394b 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-server</artifactId> <name>Pinot Server</name> @@ -68,7 +68,7 @@ <dependency> <groupId>org.apache.pinot</groupId> <artifactId>pinot-grigio-common</artifactId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.pinot</groupId> diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml index e49075e..4078c18 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.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-tools</artifactId> <name>Pinot Tools</name> diff --git a/pinot-transport/pom.xml b/pinot-transport/pom.xml index 14954aa..7b31dd0 100644 --- a/pinot-transport/pom.xml +++ b/pinot-transport/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>pinot</artifactId> <groupId>org.apache.pinot</groupId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> </parent> <artifactId>pinot-transport</artifactId> <name>Pinot Transport</name> diff --git a/pom.xml b/pom.xml index 5c1e255..5e4d1d0 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.pinot</groupId> <artifactId>pinot</artifactId> - <version>0.2.2.5.43</version> + <version>0.2.2.5.44-SNAPSHOT</version> <packaging>pom</packaging> <name>Pinot</name> <description>A realtime distributed OLAP datastore</description> @@ -96,7 +96,7 @@ <scm> <developerConnection>scm:git:[email protected]:data/pinot</developerConnection> - <tag>pinot-0.2.2.5.43</tag> + <tag>pinot-0.1.076-SNAPSHOT</tag> </scm> <distributionManagement> <repository> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
