From 87bd6e0dad9c8755b4548defb1dc468ad65799b3 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 12 Jul 2026 21:15:17 +0000 Subject: [PATCH] Fix Central publish plugin bug and bump to next dev version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.1.0 release published to Maven Central successfully, but the release workflow reported failure: central-publishing-maven-plugin 0.7.0 crashes deserializing Central's deployment-status response now that Central returns a 'warnings' field the 0.7.0 model doesn't recognize (UnrecognizedPropertyException). The crash happens after the bundle is uploaded and set to auto-publish, so the artifacts publish anyway — but the job exits non-zero. Bump the plugin to 0.11.0, which handles the new field, so future releases report success accurately. Also move the project to 0.1.1-SNAPSHOT for post-release development. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT --- benchmarks/pom.xml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 229bb29..1c4c138 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ systems.iop h2histogram-benchmarks - 0.1.0 + 0.1.1-SNAPSHOT jar h2histogram-benchmarks @@ -22,7 +22,7 @@ systems.iop h2histogram - 0.1.0 + 0.1.1-SNAPSHOT org.hdrhistogram diff --git a/pom.xml b/pom.xml index fbc70bf..a593754 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ systems.iop h2histogram - 0.1.0 + 0.1.1-SNAPSHOT jar h2histogram @@ -122,7 +122,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.7.0 + 0.11.0 true central