Skip to content
Snippets Groups Projects
Commit 8c6f6e23 authored by Amandine  TOURNAY's avatar Amandine TOURNAY
Browse files

Updated parent version

parent 9dbf05c5
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<parent> <parent>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>1.0.4</version> <version>1.0.6</version>
</parent> </parent>
<artifactId>convexify</artifactId> <artifactId>convexify</artifactId>
...@@ -20,41 +20,21 @@ ...@@ -20,41 +20,21 @@
Creates convex versions of regions of interests in 2D or 3D using the QuickHull library. Creates convex versions of regions of interests in 2D or 3D using the QuickHull library.
</description> </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> <dependencies>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId> <artifactId>protocols</artifactId>
<version>2.1.0</version> <version>${protocols.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-protocols</artifactId>
<version>3.0.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-quickhull</artifactId> <artifactId>quickhull</artifactId>
<version>1.0.0</version> <version>${quickhull.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-3d-mesh-roi</artifactId> <artifactId>3d-mesh-roi</artifactId>
<version>1.4.7</version> <version>${three-d-mesh-roi.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment