Skip to content

Commit

Permalink
refactor RestClient as interface (#49)
Browse files Browse the repository at this point in the history
Change-Id: Ib7153dc7b8d3bf3df9d19662b54cb05ff14c032b
  • Loading branch information
javeme authored Jun 19, 2020
1 parent 034e1a2 commit b4fb1f7
Show file tree
Hide file tree
Showing 6 changed files with 556 additions and 487 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-common</artifactId>
<version>1.7.7</version>
<version>1.7.8</version>

<name>hugegraph-common</name>
<url>https://github.com/hugegraph/hugegraph-common</url>
Expand Down Expand Up @@ -62,7 +62,7 @@
<commons.collections.version>3.2.2</commons.collections.version>
<commons.io.version>2.4</commons.io.version>
<commons.codec.version>1.11</commons.codec.version>
<guava.version>19.0</guava.version>
<guava.version>25.1-jre</guava.version>
<javax.json.version>1.0</javax.json.version>
<jsr305.version>3.0.1</jsr305.version>
<javassist.version>3.21.0-GA</javassist.version>
Expand Down Expand Up @@ -260,7 +260,7 @@
<manifestEntries>
<!-- Must be on one line, otherwise the automatic
upgrade script cannot replace the version number -->
<Implementation-Version>1.7.7.0</Implementation-Version>
<Implementation-Version>1.7.8.0</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
Expand Down
Loading

0 comments on commit b4fb1f7

Please sign in to comment.