diff --git a/pom.xml b/pom.xml
index aa24e107df20c6710ea80342426c84892fab54a7..c569c7771b4a903e2b019a55f8284a1eb158cfbb 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.2.0</version>
     </parent>
 
     <artifactId>rsyntaxtextarea</artifactId>
-    <version>2.5.1</version>
+    <version>3.0.0</version>
 
     <packaging>jar</packaging>
 
@@ -20,11 +20,15 @@
         RSyntaxTextArea library for Icy: provides a TextArea component with syntax highlight for different languages.
     </description>
 
+    <properties>
+        <artifact-to-extract>rsyntaxtextarea</artifact-to-extract>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.fifesoft</groupId>
             <artifactId>rsyntaxtextarea</artifactId>
-            <version>2.5.1</version>
+            <version>3.3.3</version>
         </dependency>
     </dependencies>