File tree Expand file tree Collapse file tree
example/client-cpp-example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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.7-SNAPSHOT </version >
27+ <version >2.0.8 </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.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 >
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.7.dev "
24+ version = " 2.0.8 "
2525description = " Apache IoTDB AINode"
2626readme = " README.md"
2727authors = [" Apache Software Foundation <dev@iotdb.apache.org>" ]
@@ -122,4 +122,4 @@ ainode = "iotdb.ainode.core.script:main"
122122
123123[tool .isort ]
124124profile = " black"
125- skip = [" build" , " dist" , " target" ]
125+ skip = [" build" , " dist" , " target" ]
You can’t perform that action at this time.
0 commit comments