From bcdfa38e1ffaba5848796e9a7e9d0bda94b0a022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Contreras=20Guill=C3=A9n?= Date: Wed, 11 Feb 2026 12:42:13 +0100 Subject: [PATCH] fix: change Maven Central waitUntil from published to uploaded Prevent CI from hanging indefinitely when Sonatype Central Portal validation is slow or pending. The upload completes immediately and publishing can be monitored asynchronously on the portal. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 93c978a..0144e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ central true - published + uploaded required