From d26f47dadc2e17ace6f3befb703ddecb7dcbc2a9 Mon Sep 17 00:00:00 2001
From: AAZIBOU EL GERRAB Nabila <n1aazibo@enib.fr>
Date: Tue, 6 Feb 2024 11:16:20 +0100
Subject: [PATCH] update gitlab-ci version

---
 .gitlab-ci.yml | 2 +-
 pom.xml        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e264e7c..63409d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@
 include:
   - project: 'gazelle/private/gitlab-ci-templates'
     file: 'extends-v2.yaml'
-    ref: '1.0.0'
+    ref: '1.0.3'
 
 # Define stages
 stages:
diff --git a/pom.xml b/pom.xml
index 262b037..947f3b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
         <connection>scm:git:${git.project.url}</connection>
         <developerConnection>scm:git:${git.project.url}</developerConnection>
         <url>${git.project.url}</url>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>
-- 
GitLab