This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch pinot-java-client-1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/pinot-java-client-1.0.0-bugfix by this push: new 089ad4806b [maven-release-plugin] prepare for next development iteration 089ad4806b is described below commit 089ad4806bcfd2184265af14f1c68e84fe3262ed Author: Xiang Fu <xiangfu.1...@gmail.com> AuthorDate: Sat Sep 16 20:59:35 2023 -0700 [maven-release-plugin] prepare for next development iteration --- pinot-clients/pinot-java-client/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinot-clients/pinot-java-client/pom.xml b/pinot-clients/pinot-java-client/pom.xml index 53ba76cb9f..8dc1d91d90 100644 --- a/pinot-clients/pinot-java-client/pom.xml +++ b/pinot-clients/pinot-java-client/pom.xml @@ -33,10 +33,10 @@ <properties> <pinot.root>${basedir}/../..</pinot.root> </properties> - <version>1.0.0-hotfix</version> + <version>1.0.1-hotfix-SNAPSHOT</version> <scm> <developerConnection>scm:git:g...@github.com:apache/pinot.git</developerConnection> - <tag>pinot-java-client-1.0.0-hotfix</tag> + <tag>release-1.0.0-pinot-java-client-bugfix</tag> </scm> <build> <plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org