mirror of https://github.com/apache/iotdb
upgrade to 0.3.0 (#157)
This commit is contained in:
parent
1e8b62180b
commit
77e7e3f912
|
@ -22,8 +22,8 @@ To use IoTDB, you need to have:
|
||||||
|
|
||||||
1. Java >= 1.8
|
1. Java >= 1.8
|
||||||
2. Maven >= 3.0 (If you want to compile and install IoTDB from source code)
|
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))
|
3. TsFile >= 0.3.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))
|
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.
|
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
|
IoTDB> login successfully
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
# Ignore everything in this directory
|
|
||||||
.gitignore
|
|
||||||
# Except this file
|
|
||||||
!.gitignore
|
|
4
pom.xml
4
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<groupId>cn.edu.tsinghua</groupId>
|
<groupId>cn.edu.tsinghua</groupId>
|
||||||
<artifactId>IoTDB</artifactId>
|
<artifactId>IoTDB</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.3.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>IoTDB</name>
|
<name>IoTDB</name>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.edu.tsinghua</groupId>
|
<groupId>cn.edu.tsinghua</groupId>
|
||||||
<artifactId>iotdb-jdbc</artifactId>
|
<artifactId>iotdb-jdbc</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.3.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Reference in New Issue