chore(commons): remove redundant version property (#3089)

* fix(deps): remove redundant hugegraph-commons.version property

* fix(deps): update stale reference of hugegraph-commons.version
This commit is contained in:
Dev Hingu 2026-07-12 17:57:09 +05:30 committed by GitHub
parent 99936be5f4
commit 74e439fbbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -142,7 +142,7 @@
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>${hugegraph-commons.version}</version>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>

View File

@ -80,12 +80,12 @@
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-rpc</artifactId>
<version>${hugegraph-commons.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>${hugegraph-commons.version}</version>
<version>${project.version}</version>
</dependency>
<!-- logging -->

View File

@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>${hugegraph-commons.version}</version>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.jersey.inject</groupId>

View File

@ -88,7 +88,6 @@
<properties>
<fabric8.version>5.6.0</fabric8.version>
<revision>1.7.0</revision>
<hugegraph-commons.version>1.7.0</hugegraph-commons.version>
<lombok.version>1.18.30</lombok.version>
<release.name>hugegraph</release.name>
<maven.compiler.source>11</maven.compiler.source>