Skip to content

Commit 48fcb47

Browse files
author
taylor.smock
committed
Update tag2link, see #24234/r19407
Tag2Link.java has a variable that points to the (versioned) location of the Tag2Link JSON file. git-svn-id: https://josm.openstreetmap.de/svn/trunk@19409 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 3ed2780 commit 48fcb47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ivy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency conf="api->default" org="com.formdev" name="svgSalamander" rev="1.1.4"/>
3535
<dependency conf="api->default" org="ch.poole" name="OpeningHoursParser" rev="0.28.2"/>
3636
<!-- Don't forget to update org.openstreetmap.josm.tools.Tag2Link#PREF_SOURCE -->
37-
<dependency conf="api->default" org="org.webjars.npm" name="tag2link" rev="2025.3.21"/>
37+
<dependency conf="api->default" org="org.webjars.npm" name="tag2link" rev="2025.5.21"/>
3838
<!-- sources->sources -->
3939
<dependency conf="sources->sources" org="org.openstreetmap.jmapviewer" name="jmapviewer" rev="2.25"/>
4040
<dependency conf="sources->sources" org="jakarta.json" name="jakarta.json-api" rev="2.1.3"/>

src/org/openstreetmap/josm/tools/Tag2Link.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class Tag2Link {
6464
.collect(Collectors.joining("|"));
6565

6666
static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
67-
Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2025.3.21/index.json"));
67+
Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2025.5.21/index.json"));
6868

6969
static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
7070
Arrays.asList("https://duckduckgo.com/?q=$1", "https://www.google.com/search?q=$1")).cached();

0 commit comments

Comments
 (0)