From 796f27ab72cc400e087cfc849b7ea390e61b808b Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sat, 13 Dec 2025 15:34:38 +0100 Subject: [PATCH] Downgrade maven-deploy-plugin to 3.1.1 - downgrade plugin (3.1.4 -> 3.1.1) since 3.1.4 requires maven 3.6.3 [0] which is newer than what is used in the pipeline [0] https://maven.apache.org/plugins/maven-deploy-plugin/plugin-info.html#system-requirements-history Issue-ID: SO-4233 Change-Id: I6f92112c643d3f65667c8b25e44d16f40fb5051e Signed-off-by: Fiete Ostkamp --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index da79f28..61033aa 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.4 + 3.1.1 -- 2.16.6