Update to JOSM 15542 (November 25)

Signed-off-by: Taylor Smock <taylor.smock@kaart.com>
pull/1/head
Taylor Smock 2019-11-26 11:44:21 -07:00
rodzic c71e373573
commit 5768540ff0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 625F6A74A3E4311A
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -126,6 +126,9 @@ jacocoTestCoverageVerification {
}
josm {
manifest {
oldVersionDownloadLink 15233, "v0.2.5,", new URL("https://gitlab.com/gokaart/JOSM_MapWithAI/blob/pages/public/dist/v0.2.4/mapwithai.jar")
}
i18n {
pathTransformer = getPathTransformer("gitlab.com/${gitlabGroup}/${gitlabRepositoryName}/blob")
}

Wyświetl plik

@ -1,9 +1,9 @@
# The minimum JOSM version this plugin is compatible with (can be any numeric version
plugin.main.version = 15233
plugin.main.version = 15542
# The JOSM version this plugin is currently compiled against
# Please make sure this version is available at https://josm.openstreetmap.de/download
# The special values "latest" and "tested" are also possible here, but not recommended.
plugin.compile.version = 15233
plugin.compile.version = 15542
plugin.canloadatruntime = true
plugin.author = Taylor Smock <incoming+gokaart/JOSM_MapWithAI@incoming.gitlab.com>
plugin.class = org.openstreetmap.josm.plugins.mapwithai.MapWithAIPlugin