From 2fcb9b7ce5f2a4779df3685dae0a20553fd4a2c9 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 10 Nov 2022 10:03:13 +0100 Subject: [PATCH] cleanup --- pom.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/pom.xml b/pom.xml index 8937cdf..f547cb0 100644 --- a/pom.xml +++ b/pom.xml @@ -20,37 +20,6 @@ <url>http://icy.bioimageanalysis.org/plugin/apache-httpclient/</url> <inceptionYear>2022</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> - <name>Stéphane Dallongeville</name> - <url>https://research.pasteur.fr/fr/member/stephane-dallongeville/</url> - <roles> - <role>founder</role> - <role>lead</role> - <role>architect</role> - <role>developer</role> - <role>debugger</role> - <role>tester</role> - <role>maintainer</role> - <role>support</role> - </roles> - </developer> - </developers> - <!-- Project properties --> <properties> <artifact-to-extract>fluent-hc,httpclient,httpclient-cache,httpcore,httpmime</artifact-to-extract> -- GitLab