From 0f94f4a839b20118af3d7ff5d05aa24c3d30d4e7 Mon Sep 17 00:00:00 2001 From: Simon Massey <322608+simbo1905@users.noreply.github.com> Date: Sun, 30 Aug 2026 18:46:56 +0100 Subject: [PATCH] Issue #158 bump central-publishing-maven-plugin to 0.8.0 The Central Portal API now returns a 'warnings' field in the deployment response which the strict Jackson model in plugin 0.6.0 cannot parse, failing the publish after a successful upload with UnrecognizedPropertyException. 0.8.0 knows the new response fields. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 51594a23..65fcbe75 100644 --- a/pom.xml +++ b/pom.xml @@ -208,7 +208,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.6.0 + 0.8.0 true central