This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new cb24cb7f936 update go:package_prefix to v2 (#15795)
cb24cb7f936 is described below
commit cb24cb7f936095452484520827cdac2887a608d3
Author: shuwenwei <[email protected]>
AuthorDate: Mon Jun 23 09:21:17 2025 +0800
update go:package_prefix to v2 (#15795)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 518a7e105d1..0f2cc724f15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1676,7 +1676,7 @@
</goals>
<phase>generate-sources</phase>
<configuration>
-
<generator>go:package_prefix=github.com/apache/iotdb-client-go/</generator>
+
<generator>go:package_prefix=github.com/apache/iotdb-client-go/v2/</generator>
<includes>**/common.thrift,**/client.thrift</includes>
<outputDirectory>${project.build.directory}/generated-sources-go</outputDirectory>
</configuration>