Changeset 18629 in josm for trunk/src/org


Ignore:
Timestamp:
2023-01-11T00:08:25+01:00 (15 months ago)
Author:
taylor.smock
Message:

Fix #22641: Update tag2link in dependencies (patch by gaben, modified for additional dependencies)

ivy.xml

tools/ivy.xml

File:
1 edited

Legend:

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

    r18475 r18629  
    6565
    6666    static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
    67             Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2021.3.21/index.json"));
     67            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2022.11.28/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.