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