From c31769d52b495798512970d12c6d63687cb0eb89 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 11 May 2026 16:02:21 +0000 Subject: [PATCH] Release 5.0.0: strip -SNAPSHOT from pom.xml, update README dependency example https://claude.ai/code/session_01UpoSZ4ZknnF7G5vctxM4ac --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb6a5975..bbb044c6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Access this library via Maven (released versions on Maven Central): net.ladenthin llama - 5.0.0-SNAPSHOT + 5.0.0 ``` diff --git a/pom.xml b/pom.xml index a722f924..ae3f56aa 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ net.ladenthin llama - 5.0.0-SNAPSHOT + 5.0.0 jar ${project.groupId}:${project.artifactId}