Changeset 19621 in josm


Ignore:
Timestamp:
2026-08-29T13:20:08+02:00 (less than one hour ago)
Author:
stoecker
Message:

fix bad cjeckin

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/nodist/pom.xml

    r19620 r19621  
    329329                <groupId>org.webjars.npm</groupId>
    330330                <artifactId>tag2link</artifactId>
    331                 <version>2026.8.21</version>
     331                <version>2026.6.26</version>
    332332                <scope>provided</scope>
    333333            </dependency>
  • trunk/src/org/openstreetmap/josm/tools/Tag2Link.java

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