From 98a52bbc4804eb8e3352285d463277f8dd1b2e41 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 19 May 2022 11:40:52 +0200 Subject: [PATCH] fixed version --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 435717a..006209a 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <!-- Project Information --> <artifactId>apache-commons-logging</artifactId> - <version>1.2</version> + <version>1.2.0</version> <packaging>jar</packaging> @@ -64,7 +64,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> @@ -97,6 +96,8 @@ <artifactId>commons-logging</artifactId> <version>1.2</version> </dependency> + + </dependencies> <!-- Icy Maven repository (to find parent POM) --> -- GitLab