From 16b84c9849aa3c5742d54249ec4df2850eb5ebd5 Mon Sep 17 00:00:00 2001 From: sophia chen Date: Fri, 19 Jun 2026 17:07:31 +1000 Subject: [PATCH] bump central-publishing-maven-plugin to 0.11.0 to fix publish deserialization error Sonatype Central API added a "warnings" field to DeploymentApiResponse; 0.7.0's Jackson model didn't declare it, causing UnrecognizedPropertyException on publish. Co-Authored-By: Claude Sonnet 4.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad9fccc5..56a91285 100644 --- a/pom.xml +++ b/pom.xml @@ -374,7 +374,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.7.0 + 0.11.0 true central