Index: applications/editors/josm/plugins/jts/build.xml
===================================================================
--- applications/editors/josm/plugins/jts/build.xml	(revision 36325)
+++ applications/editors/josm/plugins/jts/build.xml	(revision 36348)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="12164"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <property name="plugin.author" value="Josh Doe &lt;josh@joshdoe.com&gt;"/>
Index: applications/editors/josm/plugins/jts/ivy.xml
===================================================================
--- applications/editors/josm/plugins/jts/ivy.xml	(revision 36325)
+++ 	(revision )
@@ -1,11 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- License: GPL. For details, see LICENSE file. -->
-<ivy-module version="2.0">
-    <info organisation="org.openstreetmap.josm.plugins" module="jts"/>
-    <dependencies>
-        <dependency org="org.locationtech.jts" name="jts-core" rev="1.19.0" />
-        <dependency org="org.locationtech.jts.io" name="jts-io-common" rev="1.19.0" />
-        <!-- jts-io-common has junit as a test dependency -->
-        <exclude org="junit" />
-    </dependencies>
-</ivy-module>
Index: applications/editors/josm/plugins/jts/pom.xml
===================================================================
--- applications/editors/josm/plugins/jts/pom.xml	(revision 36325)
+++ applications/editors/josm/plugins/jts/pom.xml	(revision 36348)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>12164</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
     
         <plugin.author>Josh Doe &lt;josh@joshdoe.com&gt;</plugin.author>
@@ -25,4 +25,5 @@
         <plugin.canloadatruntime>true</plugin.canloadatruntime>
         <plugin.stage>10</plugin.stage>
+        <jts.version>1.19.0</jts.version>
     </properties>
     <dependencies>
@@ -30,5 +31,5 @@
             <groupId>org.locationtech.jts</groupId>
             <artifactId>jts-core</artifactId>
-            <version>1.19.0</version>
+            <version>${jts.version}</version>
             <scope>compile</scope>
         </dependency>
@@ -36,5 +37,5 @@
             <groupId>org.locationtech.jts.io</groupId>
             <artifactId>jts-io-common</artifactId>
-            <version>1.19.0</version>
+            <version>${jts.version}</version>
             <scope>compile</scope>
         </dependency>
