We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56729d commit 6ca1042Copy full SHA for 6ca1042
1 file changed
iotdb-client/client-cpp/pom.xml
@@ -24,7 +24,7 @@
24
<parent>
25
<groupId>org.apache.iotdb</groupId>
26
<artifactId>iotdb-client</artifactId>
27
- <version>2.0.6-SNAPSHOT</version>
+ <version>2.0.6</version>
28
</parent>
29
<artifactId>client-cpp</artifactId>
30
<packaging>pom</packaging>
@@ -43,7 +43,7 @@
43
<dependency>
44
45
<artifactId>iotdb-thrift-commons</artifactId>
46
47
<scope>provided</scope>
48
</dependency>
49
</dependencies>
0 commit comments