We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca1042 commit 39974d5Copy full SHA for 39974d5
2 files changed
distribution/pom.xml
@@ -174,7 +174,7 @@
174
<dependency>
175
<groupId>org.apache.iotdb</groupId>
176
<artifactId>iotdb-ainode</artifactId>
177
- <version>2.0.6-SNAPSHOT</version>
+ <version>2.0.6</version>
178
</dependency>
179
</dependencies>
180
<build>
example/client-cpp-example/pom.xml
@@ -24,7 +24,7 @@
24
<parent>
25
26
<artifactId>iotdb-examples</artifactId>
27
28
</parent>
29
<artifactId>client-cpp-example</artifactId>
30
<name>IoTDB: Example: CPP Client</name>
0 commit comments