Skip to content

Commit

Permalink
Upgrade to version 0.11.0 for release (#173)
Browse files Browse the repository at this point in the history
Change-Id: I8c828790dfe910b8c683170c128db682fce797e6
  • Loading branch information
Linary authored Nov 6, 2020
1 parent 4802fec commit a247249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-loader</artifactId>
<version>0.10.5</version>
<version>0.11.0</version>
<packaging>jar</packaging>

<name>hugegraph-loader</name>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>1.7.9</version>
<version>1.8.0</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.8.11</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit a247249

Please sign in to comment.