From cac9a7f0dff3c19c3c9142e856706518226dd6d0 Mon Sep 17 00:00:00 2001
From: Lene Wasskog <lene.wasskog@nibio.no>
Date: Thu, 9 Jan 2025 14:26:48 +0100
Subject: [PATCH] chore: Add repository reference to pom

---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec025f6..3ad97ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,9 +5,16 @@
     <parent>
         <groupId>no.nibio.vips</groupId>
         <artifactId>vips-parent-pom</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
 
+    <repositories>
+        <repository>
+            <id>gitlab-maven</id>
+            <url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url>
+        </repository>
+    </repositories>
+
     <groupId>no.nibio.vips.model</groupId>
     <artifactId>SeptoriaHumidityModel</artifactId>
     <version>1.1.12-SNAPSHOT</version>
-- 
GitLab