From b276f576a8fe1d7603de17836240926db90fe99d Mon Sep 17 00:00:00 2001 From: Lene Wasskog <lene.wasskog@nibio.no> Date: Fri, 8 Sep 2023 08:57:21 +0000 Subject: [PATCH] [ci skip] Set release version 1.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1bd5433..b1c48cd 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ </parent> <groupId>no.nibio.vips.model</groupId> <artifactId>DeliaRadicumFloralisObservationModel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <repositories> <repository> -- GitLab