Skip to content

Fix Java SDK version selection - #3

Merged
mikipalet merged 1 commit into
mainfrom
fix/java-version-selection
Sep 17, 2026
Merged

mikipalet merged 1 commit into
mainfrom
fix/java-version-selection

Conversation

@mikipalet

Copy link
Copy Markdown
Member

Repeated regenerations selected v0.0.951 with git describe because both v0.0.951 and v0.0.952 point to the same commit. They therefore kept committing 0.0.952 and dispatching Maven Central publishes that failed because the version already exists.

Select the highest semantic version across all tags and Maven Central metadata before incrementing. This computes 0.0.953 from the current repository state and also recovers if a publish succeeds without a matching tag.

Validation: reproduced the old calculation (0.0.952) and verified the new calculation (0.0.953); git diff --check passes. Maven is unavailable on the host, so the repository workflow remains the compile gate.

@mikipalet
mikipalet merged commit 5ba154d into main Sep 17, 2026
1 check passed
@mikipalet
mikipalet deleted the fix/java-version-selection branch September 17, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant