change to 0.5.0 and remove derby in pom (#361)

This commit is contained in:
XuYi 2018-04-03 12:01:30 +08:00 committed by GitHub
parent 37e3fc35b6
commit 0e77dc0ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<groupId>cn.edu.tsinghua</groupId>
<artifactId>IoTDB</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>IoTDB</name>
@ -23,7 +23,7 @@
<dependency>
<groupId>cn.edu.tsinghua</groupId>
<artifactId>iotdb-jdbc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.edu.fudan.dsm</groupId>
@ -68,11 +68,6 @@
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>${derby.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>