mirror of https://github.com/apache/iotdb
update version
This commit is contained in:
parent
d483aebb18
commit
113a8877d8
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.0.1</version>
|
<version>0.1.3-SNAPSHOT</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.1.2</version>
|
<version>0.1.3-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Reference in New Issue