From 54342d903a5a81f6202065636486b335115e7d6d Mon Sep 17 00:00:00 2001 From: DemchaAV Date: Wed, 3 Jun 2026 10:42:01 +0100 Subject: [PATCH] build(release): bump central-publishing-maven-plugin 0.9.0 -> 0.10.0 + unblock Dependabot (Track N L2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Dependabot ignore on central-publishing-maven-plugin 0.10.0 was added in 1.6.8 to defer the bump until validated against the release profile. The pom has since moved to 0.9.0, so this is a 1-minor bump, not the 3-minor jump the ignore comment described. - bump central.publishing.plugin.version 0.9.0 -> 0.10.0 - drop the now-obsolete Dependabot ignore (and its stale 0.7->0.10 comment) - CHANGELOG Build note Verified: 'mvn -P release package' BUILD SUCCESS — plugin 0.10.0 resolves and the sources/javadoc jars build. Central staging upload is exercised at the next publish (publish.yml on tag). --- .github/dependabot.yml | 6 ------ CHANGELOG.md | 4 ++++ pom.xml | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf91234d..7e6795ef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,12 +34,6 @@ updates: # jackson-bom >= 2.22.1 (or 2.23.0) lands on Central with full module sync. - dependency-name: "com.fasterxml.jackson:jackson-bom" versions: ["2.22.0"] - # central-publishing-maven-plugin 0.10.0 is a 3-minor jump (0.7 → 0.10) on - # the plugin that publishes Maven Central artefacts (the v1.6.6 release - # used 0.7.0). Block this version until the release profile is validated - # against 0.10.x in a focused PR; remove this entry once that work lands. - - dependency-name: "org.sonatype.central:central-publishing-maven-plugin" - versions: ["0.10.0"] - package-ecosystem: github-actions directory: "/" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1545fd1c..1a2db633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ Housekeeping cycle plus the public pixel-level visual-regression API (Track N). public `com.demcha.compose.testing.*` helpers (`testing.layout` + `testing.visual`) in addition to the canonical `document` API, so Javadoc regressions on the testing surface fail fast in CI. No artifact or behaviour change. +- Bumped `central-publishing-maven-plugin` 0.9.0 → 0.10.0 (the Maven Central + publishing plugin) and removed the Dependabot block on 0.10.0; the + release-profile build is verified locally and the Central upload is exercised + at the next publish. ## v1.6.8 — 2026-06-01 diff --git a/pom.xml b/pom.xml index 28b7ef6f..24b839be 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 1.18.9 - 0.9.0 + 0.10.0 3.15.0 3.6.3 3.2.8