Skip to content

Commit

Permalink
modify way to repy on client
Browse files Browse the repository at this point in the history
  • Loading branch information
Thespica committed Oct 9, 2024
1 parent a87db4b commit be5fb6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hugegraph-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>hugegraph-client</artifactId>
<version>${hugegraph.client.version}</version>
<version>${revision}</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion hugegraph-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>${hugegraph.client.version}</version>
<version>${revision}</version>
<exclusions>
<!-- Note: jackson version should < 2.13 with scala 2.12 -->
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion hugegraph-spark-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>${hugegraph.client.version}</version>
<version>${revision}</version>
</dependency>

<!-- jackson version override -->
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@
</modules>

<properties>
<revision>1.3.0</revision>
<hugegraph.client.version>1.3.0-SNAPSHOT</hugegraph.client.version>
<revision>1.5.0</revision>
<hugegraph.common.version>1.3.0</hugegraph.common.version>
<release.name>${project.artifactId}</release.name>
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
Expand Down

0 comments on commit be5fb6e

Please sign in to comment.