diff --git a/pom.xml b/pom.xml
index 01c6141556bed9227b1750b35aceb103f86fb00f..47fd66f9d76d68ef6828102475921cf33f29325f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,9 @@
 		<relativePath />
 	</parent>
     
+	<groupId>org.bioimageanalysis.icy</groupId>
     <artifactId>tensor-flow-1-interface</artifactId>
-    <version>1.0.0</version>
+    <version>0.0.1</version>
 
     <name>TensorFlow 1 engine for DL-model-runner</name>
     <description>This project complements the DL-model runner acting as the engine that works loading models 
@@ -141,6 +142,20 @@
             <version>1.15.0</version>
         </dependency>
     </dependencies>
+	
+	<distributionManagement>
+        <repository>
+            <id>icy-core-prod</id>
+            <name>Icy's Nexus</name>
+            <url>https://icy-nexus.pasteur.fr/repository/icy-core/</url>
+        </repository>
+        <snapshotRepository>
+            <id>icy-core-dev</id>
+            <name>Icy Dev's Nexus</name>
+            <url>https://icy-nexus-dev.pasteur.cloud/repository/icy-core/</url>
+        </snapshotRepository>
+    </distributionManagement>
+	
     <repositories>
         <repository>
             <id>icy</id>