Index: /applications/editors/josm/plugins/utilsplugin/build.xml
===================================================================
--- /applications/editors/josm/plugins/utilsplugin/build.xml	(revision 18296)
+++ /applications/editors/josm/plugins/utilsplugin/build.xml	(revision 18297)
@@ -25,5 +25,5 @@
                 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
                 <attribute name="Plugin-Description" value="Several utilities that make your life easier: e.g. simplify way, join areas, jump to position."/>
-                <attribute name="Plugin-Mainversion" value="2166"/>
+                <attribute name="Plugin-Mainversion" value="2327"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
             </manifest>
Index: /applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JumpToAction.java
===================================================================
--- /applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JumpToAction.java	(revision 18296)
+++ /applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JumpToAction.java	(revision 18297)
@@ -122,6 +122,6 @@
         Bounds b = OsmUrlToBounds.parse(url.getText());
         if (b != null) {
-            lat.setText(Double.toString((b.min.lat() + b.max.lat())/2));
-            lon.setText(Double.toString((b.min.lon() + b.max.lon())/2));
+            lat.setText(Double.toString((b.getMin().lat() + b.getMax().lat())/2));
+            lon.setText(Double.toString((b.getMin().lon() + b.getMax().lon())/2));
 
             int zoomLvl = 16;
