From 7fb0748ec0b15a1c451263008d39be7504fde774 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Wed, 28 Aug 2024 12:41:16 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a59eab4..0820382 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openstreetmap.josm.plugins plugin-root - 1.0-SNAPSHOT + SNAPSHOT DxfImport @@ -31,7 +31,7 @@ org.openstreetmap.josm.plugins apache-commons - 1.0-SNAPSHOT + SNAPSHOT provided