From 8793e5b53bf77a482ff8ba6e1ec33586fac0810a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20=20DALLONGEVILLE?= <stephane.dallongeville@pasteur.fr> Date: Mon, 7 Dec 2020 15:19:57 +0100 Subject: [PATCH] Fixed parent pom name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba73e49..c3f8eff 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository serves as a template for your future Icy plugin. If you want to ### The `pom.xml` file. -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. +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. You want to edit the first section on the plugin information: -- GitLab