From a020f44c73ab9b591b08e5e8aacc33a5e4a792b3 Mon Sep 17 00:00:00 2001
From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr>
Date: Thu, 25 Aug 2022 18:25:34 +0200
Subject: [PATCH] cleanup

---
 pom.xml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 608317b..3523d9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,19 +20,6 @@
     <url>http://icy.bioimageanalysis.org/plugin/apache-commons-csv/</url>
     <inceptionYear>2020</inceptionYear>
 
-    <organization>
-        <name>Institut Pasteur</name>
-        <url>https://pasteur.fr</url>
-    </organization>
-
-    <licenses>
-        <license>
-            <name>GNU GPLv3</name>
-            <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-
     <developers>
         <developer>
             <id>sdallongeville</id>
@@ -53,7 +40,7 @@
 
     <!-- Project properties -->
     <properties>
-	    <artifact-to-include>commons-csv</artifact-to-include>
+	    <artifact-to-extract>commons-csv</artifact-to-extract>
     </properties>
     
     <!-- List of project's dependencies -->
-- 
GitLab