Changeset 19620 in josm
- Timestamp:
- 2026-08-29T13:19:05+02:00 (7 hours ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
nodist/pom.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/tools/Tag2Link.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/nodist/pom.xml
r19616 r19620 329 329 <groupId>org.webjars.npm</groupId> 330 330 <artifactId>tag2link</artifactId> 331 <version>2026. 6.26</version>331 <version>2026.8.21</version> 332 332 <scope>provided</scope> 333 333 </dependency> -
trunk/src/org/openstreetmap/josm/tools/Tag2Link.java
r19617 r19620 65 65 66 66 static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source", 67 Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2026. 6.26/index.json"));67 Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2026.8.21/index.json")); 68 68 69 69 static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Note:
See TracChangeset
for help on using the changeset viewer.
