Index: applications/editors/josm/plugins/MicrosoftStreetside/build.xml
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/build.xml	(revision 34771)
+++ applications/editors/josm/plugins/MicrosoftStreetside/build.xml	(revision 34772)
@@ -7,14 +7,4 @@
     <!-- enter the SVN commit message -->
     <property name="commit.message" value="Commit message" />
-    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14183" />
-
-    <property name="plugin.author" value="renerr18" />
-    <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin" />
-    <property name="plugin.description" value="View high resolution Microsoft Streetside 360 degree imagery in JOSM." />
-    <property name="plugin.icon" value="images/streetside-logo-white.png" />
-    <!--<property name="plugin.link" value="https://github.com/spatialdev/MicrosoftStreetside"/>-->
-
-    <property name="plugin.canloadatruntime" value="true"/>
 
     <!-- edit the properties of this plugin in the file `gradle.properties` -->
Index: applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties	(revision 34771)
+++ applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties	(revision 34772)
@@ -1,17 +1,17 @@
-plugin.author=renerr18
+plugin.author=Microsoft
 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://wiki.openstreetmap.org/wiki/JOSM/Plugins/MicrosoftStreetside
+plugin.link=https://github.com/Microsoft/MicrosoftStreetsidePlugin
 
 # Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
 # You can check if the plugin compiles against this version by executing `./gradlew minJosmVersionClasses`.
-plugin.main.version=14153
+plugin.main.version=14460
 #plugin.version=
 # Version of JOSM against which the plugin is compiled
 # Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ .
 # If not, choose the next higher number that is available, or the gradle build will break.
-plugin.compile.version=14163
+plugin.compile.version=14460
 plugin.requires=apache-commons;apache-http;utilsplugin2;javafx
 
