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

Upgraded POM to latest version

parent 8fd8c6da
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
<!-- Inherited Icy Parent POM --> <!-- Inherited Icy Parent POM -->
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId> <version>2.0.0</version>
<version>1.0.5</version>
</parent> </parent>
<artifactId>track-manager</artifactId> <artifactId>track-manager</artifactId>
...@@ -21,12 +21,26 @@ ...@@ -21,12 +21,26 @@
he track manager enables the use of DSP-like trackProcessors. he track manager enables the use of DSP-like trackProcessors.
This can affect the display of tracks, selection in time or by ROIs, and also compute some views like the overlaid and animated local flow graph, polar graph. This can affect the display of tracks, selection in time or by ROIs, and also compute some views like the overlaid and animated local flow graph, polar graph.
</description> </description>
<profiles>
<profile>
<id>icy-plugin</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<dependencies> <dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
<version>${icy-kernel.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>connected-components</artifactId> <artifactId>connected-components</artifactId>
<version>4.8.7</version> <version>${connected-components.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment