Index: trunk/src/org/openstreetmap/josm/data/Preferences.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/Preferences.java	(revision 9118)
+++ trunk/src/org/openstreetmap/josm/data/Preferences.java	(revision 9119)
@@ -1817,8 +1817,8 @@
      */
     public void removeObsolete() {
-        // drop this block end of 2015
-        // update old style JOSM server links to use zip now, see #10581
+        // drop this block march 2016
+        // update old style JOSM server links to use zip now, see #10581, #12189
         // actually also cache and mirror entries should be cleared
-        if (getInteger("josm.version", Version.getInstance().getVersion()) < 8099) {
+        if (getInteger("josm.version", Version.getInstance().getVersion()) < 9119) {
             for (String key: new String[]{"mappaint.style.entries", "taggingpreset.entries"}) {
                 Collection<Map<String, String>> data = getListOfStructs(key, (Collection<Map<String, String>>) null);
