From a7bb40f3d29cadeb1fd516c236000e780d298437 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Tue, 5 Nov 2024 07:50:10 -0700 Subject: [PATCH] Update plugin link Signed-off-by: Taylor Smock --- gradle.properties | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1735fbc..c21b302 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,8 +5,8 @@ plugin.main.version = 19044 # The special values "latest" and "tested" are also possible here, but not recommended. plugin.compile.version = 19044 plugin.canloadatruntime = true -plugin.author = Taylor Smock +plugin.author = Taylor Smock plugin.class = org.openstreetmap.josm.plugins.highwaynamemodification.HighwayNameModification plugin.icon = images/deltasignmod.svg -plugin.link = https://gitlab.com/gokaart/JOSM_highwayNameModification +plugin.link = https://github.com/JOSM/highwayNameModification plugin.description = Modify addr tags when a highway name is changed diff --git a/pom.xml b/pom.xml index 9d79b2d..1d6ff78 100644 --- a/pom.xml +++ b/pom.xml @@ -20,11 +20,11 @@ src/main/java src/main/resources 19044 - Taylor Smock <incoming+gokaart/JOSM_highwayNameModification@incoming.gitlab.com> + Taylor Smock org.openstreetmap.josm.plugins.highwaynamemodification.HighwayNameModification Modify addr tags when a highway name is changed images/deltasignmod.svg - https://gitlab.com/gokaart/JOSM_highwayNameModification + https://github.com/JOSM/highwayNameModification true