Skip to content

Commit

Permalink
Upgrade version to 1.9.3 and adapt common 1.8.4 (#116)
Browse files Browse the repository at this point in the history
Change-Id: Ib428056743bdf847e5d3110755912282c8b0dfdc
  • Loading branch information
Linary authored Mar 3, 2021
1 parent 77c01aa commit abb1f2b
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 @@ -5,7 +5,7 @@

<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<packaging>jar</packaging>

<name>hugegraph-client</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compiler.source>1.8</compiler.source>
<compiler.target>1.8</compiler.target>
<hugegraph.common.version>1.8.1</hugegraph.common.version>
<hugegraph.common.version>1.8.4</hugegraph.common.version>
<jersey.version>2.22</jersey.version>
<mockito.version>2.8.47</mockito.version>
</properties>
Expand Down Expand Up @@ -113,7 +113,7 @@
<manifestEntries>
<!-- Must be on one line, otherwise the automatic
upgrade script cannot replace the version number -->
<Implementation-Version>1.9.2.0</Implementation-Version>
<Implementation-Version>1.9.3.0</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit abb1f2b

Please sign in to comment.