This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch cpp_client_supports_vs2026 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 1022c8add42eef2dfa05ce901daab14b05de3d2a Author: HTHou <[email protected]> AuthorDate: Tue Feb 24 23:05:13 2026 +0800 Cpp client supports visual studio 2026 --- .github/workflows/multi-language-client.yml | 2 +- example/client-cpp-example/pom.xml | 2 +- iotdb-client/client-cpp/pom.xml | 4 ++-- pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/multi-language-client.yml b/.github/workflows/multi-language-client.yml index 9ed5d0509c0..2cc38805023 100644 --- a/.github/workflows/multi-language-client.yml +++ b/.github/workflows/multi-language-client.yml @@ -45,7 +45,7 @@ jobs: fail-fast: false max-parallel: 15 matrix: - os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-latest, macos-latest] + os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-latest, windows-2025-vs2026, macos-latest] runs-on: ${{ matrix.os}} steps: diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index c73f12a55df..1905ea92500 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -128,7 +128,7 @@ </executions> </plugin> <plugin> - <groupId>com.googlecode.cmake-maven-project</groupId> + <groupId>io.github.cmake-maven-plugin</groupId> <artifactId>cmake-maven-plugin</artifactId> <executions> <execution> diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml index bf0f92204e4..79ec51956ff 100644 --- a/iotdb-client/client-cpp/pom.xml +++ b/iotdb-client/client-cpp/pom.xml @@ -202,7 +202,7 @@ </executions> </plugin> <plugin> - <groupId>com.googlecode.cmake-maven-project</groupId> + <groupId>io.github.cmake-maven-plugin</groupId> <artifactId>cmake-maven-plugin</artifactId> <executions> <!-- Uses a CMake generator to generate the build using the build tool of choice --> @@ -430,7 +430,7 @@ <build> <plugins> <plugin> - <groupId>com.googlecode.cmake-maven-project</groupId> + <groupId>io.github.cmake-maven-plugin</groupId> <artifactId>cmake-maven-plugin</artifactId> <executions> <execution> diff --git a/pom.xml b/pom.xml index 99ba9725ca6..1842c732bac 100644 --- a/pom.xml +++ b/pom.xml @@ -896,9 +896,9 @@ <version>1.7.1</version> </plugin> <plugin> - <groupId>com.googlecode.cmake-maven-project</groupId> + <groupId>io.github.cmake-maven-plugin</groupId> <artifactId>cmake-maven-plugin</artifactId> - <version>3.29.3-b2</version> + <version>4.2.3-b1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
