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

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


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new a0f8aad  manually change cpp related module parent version to 
0.11.4-SNAPSHOT
a0f8aad is described below

commit a0f8aad755a2ffde745c6cae7bf34dcc2a9d14f1
Author: xiangdong huang <[email protected]>
AuthorDate: Fri Apr 2 00:00:28 2021 +0800

    manually change cpp related module parent version to 0.11.4-SNAPSHOT
---
 client-cpp/client-cpp-example/pom.xml | 4 +---
 client-cpp/pom.xml                    | 2 +-
 compile-tools/boost/pom.xml           | 2 +-
 compile-tools/pom.xml                 | 2 +-
 compile-tools/thrift/pom.xml          | 2 +-
 5 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/client-cpp/client-cpp-example/pom.xml 
b/client-cpp/client-cpp-example/pom.xml
index e179211..93f7d62 100644
--- a/client-cpp/client-cpp-example/pom.xml
+++ b/client-cpp/client-cpp-example/pom.xml
@@ -24,12 +24,10 @@
     <parent>
         <artifactId>client-cpp</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.3-SNAPSHOT</version>
+        <version>0.11.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <groupId>org.apache.iotdb</groupId>
     <artifactId>client-cpp-example</artifactId>
-    <version>0.11.3-SNAPSHOT</version>
     <profiles>
         <profile>
             <id>os-unix</id>
diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml
index 6efa038..a0afe5a 100644
--- a/client-cpp/pom.xml
+++ b/client-cpp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.3-SNAPSHOT</version>
+        <version>0.11.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.iotdb</groupId>
diff --git a/compile-tools/boost/pom.xml b/compile-tools/boost/pom.xml
index 3d2e432..cf7dc85 100644
--- a/compile-tools/boost/pom.xml
+++ b/compile-tools/boost/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>client-cpp-tools</artifactId>
-        <version>0.11.3-SNAPSHOT</version>
+        <version>0.11.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-tools-boost</artifactId>
diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml
index c623975..9d0c557 100644
--- a/compile-tools/pom.xml
+++ b/compile-tools/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.3-SNAPSHOT</version>
+        <version>0.11.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-tools</artifactId>
diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml
index c4629df..4d51ea4 100644
--- a/compile-tools/thrift/pom.xml
+++ b/compile-tools/thrift/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>client-cpp-tools</artifactId>
-        <version>0.11.3-SNAPSHOT</version>
+        <version>0.11.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-tools-thrift</artifactId>

Reply via email to