Skip to content

Commit 4a8ab0e

Browse files
committed
v0.6.0
1 parent 03dc388 commit 4a8ab0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ To use IoTDB, you need to have:
2222

2323
1. Java >= 1.8
2424
2. Maven >= 3.0 (If you want to compile and install IoTDB from source code)
25-
3. TsFile >= 0.5.0 (TsFile Github page: [https://github.com/thulab/tsfile](https://github.com/thulab/tsfile))
26-
4. IoTDB-JDBC >= 0.5.0 (IoTDB-JDBC Github page: [https://github.com/thulab/iotdb-jdbc](https://github.com/thulab/iotdb-jdbc))
25+
3. TsFile >= 0.6.0 (TsFile Github page: [https://github.com/thulab/tsfile](https://github.com/thulab/tsfile))
26+
4. IoTDB-JDBC >= 0.6.0 (IoTDB-JDBC Github page: [https://github.com/thulab/iotdb-jdbc](https://github.com/thulab/iotdb-jdbc))
2727

2828
TODO: 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.5.0
128+
|_____|'.__.' |_____| |______.'|_______/ version 0.6.0
129129
130130
131131
IoTDB> login successfully

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>cn.edu.tsinghua</groupId>
66
<artifactId>IoTDB</artifactId>
7-
<version>0.5.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
<packaging>jar</packaging>
99

1010
<name>IoTDB</name>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>cn.edu.tsinghua</groupId>
2525
<artifactId>iotdb-jdbc</artifactId>
26-
<version>0.5.0-SNAPSHOT</version>
26+
<version>0.6.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>cn.edu.fudan.dsm</groupId>

0 commit comments

Comments
 (0)