From 982881135d011be27c85dae3e9c3fe8dc8e88f25 Mon Sep 17 00:00:00 2001 From: dhingu Date: Fri, 10 Jul 2026 18:41:36 +0530 Subject: [PATCH 1/2] fix(deps): remove redundant hugegraph-commons.version property --- hugegraph-pd/hg-pd-service/pom.xml | 2 +- hugegraph-server/pom.xml | 4 ++-- hugegraph-store/hg-store-rocksdb/pom.xml | 2 +- pom.xml | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/hugegraph-pd/hg-pd-service/pom.xml b/hugegraph-pd/hg-pd-service/pom.xml index f69bc9dec0..ee78863f35 100644 --- a/hugegraph-pd/hg-pd-service/pom.xml +++ b/hugegraph-pd/hg-pd-service/pom.xml @@ -142,7 +142,7 @@ org.apache.hugegraph hugegraph-common - ${hugegraph-commons.version} + ${project.version} org.apache.logging.log4j diff --git a/hugegraph-server/pom.xml b/hugegraph-server/pom.xml index 1ef5ed9574..226199cdc8 100644 --- a/hugegraph-server/pom.xml +++ b/hugegraph-server/pom.xml @@ -80,12 +80,12 @@ org.apache.hugegraph hugegraph-rpc - ${hugegraph-commons.version} + ${project.version} org.apache.hugegraph hugegraph-common - ${hugegraph-commons.version} + ${project.version} diff --git a/hugegraph-store/hg-store-rocksdb/pom.xml b/hugegraph-store/hg-store-rocksdb/pom.xml index bb463d7ed9..cd9cf28c6d 100644 --- a/hugegraph-store/hg-store-rocksdb/pom.xml +++ b/hugegraph-store/hg-store-rocksdb/pom.xml @@ -34,7 +34,7 @@ org.apache.hugegraph hugegraph-common - ${hugegraph-commons.version} + ${project.version} org.glassfish.jersey.inject diff --git a/pom.xml b/pom.xml index 850ac99fa8..045a24ad56 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,6 @@ 5.6.0 1.7.0 - 1.7.0 1.18.30 hugegraph 11 From 9a5e575c49a6567a1d56373a51ebc2f247800afb Mon Sep 17 00:00:00 2001 From: dhingu Date: Sat, 11 Jul 2026 09:53:47 +0530 Subject: [PATCH 2/2] fix(deps): update stale reference of hugegraph-commons.version --- .../hugegraph-common/src/main/resources/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugegraph-commons/hugegraph-common/src/main/resources/version.properties b/hugegraph-commons/hugegraph-common/src/main/resources/version.properties index b6763a32a9..2dffc6f3a6 100644 --- a/hugegraph-commons/hugegraph-common/src/main/resources/version.properties +++ b/hugegraph-commons/hugegraph-common/src/main/resources/version.properties @@ -14,7 +14,7 @@ # limitations under the License. # When updating the version, Version can be read from the pom file. -# When hugegraph-common is updated, hugegraph-commons.version in the pom file needs to be updated, +# hugegraph-common follows the project version defined by ${revision} in the root pom.xml, # and VersionInBash needs to be updated in this file. Version=${revision} ApiVersion=0.71