From 5c36a616cda6f874e5d4677bc19e444445a4f21f Mon Sep 17 00:00:00 2001
From: carlosuc3m <100329787@alumnos.uc3m.es>
Date: Tue, 31 Jan 2023 18:08:28 +0100
Subject: [PATCH] update pom to release the plugin

---
 pom.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 01c6141..47fd66f 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>
-- 
GitLab