Skip to content

Commit 8f6d4b5

Browse files
committed
[AINode] Bump version to 2.0.6
1 parent 3cfcc75 commit 8f6d4b5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.6-SNAPSHOT</version>
27+
<version>2.0.6</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.6-SNAPSHOT</version>
36+
<version>2.0.6</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.6-SNAPSHOT</version>
42+
<version>2.0.6</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.6-SNAPSHOT</version>
48+
<version>2.0.6</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.6-SNAPSHOT</version>
54+
<version>2.0.6</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.6-SNAPSHOT</version>
60+
<version>2.0.6</version>
6161
<scope>provided</scope>
6262
</dependency>
6363
</dependencies>

iotdb-core/ainode/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.6.dev"
24+
version = "2.0.6"
2525
description = "Apache IoTDB AINode"
2626
readme = "README.md"
2727
authors = ["Apache Software Foundation <[email protected]>"]

0 commit comments

Comments
 (0)