From 012f3ab6c8eda31452862ae04cc47e2094967a88 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Wed, 13 Nov 2024 18:14:22 +0200 Subject: [PATCH] Revert "maven-surefire-plugin" to "v.3.2.5", as the Jenkins instance, used to build and generate the release, has an older version of maven, which is not supported by newer versions of this plugin. --- pom.xml | 3 ++- .../publications_retriever/util/url/DataForOutput.java | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a03350b..7ab41da 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,8 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.2 + 3.2.5 +