Index: /applications/editors/josm/plugins/geotools/.classpath
===================================================================
--- /applications/editors/josm/plugins/geotools/.classpath	(revision 30568)
+++ /applications/editors/josm/plugins/geotools/.classpath	(revision 30569)
@@ -6,22 +6,22 @@
 	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-api-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-coverage-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-data-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-geotiff-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-main-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-metadata-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-opengis-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-referencing-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/gt-shapefile-10.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/hsqldb-1.8.0.7.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.1.8.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/imageio-ext-utilities-1.1.8.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-api-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-coverage-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-data-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-geotiff-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-main-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-metadata-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-opengis-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-referencing-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/gt-shapefile-11.2.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/hsqldb-2.2.8.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.1.10.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/imageio-ext-utilities-1.1.10.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/jai_codec-1.1.3.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/jai_core-1.1.3.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/jai_imageio-1.1.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/jdom-1.0.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/jdom-1.1.3.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/jt-contour-1.3.1.jar"/>
Index: /applications/editors/josm/plugins/geotools/README
===================================================================
--- /applications/editors/josm/plugins/geotools/README	(revision 30568)
+++ /applications/editors/josm/plugins/geotools/README	(revision 30569)
@@ -4,3 +4,3 @@
     * Licensed under GPL v3 (see LICENSE)
 
-The current embedded version of GeoTools is 10.5.
+The current embedded version of GeoTools is 11.2.
Index: /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
===================================================================
--- /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java	(revision 30568)
+++ /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java	(revision 30569)
@@ -11,4 +11,5 @@
 import org.opengis.referencing.FactoryException;
 import org.opengis.referencing.NoSuchAuthorityCodeException;
+import org.openstreetmap.josm.Main;
 import org.openstreetmap.josm.plugins.Plugin;
 import org.openstreetmap.josm.plugins.PluginInformation;
@@ -74,7 +75,7 @@
             CRS.decode("EPSG:4326");
         } catch (NoSuchAuthorityCodeException e) {
-            System.err.println("geotools: error in EPSG database initialization. NoSuchAuthorityCodeException: "+e.getMessage());
+            Main.error("geotools: error in EPSG database initialization. NoSuchAuthorityCodeException: "+e.getMessage());
         } catch (FactoryException e) {
-            System.err.println("geotools: error in EPSG database initialization. FactoryException: "+e.getMessage());
+            Main.error("geotools: error in EPSG database initialization. FactoryException: "+e.getMessage());
         }
     }
