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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7caae106 fix: replace revision with ${project.version} in artifacts 
path (#352)
7caae106 is described below

commit 7caae10623beebfa8e28eca98d45082277c5d312
Author: Dev Hingu <[email protected]>
AuthorDate: Sun Jul 12 19:15:35 2026 +0530

    fix: replace revision with ${project.version} in artifacts path (#352)
---
 computer/computer-dist/pom.xml         | 4 ++--
 computer/computer-k8s-operator/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/computer/computer-dist/pom.xml b/computer/computer-dist/pom.xml
index 5ae7a5a3..8cbc92ce 100644
--- a/computer/computer-dist/pom.xml
+++ b/computer/computer-dist/pom.xml
@@ -109,10 +109,10 @@
                         </goals>
                         <configuration>
                             <target>
-                                <copy 
file="${top.level.dir}/computer-algorithm/target/computer-algorithm-${revision}.jar"
+                                <copy 
file="${top.level.dir}/computer-algorithm/target/computer-algorithm-${project.version}.jar"
                                       
tofile="${top.level.dir}/${final.name}/algorithm/builtin-algorithm.jar"
                                       overwrite="true"/>
-                                <copy 
file="${top.level.dir}/computer-k8s-operator/target/hugegraph-computer-operator-${revision}.jar"
+                                <copy 
file="${top.level.dir}/computer-k8s-operator/target/hugegraph-computer-operator-${project.version}.jar"
                                       
tofile="${top.level.dir}/${final.name}/k8s-operator/hugegraph-computer-operator.jar"
                                       overwrite="true"/>
                                 <tar 
destfile="${top.level.dir}/target/${final.name}.tar.gz"
diff --git a/computer/computer-k8s-operator/pom.xml 
b/computer/computer-k8s-operator/pom.xml
index 5ff2ed2c..535fd5ea 100644
--- a/computer/computer-k8s-operator/pom.xml
+++ b/computer/computer-k8s-operator/pom.xml
@@ -36,7 +36,7 @@
     </dependencies>
 
     <build>
-        <finalName>hugegraph-computer-operator-${revision}</finalName>
+        <finalName>hugegraph-computer-operator-${project.version}</finalName>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to