Skip to content

Commit 0cf013e

Browse files
committed
Release 5.0.2: strip -SNAPSHOT for Maven Central
Per docs/RELEASE.md step 1: strip -SNAPSHOT from pom.xml (5.0.2-SNAPSHOT -> 5.0.2) and bump the README release dependency examples from the previous release (5.0.1) to 5.0.2. The snapshot dependency example stays at 5.0.2-SNAPSHOT. Bundled with the b9555 llama.cpp bump on this branch so both land together on merge. Tagging v5.0.2 to trigger the publish-release job is a manual maintainer step.
1 parent 6ec57db commit 0cf013e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Access this library via Maven (released versions on Maven Central):
110110
<dependency>
111111
<groupId>net.ladenthin</groupId>
112112
<artifactId>llama</artifactId>
113-
<version>5.0.1</version>
113+
<version>5.0.2</version>
114114
</dependency>
115115
```
116116

@@ -168,22 +168,22 @@ Pick at most one — they are mutually exclusive.
168168
<dependency>
169169
<groupId>net.ladenthin</groupId>
170170
<artifactId>llama</artifactId>
171-
<version>5.0.1</version>
171+
<version>5.0.2</version>
172172
</dependency>
173173

174174
<!-- CUDA on Linux x86-64 (requires CUDA 13 runtime on the host) -->
175175
<dependency>
176176
<groupId>net.ladenthin</groupId>
177177
<artifactId>llama</artifactId>
178-
<version>5.0.1</version>
178+
<version>5.0.2</version>
179179
<classifier>cuda13-linux-x86-64</classifier>
180180
</dependency>
181181

182182
<!-- OpenCL/Adreno on Android (requires device-provided OpenCL ICD) -->
183183
<dependency>
184184
<groupId>net.ladenthin</groupId>
185185
<artifactId>llama</artifactId>
186-
<version>5.0.1</version>
186+
<version>5.0.2</version>
187187
<classifier>opencl-android-aarch64</classifier>
188188
</dependency>
189189
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: MIT
1212

1313
<groupId>net.ladenthin</groupId>
1414
<artifactId>llama</artifactId>
15-
<version>5.0.2-SNAPSHOT</version>
15+
<version>5.0.2</version>
1616
<packaging>jar</packaging>
1717

1818
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)