diff --git a/pom.xml b/pom.xml
index 99439155da307a4f0a7409b5643b38c2fdad8348..f8f156b8c0c5de5b64fc101db0b24051d58ac01b 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.2</version>
+        <version>3.0.0-a.3</version>
     </parent>
 
     <!-- Project Information -->
     <artifactId>mcib3d-core</artifactId>
-    <version>4.0.0-a.1</version>
+    <version>4.0.0-a.2</version>
 
     <name>MCIB3D Core</name>
     <description>Core Library developed by our lab for 3D image processing and analysis.</description>
@@ -54,17 +54,9 @@
     <!-- List of project's dependencies -->
     <dependencies>
         <dependency>
-            <groupId>com.github.mcib3d</groupId>
+            <groupId>org.framagit.mcib3d</groupId>
             <artifactId>mcib3d-core</artifactId>
-            <version>4.0.1</version>
+            <version>4.1.7</version>
         </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>
\ No newline at end of file