Skip to content

Commit 46b7f7d

Browse files
nikagraclaude
andcommitted
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

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
</plugin>
619619
<plugin>
620620
<artifactId>maven-release-plugin</artifactId>
621-
<version>3.3.1</version>
621+
<version>2.5.3</version>
622622
</plugin>
623623
<plugin>
624624
<artifactId>maven-install-plugin</artifactId>

0 commit comments

Comments
 (0)