From 0abb94a0284f51d8d33f9487457eea54dceb532a Mon Sep 17 00:00:00 2001
From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr>
Date: Thu, 25 Aug 2022 18:32:58 +0200
Subject: [PATCH] Updated to use the new unique parent POM 'pom-icy'

---
 README.md | 2 +-
 pom.xml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7109067..3723ff8 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ A more detailed user documentation can be found on the Maven template plugin doc
 
 ### The `pom.xml` file.
 
-The `pom` for Icy plugin is fairly standard. First it inherits from `parent-pom-plugin` that specifies a few default values used throughout the Icy application.
+The `pom` for Icy plugin is fairly standard. First it inherits from `pom-icy` that specifies a few default values used throughout the Icy application.
 
 You want to edit the first section on the plugin information:
 
diff --git a/pom.xml b/pom.xml
index db68ae2..0fe5388 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,9 +6,9 @@
 
     <!-- Inherited Icy Parent POM -->
     <parent>
+        <artifactId>pom-icy</artifactId>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <artifactId>parent-pom-plugin</artifactId>
-        <version>1.0.5</version>
+        <version>2.1.0</version>
     </parent>
 
     <!-- Project Information -->
-- 
GitLab