Skip to content
Snippets Groups Projects
Commit 3979b200 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

update pom parent

parent f555e45e
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<!-- Inherited Icy Parent POM --> <!-- Inherited Icy Parent POM -->
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>2.0.0</version> <artifactId>pom-icy</artifactId>
</parent> <version>2.2.0</version>
</parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>3d-spheres-vtk</artifactId> <artifactId>3d-spheres-vtk</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
Mapping molecular assemblies with fluorescence microscopy and object-based spatial statistics: Mapping molecular assemblies with fluorescence microscopy and object-based spatial statistics:
https://www.nature.com/articles/s41467-018-03053-x https://www.nature.com/articles/s41467-018-03053-x
</description> </description>
<url>http://icy.bioimageanalysis.org/plugin/draw-3d-spheres-with-vtk/</url> <url>https://icy.bioimageanalysis.org/plugin/draw-3d-spheres-with-vtk/</url>
<inceptionYear>2020</inceptionYear> <inceptionYear>2020</inceptionYear>
<organization> <organization>
...@@ -67,38 +67,17 @@ ...@@ -67,38 +67,17 @@
</developer> </developer>
</developers> </developers>
<!-- Project properties -->
<properties>
</properties>
<profiles>
<profile>
<id>icy-plugin</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <dependencies>
<!-- The core of Icy -->
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId> <artifactId>icy-vtk</artifactId>
<version>${icy-kernel.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>protocols</artifactId> <artifactId>protocols</artifactId>
<version>${protocols.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-vtk</artifactId>
<version>${icy-vtk.version}</version>
</dependency>
</dependencies> </dependencies>
<!-- Icy Maven repository (to find parent POM) --> <!-- Icy Maven repository (to find parent POM) -->
......
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