From 4e9611bc3b8cebaf2874cb18e0198c707c82abbf Mon Sep 17 00:00:00 2001 From: Lene Wasskog <lene.wasskog@nibio.no> Date: Thu, 14 Sep 2023 21:30:13 +0000 Subject: [PATCH] [ci skip] Set release version 0.0.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db24596..696906a 100755 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ </parent> <artifactId>VIPSCommon</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.2</version> <packaging>jar</packaging> <name>VIPSCommon</name> -- GitLab