From 9057db05f9bed83d1b2983592e810f98e1883648 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 19 May 2022 11:40:05 +0200 Subject: [PATCH] fixed version --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ecf2400..08e5b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <!-- Project Information --> <artifactId>apache-commons-codec</artifactId> - <version>1.1.15</version> + <version>1.15.0</version> <packaging>jar</packaging> @@ -66,7 +66,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