Skip to content

Commit e54b454

Browse files
committed
v0.5.0
1 parent d371fe7 commit e54b454

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.4.0 (TsFile Github page: [https://github.com/thulab/tsfile](https://github.com/thulab/tsfile))
26-
4. IoTDB-JDBC >= 0.4.0 (IoTDB-JDBC Github page: [https://github.com/thulab/iotdb-jdbc](https://github.com/thulab/iotdb-jdbc))
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))
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.4.0
128+
|_____|'.__.' |_____| |______.'|_______/ version 0.5.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.4.0</version>
7+
<version>0.5.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.4.0</version>
26+
<version>0.5.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>cn.edu.fudan.dsm</groupId>

src/main/java/cn/edu/tsinghua/iotdb/conf/TsFileDBConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class TsFileDBConstant {
44
public static final String ENV_FILE_NAME = "iotdb-env";
55
public static final String IOTDB_CONF = "IOTDB_CONF";
66
public static final String GLOBAL_DB_NAME = "IoTDB";
7-
public static final String VERSION = "0.4.0";
7+
public static final String VERSION = "0.5.0";
88
public static final String REMOTE_JMX_PORT_NAME = "com.sun.management.jmxremote.port";
99
public static final String TSFILEDB_LOCAL_JMX_PORT_NAME = "iotdb.jmx.local.port";
1010
public static final String TSFILEDB_REMOTE_JMX_PORT_NAME = "iotdb.jmx.remote.port";

0 commit comments

Comments
 (0)