Index: /applications/editors/josm/plugins/reverter/build.xml
===================================================================
--- /applications/editors/josm/plugins/reverter/build.xml	(revision 29502)
+++ /applications/editors/josm/plugins/reverter/build.xml	(revision 29503)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="5775"/>
+    <property name="plugin.main.version" value="5865"/>
 
     <!-- Configure these properties (replace "..." accordingly).
@@ -14,6 +14,4 @@
     <property name="plugin.icon" value="images/revert-changeset.png"/>
     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Reverter"/>
-    <!--<property name="plugin.early" value="..."/>-->
-    <!--<property name="plugin.requires" value="..."/>-->
     <property name="plugin.stage" value="5"/>
 
Index: /applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java
===================================================================
--- /applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java	(revision 29502)
+++ /applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java	(revision 29503)
@@ -7,5 +7,5 @@
 import org.openstreetmap.josm.command.Command;
 import org.openstreetmap.josm.data.APIDataSet;
-import org.openstreetmap.josm.gui.io.TagSettingsPanel;
+import org.openstreetmap.josm.data.Version;
 import org.openstreetmap.josm.gui.io.UploadDialog;
 
@@ -31,5 +31,5 @@
         if (created_by == null || "".equals(created_by)) {
             if (hasRevertions) {
-                tags.put("created_by", TagSettingsPanel.getDefaultCreatedBy() + ";" + pluginString);
+                tags.put("created_by", Version.getInstance().getAgentString() + ";" + pluginString);
                 ud.setDefaultChangesetTags(tags);
             }
