Skip to content
Snippets Groups Projects
Commit 500a2363 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

Updated to use new parent POM + fix

parent 310fabba
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>1.0.6</version> <artifactId>parent-pom-plugin</artifactId>
<version>1.0.1</version>
</parent> </parent>
<artifactId>label-extractor</artifactId> <artifactId>label-extractor</artifactId>
...@@ -27,4 +27,11 @@ ...@@ -27,4 +27,11 @@
<version>${blocks.version}</version> <version>${blocks.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project> </project>
\ No newline at end of file
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