From 584424321c51f06af0d41e5b555a7f91910d3931 Mon Sep 17 00:00:00 2001
From: Lene Wasskog <lene.wasskog@nibio.no>
Date: Mon, 2 Jun 2025 09:25:52 +0200
Subject: [PATCH] build: New parent version, pom cleanup

---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f99f5d..a8363ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,20 +5,13 @@
     <parent>
         <groupId>no.nibio.vips</groupId>
         <artifactId>vips-parent-pom</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.3</version>
     </parent>
 
     <groupId>fi.luke.vips.model</groupId>
     <artifactId>FinnCerealModels</artifactId>
     <version>1.1.15-SNAPSHOT</version>
 
-    <repositories>
-        <repository>
-            <id>gitlab-maven</id>
-            <url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url>
-        </repository>
-    </repositories>
-
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>
         <resources>
-- 
GitLab