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

Upgraded POM to latest version

parent 229a6321
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.6</version>
</parent>
<version>2.0.0</version>
</parent>
<artifactId>spot-detector-block</artifactId>
<version>1.0.0</version>
......@@ -19,12 +19,20 @@
<description>
Spot detector plugin extension for Protocols.
</description>
<profiles>
<profile>
<id>icy-plugin</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>spot-detector</artifactId>
<version>1.9.2</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