From a3eead91ee438e6d545a4f48ee6519283f99b74f Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Wed, 10 Jan 2024 10:25:21 +0100 Subject: [PATCH] build: New dummy version for testing the pipeline Will be removed from tags + registry later on --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e69cf5c..e86e57c 100755 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <groupId>no.nibio</groupId> <artifactId>VIPSCore</artifactId> <packaging>war</packaging> - <version>2.0.5</version> + <version>9.9.0-SNAPSHOT</version> <name>VIPSCore</name> <url>http://maven.apache.org</url> -- GitLab