From dc91241f688bfd9aadfed2afbeadadafb180a7c5 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 3 Jul 2024 19:39:44 +0200 Subject: [PATCH] Upgrade maven-deploy-plugin to 3.1.2 (#16987) This may help with fixing or diagnosing read timouts during deployment. Signed-off-by: Wouter Born --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 6e5a9a98cca2c..97979dd6c8081 100644 --- a/pom.xml +++ b/pom.xml @@ -330,6 +330,12 @@ Import-Package: \\ + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.2 + + org.apache.maven.plugins maven-enforcer-plugin