This commit is contained in:
qiaojialingithub 2018-05-06 17:35:25 +08:00
parent 03dc388a7f
commit 4a8ab0e57d
2 changed files with 5 additions and 5 deletions

View File

@ -22,8 +22,8 @@ To use IoTDB, you need to have:
1. Java >= 1.8
2. Maven >= 3.0 (If you want to compile and install IoTDB from source code)
3. TsFile >= 0.5.0 (TsFile Github page: [https://github.com/thulab/tsfile](https://github.com/thulab/tsfile))
4. IoTDB-JDBC >= 0.5.0 (IoTDB-JDBC Github page: [https://github.com/thulab/iotdb-jdbc](https://github.com/thulab/iotdb-jdbc))
3. TsFile >= 0.6.0 (TsFile Github page: [https://github.com/thulab/tsfile](https://github.com/thulab/tsfile))
4. IoTDB-JDBC >= 0.6.0 (IoTDB-JDBC Github page: [https://github.com/thulab/iotdb-jdbc](https://github.com/thulab/iotdb-jdbc))
TODO: TsFile and IoTDB-JDBC dependencies will be removed after Jialin Qiao re-structured the Project.
@ -125,7 +125,7 @@ The command line client is interactive so if everything is ready you should see
| | .--.|_/ | | \_| | | `. \ | |_) |
| | / .'`\ \ | | | | | | | __'.
_| |_| \__. | _| |_ _| |_.' /_| |__) |
|_____|'.__.' |_____| |______.'|_______/ version 0.5.0
|_____|'.__.' |_____| |______.'|_______/ version 0.6.0
IoTDB> login successfully

View File

@ -4,7 +4,7 @@
<groupId>cn.edu.tsinghua</groupId>
<artifactId>IoTDB</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>
<name>IoTDB</name>
@ -23,7 +23,7 @@
<dependency>
<groupId>cn.edu.tsinghua</groupId>
<artifactId>iotdb-jdbc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>cn.edu.fudan.dsm</groupId>