Commit 46b7f7d
build: downgrade maven-release-plugin to 2.5.3
maven-release-plugin 3.3.1 (released May 2026) breaks the GitHub release
flow with "preparation step was stopped mid-way". The root cause is an SCM
API incompatibility: the pom.xml pins maven-scm-provider-gitexe:1.9.5 (SCM
1.x), while plugin 3.x requires the SCM 2.x API internally. Reverting to
2.5.3, which was the last known-good version and is compatible with the
pinned scm-provider-gitexe 1.9.5.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fa7512a commit 46b7f7d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments