Skip to content

Commit b4c2244

Browse files
committed
Release 5.0.1
Strip -SNAPSHOT from pom.xml and update Maven Central dependency example in README.md. https://claude.ai/code/session_012SnsjbM55pq1EPJr7cqfRH
1 parent 1c49078 commit b4c2244

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Access this library via Maven (released versions on Maven Central):
4141
<dependency>
4242
<groupId>net.ladenthin</groupId>
4343
<artifactId>llama</artifactId>
44-
<version>5.0.0</version>
44+
<version>5.0.1</version>
4545
</dependency>
4646
```
4747

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.ladenthin</groupId>
77
<artifactId>llama</artifactId>
8-
<version>5.0.1-SNAPSHOT</version>
8+
<version>5.0.1</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)