Skip to content
Snippets Groups Projects
Commit 5c36a616 authored by carlosuc3m's avatar carlosuc3m
Browse files

update pom to release the plugin

parent 86bf8086
Branches
No related tags found
No related merge requests found
...@@ -10,8 +10,9 @@ ...@@ -10,8 +10,9 @@
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>tensor-flow-1-interface</artifactId> <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> <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 <description>This project complements the DL-model runner acting as the engine that works loading models
...@@ -141,6 +142,20 @@ ...@@ -141,6 +142,20 @@
<version>1.15.0</version> <version>1.15.0</version>
</dependency> </dependency>
</dependencies> </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> <repositories>
<repository> <repository>
<id>icy</id> <id>icy</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment