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

haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 4eae58d  Revert "Bump cmake-maven-plugin from 3.7.2-b1 to 3.19.2-b1 
(#4129)"
4eae58d is described below

commit 4eae58dbbf8faf3b2bf63136ee239a246cc65bb5
Author: HTHou <[email protected]>
AuthorDate: Wed Oct 20 11:40:06 2021 +0800

    Revert "Bump cmake-maven-plugin from 3.7.2-b1 to 3.19.2-b1 (#4129)"
    
    This reverts commit d0f1999044354cd14118713f3b5bd7a4bba5db89.
---
 client-cpp/pom.xml                 | 4 ++--
 compile-tools/thrift/pom.xml       | 2 +-
 example/client-cpp-example/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml
index 8fa1b5c..c24caa1 100644
--- a/client-cpp/pom.xml
+++ b/client-cpp/pom.xml
@@ -198,7 +198,7 @@
                     <plugin>
                         <groupId>com.googlecode.cmake-maven-project</groupId>
                         <artifactId>cmake-maven-plugin</artifactId>
-                        <version>3.19.2-b1</version>
+                        <version>3.7.2-b1</version>
                         <executions>
                             <!-- Uses a CMake generator to generate the build 
using the build tool of choice -->
                             <execution>
@@ -298,7 +298,7 @@
                     <plugin>
                         <groupId>com.googlecode.cmake-maven-project</groupId>
                         <artifactId>cmake-maven-plugin</artifactId>
-                        <version>3.19.2-b1</version>
+                        <version>3.7.2-b1</version>
                         <executions>
                             <!-- Generate Cmake build directory to compile 
testing program -->
                             <execution>
diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml
index 0c18031..2b27782 100644
--- a/compile-tools/thrift/pom.xml
+++ b/compile-tools/thrift/pom.xml
@@ -108,7 +108,7 @@
                     <plugin>
                         <groupId>com.googlecode.cmake-maven-project</groupId>
                         <artifactId>cmake-maven-plugin</artifactId>
-                        <version>3.19.2-b1</version>
+                        <version>3.7.2-b1</version>
                         <executions>
                             <!-- Uses a CMake generator to generate the build 
using the build tool of choice -->
                             <execution>
diff --git a/example/client-cpp-example/pom.xml 
b/example/client-cpp-example/pom.xml
index 4e24b7a..cb6069a 100644
--- a/example/client-cpp-example/pom.xml
+++ b/example/client-cpp-example/pom.xml
@@ -133,7 +133,7 @@
                     <plugin>
                         <groupId>com.googlecode.cmake-maven-project</groupId>
                         <artifactId>cmake-maven-plugin</artifactId>
-                        <version>3.19.2-b1</version>
+                        <version>3.7.2-b1</version>
                         <executions>
                             <execution>
                                 <id>cmake-generate</id>

Reply via email to