Skip to content

Commit d01d694

Browse files
Merge pull request #218 from bernardladenthin/claude/elegant-wright-W6fVX
Claude/elegant wright w6f vx
2 parents eeeded7 + fc040c6 commit d01d694

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To use the latest snapshot, add the repository and dependency to your `pom.xml`:
135135
<dependency>
136136
<groupId>net.ladenthin</groupId>
137137
<artifactId>llama</artifactId>
138-
<version>5.0.2-SNAPSHOT</version>
138+
<version>5.0.3-SNAPSHOT</version>
139139
</dependency>
140140
```
141141

docs/RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ the release is published on Maven Central before proceeding.
2323
Bump **both** files on `main`:
2424
- `pom.xml` → `{NEXT_VERSION}-SNAPSHOT`
2525
- `README.md` snapshot dependency example → `{NEXT_VERSION}-SNAPSHOT`
26+
(the release dependency examples stay at the just-released `{VERSION}`)
2627
2728
Commit both changes together directly to `main`.
2829

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

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

0 commit comments

Comments
 (0)