From 72cca348ea81de997acaca992762e034231bbfb4 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Thu, 12 Jan 2023 10:42:52 +0100
Subject: [PATCH] build: Update VIPSCommon groupId and version

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a297da5..a2b2452 100755
--- a/pom.xml
+++ b/pom.xml
@@ -7,9 +7,9 @@
     <packaging>jar</packaging>
     <dependencies>
         <dependency>
-            <groupId>no.nibio.vips.common</groupId>
+            <groupId>no.nibio.vips</groupId>
             <artifactId>VIPSCommon</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>2022.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
-- 
GitLab