Skip to content

Commit 3e27ebe

Browse files
Merge pull request #126 from bernardladenthin/claude/release-maven-central-2fXjN
Release version 5.0.0
2 parents 62274ca + c31769d commit 3e27ebe

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
@@ -40,7 +40,7 @@ Access this library via Maven (released versions on Maven Central):
4040
<dependency>
4141
<groupId>net.ladenthin</groupId>
4242
<artifactId>llama</artifactId>
43-
<version>5.0.0-SNAPSHOT</version>
43+
<version>5.0.0</version>
4444
</dependency>
4545
```
4646

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.0-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)