From b6a4c93da45626ea3683b0f76d918b503ac34e34 Mon Sep 17 00:00:00 2001 From: Amandine Tournay <amandine.tournay@pasteur.fr> Date: Tue, 9 Mar 2021 21:43:42 +0100 Subject: [PATCH] Updated POM --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9de9cf2..aba18de 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 -- GitLab