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

Upgraded POM to latest version

parent be6bc2ce
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@
<!-- Inherited Icy Parent POM -->
<parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.3</version>
</parent>
<version>2.0.0</version>
</parent>
<!-- Project Information -->
<artifactId>track-processor-intensity-profile</artifactId>
......@@ -64,10 +64,14 @@
</properties>
<!-- Project build configuration -->
<build>
</build>
<profiles>
<profile>
<id>icy-plugin</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<!-- List of project's dependencies -->
<dependencies>
......@@ -75,30 +79,31 @@
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
<version>${icy-kernel.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>jfreechart</artifactId>
<version>1.5.3</version>
<version>${jfreechart.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>spot-detection-utilities</artifactId>
<version>1.1.6</version>
<version>${spot-detection-utilities.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>spot-tracking</artifactId>
<version>3.4.6</version>
<version>${spot-tracking.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>track-manager</artifactId>
<version>1.4.6</version>
<version>${track-manager.version}</version>
</dependency>
</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