From 1636bedf48f5e5c75beade50375d324e4aa48fe0 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 1 Sep 2026 07:58:34 +0000 Subject: [PATCH] chore(release): move main on to 5.2.0-SNAPSHOT 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. --- README.md | 2 +- llama-kotlin/pom.xml | 2 +- llama-langchain4j/pom.xml | 2 +- llama/pom.xml | 4 ++-- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7cb85c66..1623d272 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ To use the latest snapshot, add the repository and dependency to your `pom.xml`: net.ladenthin llama - 5.0.7-SNAPSHOT + 5.2.0-SNAPSHOT ``` diff --git a/llama-kotlin/pom.xml b/llama-kotlin/pom.xml index 01bd9398..fcad844c 100644 --- a/llama-kotlin/pom.xml +++ b/llama-kotlin/pom.xml @@ -12,7 +12,7 @@ SPDX-License-Identifier: MIT net.ladenthin llama-parent - 5.1.0 + 5.2.0-SNAPSHOT ../pom.xml diff --git a/llama-langchain4j/pom.xml b/llama-langchain4j/pom.xml index 5f655852..fdfb49be 100644 --- a/llama-langchain4j/pom.xml +++ b/llama-langchain4j/pom.xml @@ -12,7 +12,7 @@ SPDX-License-Identifier: MIT net.ladenthin llama-parent - 5.1.0 + 5.2.0-SNAPSHOT ../pom.xml diff --git a/llama/pom.xml b/llama/pom.xml index 351c2851..6dcad70c 100644 --- a/llama/pom.xml +++ b/llama/pom.xml @@ -13,7 +13,7 @@ SPDX-License-Identifier: MIT net.ladenthin llama-parent - 5.1.0 + 5.2.0-SNAPSHOT ../pom.xml @@ -93,7 +93,7 @@ SPDX-License-Identifier: MIT 3.10.1 2.97.0 UTF-8 - 2026-08-29T16:06:02Z + 2026-09-01T07:57:45Z net.ladenthin llama-parent - 5.1.0 + 5.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId}