From dbba9cbcc9896a16b60606dd2ec8a78b98d32710 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Tue, 19 Jan 2021 15:35:30 +0100 Subject: [PATCH] updated to new parent POM --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index adb1220..1c94c15 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> -- GitLab