From 9c1a68fcec06f49351877ebbb2581561c17b118b Mon Sep 17 00:00:00 2001 From: Bogdan Mukvich Date: Wed, 14 Dec 2022 18:15:07 +0100 Subject: [PATCH] Specify versions-maven-plugin version explicitly If version not specified explicitly maven-cli downloads the latest Regression have been introduced in version 2.14.0 https://github.com/mojohaus/versions/issues/848 --- libraries/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/pom.xml b/libraries/pom.xml index ad9454197388a..0e52baa05fc88 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -145,6 +145,11 @@ maven-jar-plugin 3.2.2 + + org.codehaus.mojo + versions-maven-plugin + 2.13.0 +