Skip to content

Commit

Permalink
Fix #23816: Update Microsoft Streetside plugin link to point at curre…
Browse files Browse the repository at this point in the history
…nt source code instead of old source code

git-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36296 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
  • Loading branch information
tsmock committed Jul 23, 2024
1 parent 63e335f commit e5bd7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MicrosoftStreetside/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugin.canloadatruntime=true
plugin.class=org.openstreetmap.josm.plugins.streetside.StreetsidePlugin
plugin.description=Allows the user to work with pictures hosted at Microsoft Streetside
plugin.icon=images/streetside-logo.svg
plugin.link=https://github.com/Microsoft/MicrosoftStreetsidePlugin
plugin.link=https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/MicrosoftStreetside
plugin.minimum.java.version=21

# Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
Expand Down
2 changes: 1 addition & 1 deletion MicrosoftStreetside/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<plugin.class>org.openstreetmap.josm.plugins.streetside.StreetsidePlugin</plugin.class>
<plugin.description>Allows the user to work with pictures hosted at Microsoft Streetside</plugin.description>
<plugin.icon>images/streetside-logo.svg</plugin.icon>
<plugin.link>https://github.com/Microsoft/MicrosoftStreetsidePlugin</plugin.link>
<plugin.link>https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/MicrosoftStreetside</plugin.link>
<plugin.canloadatruntime>true</plugin.canloadatruntime>
<java.lang.version>21</java.lang.version>
<plugin.requires>apache-commons;javafx</plugin.requires>
Expand Down

0 comments on commit e5bd7d8

Please sign in to comment.