From 5838d653d84c40c84b9f800d25c3f56dc8d09ac4 Mon Sep 17 00:00:00 2001 From: Igor Dobryn Date: Mon, 13 Jul 2026 12:36:43 +0300 Subject: [PATCH 1/2] Update central-publishing-maven-plugin to 0.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 271d795..678f56e 100644 --- a/pom.xml +++ b/pom.xml @@ -216,7 +216,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.5.0 +k 0.11.0 true central From 9efd2a7b81b77c498ff47117ef9ce0e009555129 Mon Sep 17 00:00:00 2001 From: Igor Dobryn Date: Mon, 13 Jul 2026 13:05:19 +0300 Subject: [PATCH 2/2] Change waitUntil configuration from 'published' to 'validated' to avoid long waiting during automated deploys --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 678f56e..d2ab458 100644 --- a/pom.xml +++ b/pom.xml @@ -216,12 +216,12 @@ org.sonatype.central central-publishing-maven-plugin -k 0.11.0 + 0.11.0 true central true - published + validated