From becb82278dc1209f115a5c98a7223e83cfd0cd1b Mon Sep 17 00:00:00 2001 From: Lene Wasskog <lene.wasskog@nibio.no> Date: Thu, 9 Jan 2025 14:16:47 +0100 Subject: [PATCH] chore: Test new parent pom version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dcfe24c..ec025f6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>no.nibio.vips</groupId> <artifactId>vips-parent-pom</artifactId> - <version>1.1.0</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>no.nibio.vips.model</groupId> -- GitLab