File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 
src/main/java/cn/edu/tsinghua/iotdb/conf Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ To use IoTDB, you need to have:
2222
23231 .  Java >= 1.8
24242 .  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
2828TODO: 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
131131IoTDB> login successfully 
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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" ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments