From 5d4d3e1be704a94fc132d8a1ddb1689f8dd67c66 Mon Sep 17 00:00:00 2001 From: Lene Wasskog <lene.wasskog@nibio.no> Date: Fri, 15 Sep 2023 10:52:51 +0000 Subject: [PATCH] [ci skip] Set snapshot version 1.1.1-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 442e5a2..58f5cb6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>nio.nibio.vips.model</groupId> <artifactId>FallArmywormModel</artifactId> - <version>1.1.0</version> + <version>1.1.1-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> -- GitLab