From ebb70012649da31e9271e5feaf3514197c65ffd6 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Fri, 15 Sep 2023 09:12:20 +0200 Subject: [PATCH] build: New version 1.1.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5fb93fd..8eab06f 100755 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>no.nibio.vips.model</groupId> <artifactId>BremiaLactucaeModel</artifactId> - <version>2.0.0</version> + <version>1.1.0-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> -- GitLab