Changeset 19365 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2025-03-27T19:04:24+01:00 (9 months ago)
Author:
stoecker
Message:

see #24234 - update tag2link to 2025.3.21

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Tag2Link.java

    r19250 r19365  
    6565
    6666    static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
    67             Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2024.10.21/index.json"));
     67            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2025.3.21/index.json"));
    6868
    6969    static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Note: See TracChangeset for help on using the changeset viewer.