chore(release): move main on to 5.2.0-SNAPSHOT - #407
Merged
Conversation
main was still carrying 5.1.0, a version published on Central since 2026-08-29 (all four artifacts resolve). Leaving it there is what the forward bump exists to prevent: a snapshot deploy collides, and anyone building from main produces artifacts indistinguishable from the release. versions:set covers the four poms; llama-android needs no edit because its Gradle build parses the version out of the poms at configure time. One doc change, and it was already stale before this bump: the "Snapshot builds" section advertised 5.0.7-SNAPSHOT as the snapshot channel -- a version that never shipped, since 5.1.0 superseded it. That line documents where to get the current development build, so it moves to 5.2.0-SNAPSHOT. Every other version literal in the docs stays at 5.1.0 on purpose: they are consumer-facing dependency snippets, and what a consumer should depend on is the release, never the snapshot.
bernardladenthin
had a problem deploying
to
maven-central
September 1, 2026 08:00 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
maven-central
September 1, 2026 08:00 — with
GitHub Actions
Failure
6 tasks
✅ Review SummaryThis version bump follows the documented process in CLAUDE.md correctly: Version Changes:
Documentation:
Correctness:
Approval: This PR is ready to merge. All version references are correctly synchronized per the documented procedure. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
mainwas still carrying 5.1.0, a version published on Central since 2026-08-29 — verified, not assumed:llama-parent,llama,llama-langchain4jandllama-kotlinall return HTTP 200 at 5.1.0. Leavingmainthere is exactly what the forward bump exists to prevent: a snapshot deploy collides with a released coordinate, and anyone building frommainproduces artifacts indistinguishable from the release.mvn versions:set -DnewVersion=5.2.0-SNAPSHOT -DgenerateBackupPoms=false— the four poms (root,llama,llama-langchain4j,llama-kotlin).llama-androidneeds no edit: its Gradle build parses the version out of the poms at configure time, which is the whole reason it was built that way.5.0.7-SNAPSHOTas the snapshot channel — a version that never shipped, since 5.1.0 superseded it. That line tells a reader where to get the current development build, so it moves to5.2.0-SNAPSHOT.Every other version literal in the docs stays at 5.1.0 on purpose — they are consumer-facing dependency snippets (
README.md,llama-langchain4j/README.md,llama-android/README.md,llama-kotlin/README.md), and what a consumer should depend on is the release.Test plan
5.2.0-SNAPSHOTas project version and parent pointer;git grep "5\.1\.0" -- '*.xml'returns nothing trackedNo native rebuild is involved — this touches poms and one README line.
Related issues / PRs
Relevant beyond housekeeping: srcmorph's
flashAttnknob is currently refused becauseModelParameters.enableFlashAttn()cannot express the mandatory[on|off|auto]value llama.cpp has required since b10273. The fix is a value-takingsetFlashAttnhere, and 5.2.0 is the version that TODO names — so this bump putsmainon the version that work will ship in.Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdGenerated by Claude Code