File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
2121
2222[tool .poetry ]
2323name = " apache-iotdb-ainode"
24- version = " 2.0.6.dev "
24+ version = " 2.0.6"
2525description = " Apache IoTDB AINode"
2626readme = " README.md"
2727authors = [
" Apache Software Foundation <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments