upgrade to 0.3.0 (#157)

This commit is contained in:
jixuan1989 2017-12-01 04:38:56 +08:00 committed by GitHub
parent 1e8b62180b
commit 77e7e3f912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 9 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.2.0 (TsFile Github page: [https://github.com/thulab/tsfile](https://github.com/thulab/tsfile))
4. IoTDB-JDBC >= 0.1.2 (IoTDB-JDBC Github page: [https://github.com/thulab/iotdb-jdbc](https://github.com/thulab/iotdb-jdbc))
3. TsFile >= 0.3.0 (TsFile Github page: [https://github.com/thulab/tsfile](https://github.com/thulab/tsfile))
4. IoTDB-JDBC >= 0.3.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.0.1
|_____|'.__.' |_____| |______.'|_______/ version 0.3.0
IoTDB> login successfully

View File

@ -1,4 +0,0 @@
# Ignore everything in this directory
.gitignore
# Except this file
!.gitignore

View File

@ -4,7 +4,7 @@
<groupId>cn.edu.tsinghua</groupId>
<artifactId>IoTDB</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>
<name>IoTDB</name>
@ -23,7 +23,7 @@
<dependency>
<groupId>cn.edu.tsinghua</groupId>
<artifactId>iotdb-jdbc</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>