Index: applications/editors/josm/plugins/mapillary/build.xml
===================================================================
--- applications/editors/josm/plugins/mapillary/build.xml	(revision 31168)
+++ applications/editors/josm/plugins/mapillary/build.xml	(revision 31169)
@@ -14,8 +14,7 @@
 <project name="Mapillary" default="dist" basedir=".">
 
-    <!-- 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="7777"/>
+    <property name="plugin.version" value="0.8"/>
 
     <!-- Configure these properties (replace "..." accordingly).
@@ -25,5 +24,5 @@
          See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     -->
-    <property name="plugin.author" value="Polyglot - HolgerMappt"/>
+    <property name="plugin.author" value="Nokutu - Polyglot - HolgerMappt"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
     <property name="plugin.description" value="Enables user to work with pictures hosted at mapillary.com"/>
@@ -34,5 +33,5 @@
     <!--<property name="plugin.stage" value="..."/>-->
     
-	<property name="josm" location="../../core/dist/josm-latest.jar"/>
+	<property name="josm" location="../../core/dist/josm-custom.jar"/>
 	<property name="plugin.dist.dir" value="../../dist"/>
 	
