Skip to content

Commit f29ec55

Browse files
authored
build(release): bump central-publishing-maven-plugin 0.9.0 -> 0.10.0 + unblock Dependabot (Track N L2) (#129)
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).
1 parent 07cebfc commit f29ec55

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ updates:
3434
# jackson-bom >= 2.22.1 (or 2.23.0) lands on Central with full module sync.
3535
- dependency-name: "com.fasterxml.jackson:jackson-bom"
3636
versions: ["2.22.0"]
37-
# central-publishing-maven-plugin 0.10.0 is a 3-minor jump (0.7 → 0.10) on
38-
# the plugin that publishes Maven Central artefacts (the v1.6.6 release
39-
# used 0.7.0). Block this version until the release profile is validated
40-
# against 0.10.x in a focused PR; remove this entry once that work lands.
41-
- dependency-name: "org.sonatype.central:central-publishing-maven-plugin"
42-
versions: ["0.10.0"]
4337

4438
- package-ecosystem: github-actions
4539
directory: "/"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Housekeeping cycle plus the public pixel-level visual-regression API (Track N).
3535
public `com.demcha.compose.testing.*` helpers (`testing.layout` + `testing.visual`)
3636
in addition to the canonical `document` API, so Javadoc regressions on the
3737
testing surface fail fast in CI. No artifact or behaviour change.
38+
- Bumped `central-publishing-maven-plugin` 0.9.0 → 0.10.0 (the Maven Central
39+
publishing plugin) and removed the Dependabot block on 0.10.0; the
40+
release-profile build is verified locally and the Central upload is exercised
41+
at the next publish.
3842

3943
## v1.6.8 — 2026-06-01
4044

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<byteBuddy.version>1.18.9</byteBuddy.version>
6464

6565
<!-- Build plugins -->
66-
<central.publishing.plugin.version>0.9.0</central.publishing.plugin.version>
66+
<central.publishing.plugin.version>0.10.0</central.publishing.plugin.version>
6767
<maven.compiler.plugin.version>3.15.0</maven.compiler.plugin.version>
6868
<maven.enforcer.plugin.version>3.6.3</maven.enforcer.plugin.version>
6969
<maven.gpg.plugin.version>3.2.8</maven.gpg.plugin.version>

0 commit comments

Comments
 (0)