From 8c6f6e2368da31bfaef1b73fb7b8cc4c469b1552 Mon Sep 17 00:00:00 2001 From: Amandine Tournay <amandine.tournay@pasteur.fr> Date: Tue, 24 Nov 2020 14:53:37 +0100 Subject: [PATCH] Updated parent version --- pom.xml | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index fcedf8a..17d3de8 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>convexify</artifactId> @@ -20,41 +20,21 @@ Creates convex versions of regions of interests in 2D or 3D using the QuickHull library. </description> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jdk.version>1.8</jdk.version> - - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> - </properties> - <dependencies> <dependency> <groupId>org.bioimageanalysis.icy</groupId> - <artifactId>icy-kernel</artifactId> - <version>2.1.0</version> - </dependency> - <dependency> - <groupId>org.bioimageanalysis.icy</groupId> - <artifactId>icy-protocols</artifactId> - <version>3.0.9</version> + <artifactId>protocols</artifactId> + <version>${protocols.version}</version> </dependency> <dependency> <groupId>org.bioimageanalysis.icy</groupId> - <artifactId>icy-quickhull</artifactId> - <version>1.0.0</version> + <artifactId>quickhull</artifactId> + <version>${quickhull.version}</version> </dependency> <dependency> <groupId>org.bioimageanalysis.icy</groupId> - <artifactId>icy-3d-mesh-roi</artifactId> - <version>1.4.7</version> + <artifactId>3d-mesh-roi</artifactId> + <version>${three-d-mesh-roi.version}</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