This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch upgrade_thrift-maven-plugin_cpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 98369be9f58be921bbcdfb9e5602ad35b327976e
Author: HTHou <[email protected]>
AuthorDate: Thu Jul 18 17:49:29 2024 +0800

    upgrade thrift maven plugin for cpp client
---
 iotdb-client/client-cpp/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index d5999be9d5b..6aa597170f3 100644
--- a/iotdb-client/client-cpp/pom.xml
+++ b/iotdb-client/client-cpp/pom.xml
@@ -169,8 +169,8 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.thrift.tools</groupId>
-                <artifactId>maven-thrift-plugin</artifactId>
+                <groupId>org.apache.thrift</groupId>
+                <artifactId>thrift-maven-plugin</artifactId>
                 <executions>
                     <execution>
                         <id>generate-thrift-sources-cpp</id>

Reply via email to