Skip to content

Commit 27fbab5

Browse files
committed
update cpp and ainode version
1 parent abdd0ce commit 27fbab5

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<dependency>
188188
<groupId>org.apache.iotdb</groupId>
189189
<artifactId>iotdb-ainode</artifactId>
190-
<version>2.0.7-SNAPSHOT</version>
190+
<version>2.0.8</version>
191191
</dependency>
192192
</dependencies>
193193
<build>

example/client-cpp-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>2.0.7-SNAPSHOT</version>
27+
<version>2.0.8</version>
2828
</parent>
2929
<artifactId>client-cpp-example</artifactId>
3030
<name>IoTDB: Example: CPP Client</name>

iotdb-client/client-cpp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-client</artifactId>
27-
<version>2.0.7-SNAPSHOT</version>
27+
<version>2.0.8</version>
2828
</parent>
2929
<artifactId>client-cpp</artifactId>
3030
<packaging>pom</packaging>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.apache.iotdb</groupId>
4646
<artifactId>iotdb-thrift-commons</artifactId>
47-
<version>2.0.7-SNAPSHOT</version>
47+
<version>2.0.8</version>
4848
<scope>provided</scope>
4949
</dependency>
5050
</dependencies>

iotdb-client/jdbc/src/main/feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
-->
2020
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="driver-s7-feature">
21-
<feature name="iotdb-feature" description="iotdb-feature" version="1.3.3">
21+
<feature name="iotdb-feature" description="iotdb-feature" version="2.0.8">
2222
<details>Feature to install required Bundle to use IoTDB inside Karaf container</details>
2323
<feature prerequisite="true">wrap</feature>
2424
<feature>scr</feature>

iotdb-core/ainode/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-core</artifactId>
27-
<version>2.0.7-SNAPSHOT</version>
27+
<version>2.0.8</version>
2828
</parent>
2929
<artifactId>iotdb-ainode</artifactId>
3030
<name>IoTDB: Core: AINode</name>
@@ -33,31 +33,31 @@
3333
<dependency>
3434
<groupId>org.apache.iotdb</groupId>
3535
<artifactId>iotdb-thrift</artifactId>
36-
<version>2.0.7-SNAPSHOT</version>
36+
<version>2.0.8</version>
3737
<scope>provided</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.apache.iotdb</groupId>
4141
<artifactId>iotdb-thrift-confignode</artifactId>
42-
<version>2.0.7-SNAPSHOT</version>
42+
<version>2.0.8</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.iotdb</groupId>
4747
<artifactId>iotdb-thrift-commons</artifactId>
48-
<version>2.0.7-SNAPSHOT</version>
48+
<version>2.0.8</version>
4949
<scope>provided</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.iotdb</groupId>
5353
<artifactId>iotdb-thrift-ainode</artifactId>
54-
<version>2.0.7-SNAPSHOT</version>
54+
<version>2.0.8</version>
5555
<scope>provided</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.iotdb</groupId>
5959
<artifactId>iotdb-python-api</artifactId>
60-
<version>2.0.7-SNAPSHOT</version>
60+
<version>2.0.8</version>
6161
<scope>provided</scope>
6262
</dependency>
6363
</dependencies>

iotdb-core/ainode/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
2121

2222
[tool.poetry]
2323
name = "apache-iotdb-ainode"
24-
version = "2.0.7.dev"
24+
version = "2.0.8"
2525
description = "Apache IoTDB AINode"
2626
readme = "README.md"
2727
authors = ["Apache Software Foundation <dev@iotdb.apache.org>"]
@@ -122,4 +122,4 @@ ainode = "iotdb.ainode.core.script:main"
122122

123123
[tool.isort]
124124
profile = "black"
125-
skip = ["build", "dist", "target"]
125+
skip = ["build", "dist", "target"]

0 commit comments

Comments
 (0)