From 0a25c39fa92a6932477777acccc1f466ead6649f Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Thu, 12 Jan 2023 08:34:34 +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 a4ad7ba..2246744 100755 --- a/pom.xml +++ b/pom.xml @@ -34,9 +34,9 @@ <scope>test</scope> </dependency> <dependency> - <groupId>no.nibio.vips.common</groupId> + <groupId>no.nibio.vips</groupId> <artifactId>VIPSCommon</artifactId> - <version>1.0-SNAPSHOT</version> + <version>2022.1</version> <scope>provided</scope> </dependency> <dependency> -- GitLab