From 7763e1dab197381400c8859ccd6279e283dc6ac3 Mon Sep 17 00:00:00 2001 From: Amandine Tournay <amandine.tournay@pasteur.fr> Date: Tue, 24 Nov 2020 16:25:40 +0100 Subject: [PATCH] Updated parent version --- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 374d387..3f9be49 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>1.0.4</version> + <version>1.0.6</version> </parent> <artifactId>quickhull</artifactId> @@ -21,22 +21,10 @@ </description> <dependencies> - <dependency> - <groupId>org.bioimageanalysis.icy</groupId> - <artifactId>icy-kernel</artifactId> - <version>2.1.0</version> - </dependency> <dependency> <groupId>javax.vecmath</groupId> <artifactId>vecmath</artifactId> <version>1.5.2</version> </dependency> </dependencies> - - <repositories> - <repository> - <id>icy</id> - <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> - </repository> - </repositories> </project> \ No newline at end of file -- GitLab