diff --git a/pom.xml b/pom.xml
index 9de9cf229fdfe2fac9630abf6eb4d16d313e8a5f..aba18deff8d8091ffe63814be1d868cdecec94e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.bioimageanalysis.icy</groupId>
         <artifactId>parent-pom-plugin</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>workbooks</artifactId>
@@ -42,4 +42,12 @@
             <version>3.17</version>
         </dependency>
     </dependencies>
+
+    <repositories>
+        <repository>
+            <id>icy</id>
+            <name>Icy's Nexus</name>
+            <url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
+        </repository>
+    </repositories>
 </project>
\ No newline at end of file