From b6bbc04548fb7dcff50814a3b7290ecc3c76d2f4 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Mon, 4 Sep 2023 08:30:15 +0200 Subject: [PATCH] build: Temporarily change version to test previous commit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0ff7ffd..d7564b2 100755 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ </parent> <groupId>no.nibio.vips.model</groupId> <artifactId>MamestraBrassicaeModel</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>jar</packaging> <repositories> -- GitLab