Index: applications/editors/josm/plugins/DirectUpload/build.xml
===================================================================
--- applications/editors/josm/plugins/DirectUpload/build.xml	(revision 12022)
+++ applications/editors/josm/plugins/DirectUpload/build.xml	(revision 12588)
@@ -21,4 +21,5 @@
     <echo message="creating ${plugin.jar}"/>
     <javac srcdir="src" classpath="${josm}" destdir="build" debug="true" encoding="UTF-8">
+      <compilerarg value="-Xlint:deprecation"/>
       <include name="**/*.java" />
     </javac>
@@ -45,5 +46,5 @@
 	<attribute name="Plugin-Author" value="Subhodip Biswas :subhodipbiswas@gmail.com" />
 	<attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
-        <attribute name="Plugin-Mainversion" value="1"/>
+        <attribute name="Plugin-Mainversion" value="1180"/>
 	<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
       </manifest>
