diff --git a/ivy.xml b/ivy.xml index d8ca83ca965..b0ea802b680 100644 --- a/ivy.xml +++ b/ivy.xml @@ -32,7 +32,8 @@ - + + @@ -46,7 +47,7 @@ - + @@ -58,7 +59,7 @@ - + @@ -66,7 +67,7 @@ - + diff --git a/src/org/openstreetmap/josm/tools/Tag2Link.java b/src/org/openstreetmap/josm/tools/Tag2Link.java index 6eee4bbf3a0..7ec47770ce5 100644 --- a/src/org/openstreetmap/josm/tools/Tag2Link.java +++ b/src/org/openstreetmap/josm/tools/Tag2Link.java @@ -64,7 +64,7 @@ public final class Tag2Link { .collect(Collectors.joining("|")); static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source", - Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2021.3.21/index.json")); + Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2022.11.28/index.json")); static final CachingProperty> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search", Arrays.asList("https://duckduckgo.com/?q=$1", "https://www.google.com/search?q=$1")).cached(); diff --git a/tools/ivy.xml b/tools/ivy.xml index ee605ebdb2f..1d9d89850af 100644 --- a/tools/ivy.xml +++ b/tools/ivy.xml @@ -18,10 +18,10 @@ - + - - + + diff --git a/tools/pmd/josm-ruleset.xml b/tools/pmd/josm-ruleset.xml index d064f473651..74723a3a2aa 100644 --- a/tools/pmd/josm-ruleset.xml +++ b/tools/pmd/josm-ruleset.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd"> JOSM PMD ruleset @@ -129,9 +129,7 @@ - - @@ -168,7 +166,6 @@ - @@ -179,6 +176,7 @@ +