From a93c80ce1f3a530ff596537263a8a3547b02acd9 Mon Sep 17 00:00:00 2001 From: sadwitdastreetz Date: Mon, 1 Sep 2025 13:29:17 +0800 Subject: [PATCH 1/2] update pom and readme for version-1.7.0 --- README.md | 4 ++-- hugegraph-client/pom.xml | 1 + pom.xml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ec261e22..d7781e6fb 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ You could use import the dependencies in `maven` like this: org.apache.hugegraph hugegraph-client - 1.5.0 + 1.7.0 org.apache.hugegraph hugegraph-loader - 1.5.0 + 1.7.0 ``` diff --git a/hugegraph-client/pom.xml b/hugegraph-client/pom.xml index 745a37370..f893156eb 100644 --- a/hugegraph-client/pom.xml +++ b/hugegraph-client/pom.xml @@ -38,6 +38,7 @@ + org.apache.hugegraph hugegraph-common diff --git a/pom.xml b/pom.xml index 0235df9bc..f55562ccd 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ - 1.5.0 + 1.7.0 1.5.0 ${project.artifactId} apache-${release.name}-incubating-${project.version} @@ -151,6 +151,7 @@ + org.apache.hugegraph hugegraph-common From 15d415aae4ecda2977c0a44356624e87df7b4050 Mon Sep 17 00:00:00 2001 From: sadwitdastreetz Date: Mon, 1 Sep 2025 16:39:41 +0800 Subject: [PATCH 2/2] update comment location & removed readme changes --- README.md | 4 ++-- hugegraph-client/pom.xml | 1 - pom.xml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7781e6fb..7ec261e22 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ You could use import the dependencies in `maven` like this: org.apache.hugegraph hugegraph-client - 1.7.0 + 1.5.0 org.apache.hugegraph hugegraph-loader - 1.7.0 + 1.5.0 ``` diff --git a/hugegraph-client/pom.xml b/hugegraph-client/pom.xml index f893156eb..745a37370 100644 --- a/hugegraph-client/pom.xml +++ b/hugegraph-client/pom.xml @@ -38,7 +38,6 @@ - org.apache.hugegraph hugegraph-common diff --git a/pom.xml b/pom.xml index f55562ccd..e9978ff4f 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,7 @@ 1.7.0 + 1.5.0 ${project.artifactId} apache-${release.name}-incubating-${project.version} @@ -151,7 +152,6 @@ - org.apache.hugegraph hugegraph-common