From 7caae10623beebfa8e28eca98d45082277c5d312 Mon Sep 17 00:00:00 2001 From: Dev Hingu Date: Sun, 12 Jul 2026 19:15:35 +0530 Subject: [PATCH] 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 @@ - - - hugegraph-computer-operator-${revision} + hugegraph-computer-operator-${project.version} org.apache.maven.plugins