File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ To use IoTDB, you need to have:
2222
23231 . Java >= 1.8
24242 . Maven >= 3.0 (If you want to compile and install IoTDB from source code)
25- 3 . TsFile >= 0.2 .0 (TsFile Github page: [ https://github.com/thulab/tsfile ] ( https://github.com/thulab/tsfile ) )
26- 4 . IoTDB-JDBC >= 0.1.2 (IoTDB-JDBC Github page: [ https://github.com/thulab/iotdb-jdbc ] ( https://github.com/thulab/iotdb-jdbc ) )
25+ 3 . TsFile >= 0.3 .0 (TsFile Github page: [ https://github.com/thulab/tsfile ] ( https://github.com/thulab/tsfile ) )
26+ 4 . IoTDB-JDBC >= 0.3.0 (IoTDB-JDBC Github page: [ https://github.com/thulab/iotdb-jdbc ] ( https://github.com/thulab/iotdb-jdbc ) )
2727
2828TODO: TsFile and IoTDB-JDBC dependencies will be removed after Jialin Qiao re-structured the Project.
2929
@@ -125,7 +125,7 @@ The command line client is interactive so if everything is ready you should see
125125 | | .--.|_/ | | \_| | | `. \ | |_) |
126126 | | / .'`\ \ | | | | | | | __'.
127127 _| |_| \__. | _| |_ _| |_.' /_| |__) |
128- |_____|'.__.' |_____| |______.'|_______/ version 0.0.1
128+ |_____|'.__.' |_____| |______.'|_______/ version 0.3.0
129129
130130
131131IoTDB> login successfully
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55 <groupId >cn.edu.tsinghua</groupId >
66 <artifactId >IoTDB</artifactId >
7- <version >0.2.0-SNAPSHOT </version >
7+ <version >0.3.0 </version >
88 <packaging >jar</packaging >
99
1010 <name >IoTDB</name >
2323 <dependency >
2424 <groupId >cn.edu.tsinghua</groupId >
2525 <artifactId >iotdb-jdbc</artifactId >
26- <version >0.2.0-SNAPSHOT </version >
26+ <version >0.3.0 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments