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

Updated POM

parent 6dff59dc
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,11 @@ ...@@ -4,10 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<!-- Inherited Icy Parent POM -->
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId> <artifactId>parent-pom-plugin</artifactId>
<version>1.0.1</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>track-manager</artifactId> <artifactId>track-manager</artifactId>
...@@ -25,7 +26,7 @@ ...@@ -25,7 +26,7 @@
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>connected-components</artifactId> <artifactId>connected-components</artifactId>
<version>${connected-components.version}</version> <version>4.8.7</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
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