From 620f09c8bfca521b67688f8caa29375edda7afe2 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Wed, 10 Jan 2024 14:29:41 +0100 Subject: [PATCH] build: New dummy version for testing the pipeline --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f5de527..a4c129a 100755 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <groupId>no.nibio</groupId> <artifactId>VIPSCore</artifactId> <packaging>war</packaging> - <version>9.9.6</version> + <version>9.9.7-SNAPSHOT</version> <name>VIPSCore</name> <url>http://maven.apache.org</url> -- GitLab