Skip to content

Commit 93a90b3

Browse files
Merge pull request bernardladenthin#282 from bernardladenthin/claude/bump-snapshot-5.0.4
Post-release: bump to 5.0.4-SNAPSHOT
2 parents 334fd86 + 4952ca4 commit 93a90b3

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
@@ -144,7 +144,7 @@ To use the latest snapshot, add the repository and dependency to your `pom.xml`:
144144
<dependency>
145145
<groupId>net.ladenthin</groupId>
146146
<artifactId>llama</artifactId>
147-
<version>5.0.3-SNAPSHOT</version>
147+
<version>5.0.4-SNAPSHOT</version>
148148
</dependency>
149149
```
150150

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.3</version>
15+
<version>5.0.4-SNAPSHOT</version>
1616
<packaging>jar</packaging>
1717

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

0 commit comments

Comments
 (0)