diff --git a/pom.xml b/pom.xml
index 0746d3310260ec73a96c88fb43067c9cf33502b2..8db483e9fdecaea0a70e4688660704ac6569da16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,12 +6,12 @@
 
     <parent>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <artifactId>parent-pom-plugin</artifactId>
-        <version>1.0.8</version>
+        <artifactId>pom-icy</artifactId>
+        <version>2.1.5</version>
     </parent>
 
     <artifactId>color-picker-threshold</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
 
     <packaging>jar</packaging>
 
@@ -22,19 +22,10 @@
         – positive and negative colors selection and SVM learning
     </description>
 
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <jdk.version>1.8</jdk.version>
-
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.bioimageanalysis.icy</groupId>
             <artifactId>nherve-toolbox</artifactId>
-            <version>1.3.2</version>
         </dependency>
     </dependencies>