From 0831e3f6b5e61d16d75d02940d795451780bf95a Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 8 Jan 2025 12:22:53 +0000 Subject: [PATCH] [ci skip] Set release version 3.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a7ad70..85bd69b 100755 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <groupId>no.nibio</groupId> <artifactId>VIPSCore</artifactId> <packaging>war</packaging> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <name>VIPSCore</name> <url>http://maven.apache.org</url> -- GitLab