Skip to content

Commit 4952ca4

Browse files
committed
Post-release: bump to 5.0.4-SNAPSHOT
Following the 5.0.3 release (tag v5.0.3). Bumps pom.xml and the README snapshot dependency example to 5.0.4-SNAPSHOT; the release dependency examples stay at 5.0.3. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01URUX3HiqQ1wzJnT8qn8c8E
1 parent 334fd86 commit 4952ca4

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)