This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch 1.0.0-bugfix
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/1.0.0-bugfix by this push:
new 5acc58d38c [maven-release-plugin] prepare release release-1.0.0-hotfix
5acc58d38c is described below
commit 5acc58d38c463e3d7860fba4d11db2bb3a8b9092
Author: Xiang Fu <[email protected]>
AuthorDate: Sat Sep 16 20:52:03 2023 -0700
[maven-release-plugin] prepare release release-1.0.0-hotfix
---
pinot-clients/pinot-java-client/pom.xml | 4 ++--
pinot-clients/pinot-jdbc-client/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pinot-clients/pinot-java-client/pom.xml
b/pinot-clients/pinot-java-client/pom.xml
index f96dd2b8dc..7e5fcb562c 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-SNAPSHOT</version>
+ <version>1.0.0-hotfix</version>
<scm>
<developerConnection>scm:git:[email protected]:apache/pinot.git</developerConnection>
- <tag>release-1.0.0-pinot-java-client-bugfix</tag>
+ <tag>release-1.0.0-hotfix</tag>
</scm>
<build>
<plugins>
diff --git a/pinot-clients/pinot-jdbc-client/pom.xml
b/pinot-clients/pinot-jdbc-client/pom.xml
index af192cfa90..5595139e2d 100644
--- a/pinot-clients/pinot-jdbc-client/pom.xml
+++ b/pinot-clients/pinot-jdbc-client/pom.xml
@@ -33,10 +33,10 @@
<properties>
<pinot.root>${basedir}/../..</pinot.root>
</properties>
- <version>1.0.0-hotfix-SNAPSHOT</version>
+ <version>1.0.0-hotfix</version>
<scm>
<developerConnection>scm:git:[email protected]:apache/pinot.git</developerConnection>
- <tag>release-1.0.0-pinot-jdbc-client-bugfix</tag>
+ <tag>release-1.0.0-hotfix</tag>
</scm>
<build>
<plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]