From 0ce2465063bc1b9e03d75aec48739fe3a2d82d34 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 19 May 2022 11:40:23 +0200 Subject: [PATCH] fixed version --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 90c0f03..30f7528 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <!-- Project Information --> <artifactId>apache-commons-collections</artifactId> - <version>4.4</version> + <version>4.4.0</version> <packaging>jar</packaging> @@ -68,7 +68,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.1.1</version> <executions> <execution> <id>${project.artifactId}-fetch</id> -- GitLab