From 4b5b0cbf53d635668b958cd43135d615b9fd98ff Mon Sep 17 00:00:00 2001 From: Thomas <thomas.musset@pasteur.fr> Date: Thu, 30 Mar 2023 13:16:19 +0200 Subject: [PATCH] update artifact version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2fbb54a..f1ba0dd 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <!-- Project Information --> <artifactId>apache-commons-collections</artifactId> - <version>4.4.0</version> + <version>5.0.0</version> <packaging>jar</packaging> @@ -59,7 +59,7 @@ <!-- Project properties --> <properties> - <artifact-to-extract>commons-collections</artifact-to-extract> + <artifact-to-extract>commons-collections4</artifact-to-extract> </properties> <!-- List of project's dependencies --> -- GitLab