From f397c165035415d51cd8d1b6311c1b27b64fc5a1 Mon Sep 17 00:00:00 2001
From: Razvan Mihai <razvan.mihai@stackable.tech>
Date: Mon, 4 Sep 2023 15:18:10 +0000
Subject: [PATCH] Fix parent pom path

---
 fc-tools/signer/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fc-tools/signer/pom.xml b/fc-tools/signer/pom.xml
index 80bda8fd..1a6adf07 100644
--- a/fc-tools/signer/pom.xml
+++ b/fc-tools/signer/pom.xml
@@ -8,6 +8,7 @@
         <groupId>eu.xfsc.cat</groupId>
         <artifactId>fc-service</artifactId>
         <version>1.0.0.local</version>
+        <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>fc-tools-signer</artifactId>
-- 
GitLab