diff --git a/pom.xml b/pom.xml index adb1220e0925b0831c55f85915594036396b16e4..1c94c15d89ee42dfd1bf8cd2f81c39b78576290a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>1.0.6</version> + <artifactId>parent-pom-plugin</artifactId> + <version>1.0.1</version> </parent> <artifactId>micromanager</artifactId> @@ -41,6 +41,10 @@ </dependencies> <repositories> + <repository> + <id>icy</id> + <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> + </repository> <repository> <id>imagej-release</id> <url>http://maven.imagej.net/content/repositories/public/</url>