You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by je...@apache.org on 2022/11/23 13:17:08 UTC

[incubator-hugegraph-commons] branch master updated: manifest version use project.version (#119)

This is an automated email from the ASF dual-hosted git repository.

jermy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bc993f  manifest version use project.version (#119)
5bc993f is described below

commit 5bc993fe7969fb4b9af60ff0bbcf720e25d1481d
Author: 青年 <10...@qq.com>
AuthorDate: Wed Nov 23 21:17:02 2022 +0800

    manifest version use project.version (#119)
---
 hugegraph-common/pom.xml | 2 +-
 hugegraph-rpc/pom.xml    | 2 +-
 pom.xml                  | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/hugegraph-common/pom.xml b/hugegraph-common/pom.xml
index 862c3d7..cba4fef 100644
--- a/hugegraph-common/pom.xml
+++ b/hugegraph-common/pom.xml
@@ -239,7 +239,7 @@
                         <manifestEntries>
                             <!-- Must be on one line, otherwise the automatic
                                  upgrade script cannot replace the version number -->
-                            <Implementation-Version>${implementation.version}</Implementation-Version>
+                            <Implementation-Version>${project.version}</Implementation-Version>
                         </manifestEntries>
                     </archive>
                 </configuration>
diff --git a/hugegraph-rpc/pom.xml b/hugegraph-rpc/pom.xml
index 2a29065..ad5309d 100644
--- a/hugegraph-rpc/pom.xml
+++ b/hugegraph-rpc/pom.xml
@@ -132,7 +132,7 @@
                         <manifestEntries>
                             <!-- Must be on one line, otherwise the automatic
                                  upgrade script cannot replace the version number -->
-                            <Implementation-Version>${implementation.version}</Implementation-Version>
+                            <Implementation-Version>${project.version}</Implementation-Version>
                         </manifestEntries>
                     </archive>
                 </configuration>
diff --git a/pom.xml b/pom.xml
index ad7e3a4..7167a93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,6 @@
         <sun.xml.version>3.0.2</sun.xml.version>
         <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
         <checkstyle.version>8.45</checkstyle.version>
-        <implementation.version>2.1.2.0</implementation.version>
     </properties>
 
     <modules>
@@ -149,7 +148,7 @@
                         <manifestEntries>
                             <!-- Must be on one line, otherwise the automatic
                                  upgrade script cannot replace the version number -->
-                            <Implementation-Version>${implementation.version}</Implementation-Version>
+                            <Implementation-Version>${project.version}</Implementation-Version>
                         </manifestEntries>
                     </archive>
                 </configuration>