From 74e439fbbcd8292951e402e7cec1ef741a1670b4 Mon Sep 17 00:00:00 2001 From: Dev Hingu Date: Sun, 12 Jul 2026 17:57:09 +0530 Subject: [PATCH] chore(commons): remove redundant version property (#3089) * fix(deps): remove redundant hugegraph-commons.version property * fix(deps): update stale reference of hugegraph-commons.version --- .../hugegraph-common/src/main/resources/version.properties | 2 +- hugegraph-pd/hg-pd-service/pom.xml | 2 +- hugegraph-server/pom.xml | 4 ++-- hugegraph-store/hg-store-rocksdb/pom.xml | 2 +- pom.xml | 1 - 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/hugegraph-commons/hugegraph-common/src/main/resources/version.properties b/hugegraph-commons/hugegraph-common/src/main/resources/version.properties index b6763a32a..2dffc6f3a 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 diff --git a/hugegraph-pd/hg-pd-service/pom.xml b/hugegraph-pd/hg-pd-service/pom.xml index f69bc9dec..ee78863f3 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 1ef5ed957..226199cdc 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 bb463d7ed..cd9cf28c6 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 850ac99fa..045a24ad5 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