From fdcc4fbabf316f6ec620e4e6469784e1a0b963b8 Mon Sep 17 00:00:00 2001
From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr>
Date: Mon, 7 Dec 2020 12:34:36 +0100
Subject: [PATCH] Updated to use new parent POM

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index daa01d4..f8d00a0 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>convexify</artifactId>
-- 
GitLab