From 4a0cf20b2ca1d5516d4d42d0415893b40f6ed189 Mon Sep 17 00:00:00 2001 From: Paul Millar Date: Thu, 4 Dec 2025 17:50:12 +0100 Subject: [PATCH] Identify non-release builds as SNAPSHOT Motivation: Current builds contain a complete version, which could lead to confusion. Modification: Adopt maven's SNAPSHOT support. This is a feature where builds that are not from a release are given a SNAPSHOT label by appending `-SNAPSHOT` to the version string. The maven `release` plugin handles updating the version and tagging of releases. Result: Less confusion over intermediate builds. Signed-off-by: Paul Millar --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7839f523..f8eb311d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ es.oeg widoco jar - 1.4.26 + 1.4.26-SNAPSHOT Widoco