Index: applications/editors/josm/plugins/MicrosoftStreetside/build.gradle
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/build.gradle	(revision 34324)
+++ applications/editors/josm/plugins/MicrosoftStreetside/build.gradle	(revision 34329)
@@ -2,11 +2,10 @@
   id "org.sonarqube" version "2.6.2"
   id "org.kordamp.markdown.convert" version "1.1.0"
-  id 'org.openstreetmap.josm' version "0.5.0"
+  id 'org.openstreetmap.josm' version "0.4.4"
   id "com.github.ben-manes.versions" version "0.17.0"
-  id 'com.github.spotbugs' version '1.6.2'
+  id 'com.github.spotbugs' version '1.6.1'
   id "net.ltgt.errorprone" version "0.0.14"
 
   id 'eclipse'
-  id 'idea'
   id 'jacoco'
   id 'java'
@@ -41,4 +40,5 @@
   compile 'us.monoid.web:resty:0.3.2'
   testImplementation ('org.openstreetmap.josm:josm-unittest'){changing=true}
+  testImplementation 'com.github.tomakehurst:wiremock:2.17.0'
   testImplementation 'junit:junit:4.12'
 }
@@ -73,7 +73,14 @@
   debugPort = 7051
   manifest {
+    // See https://floscher.github.io/gradle-josm-plugin/kdoc/current/gradle-josm-plugin/org.openstreetmap.josm.gradle.plugin.config/-josm-manifest/old-version-download-link.html
+    //oldVersionDownloadLink 13643, 'v1.5.14', new URL("https://github.com/JOSM/Mapillary/releases/download/v1.5.14/Mapillary.jar")
+    //oldVersionDownloadLink 13558, 'v1.5.12+pre13643', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.12%2Bpre13643/Mapillary.jar')
+    //oldVersionDownloadLink 12987, 'v1.5.10', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.10/Mapillary.jar')
+    //oldVersionDownloadLink 12675, 'v1.5.7', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.7/Mapillary.jar')
+    //oldVersionDownloadLink 12128, 'v1.5.5', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.5/Mapillary.jar')
+    //oldVersionDownloadLink 10824, 'v1.5.3', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.3/Mapillary.jar')
   }
   i18n {
-    //pathTransformer = getGithubPathTransformer('JOSM/Mapillary')
+    pathTransformer = getGithubPathTransformer('spatialdev/MicrosoftStreetside')
   }
 }
@@ -121,3 +128,2 @@
   }
 }
-
