From 195e7802b5959e5d2acee5e42b9bf2818aaac445 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Wed, 28 Aug 2024 12:41:13 -0600 Subject: [PATCH] See #23875: Use SNAPSHOT instead of 1.0-SNAPSHOT since that is what our scripts currently publish This should fix the Jenkins build for plugins. Note: Maven warns that this may break in the future, in which case we'll have to change our processes. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 03da28b..c87020c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openstreetmap.josm.plugins plugin-root - 1.0-SNAPSHOT + SNAPSHOT continuosDownload