From c7192e58ed6dfe164ecfdd46aa7cb258be46fc04 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Thu, 12 Jan 2023 11:01:44 +0100 Subject: [PATCH] build: Update groupId of VIPSCommon --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca2f400..c8113b3 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>no.nibio.vips.common</groupId> + <groupId>no.nibio.vips</groupId> <artifactId>VIPSCommon</artifactId> <version>2022.1</version> </dependency> -- GitLab