This is an automated email from the ASF dual-hosted git repository. shuwenwei pushed a commit to branch updateGoPackagePrefix in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5e2347e7e0a433b3390ade42cabfa225251f87ba Author: shuwenwei <[email protected]> AuthorDate: Fri Jun 20 16:48:05 2025 +0800 update go:package_prefix to v2 --- 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>
