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:
parent
99936be5f4
commit
74e439fbbc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue