diff --git a/pom.xml b/pom.xml
index b84e39d32bf3877f926ab684666840eeccbd7bce..62020755e7595f84d40ab323e245a9038cb97971 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,12 +8,12 @@
     <parent>
         <artifactId>pom-icy</artifactId>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <version>3.0.0-a.1</version>
+        <version>3.0.0-a.4</version>
     </parent>
 
     <!-- Project Information -->
     <artifactId>track-processor-excel-export</artifactId>
-    <version>2.0.0-a.1</version>
+    <version>2.0.0-a.2</version>
 
     <name>Track Processor Export Track to Excel</name>
     <description>This processor exports the tracks in an xls file (compatible with Protocols)</description>
@@ -70,12 +70,4 @@
             <artifactId>track-manager</artifactId>
         </dependency>
     </dependencies>
-
-    <!-- Icy Maven repository (to find parent POM) -->
-    <repositories>
-        <repository>
-            <id>icy</id>
-            <url>https://nexus-icy.pasteur.cloud/repository/icy/</url>
-        </repository>
-    </repositories>
 </project>