From ab06da61d1d9ac944016911119a64a842ae479dd Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Thu, 12 Jan 2023 08:49:57 +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 4944b29..8336391 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> <type>jar</type> <scope>provided</scope> </dependency> -- GitLab