Skip to content

Commit 15b48bc

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 55e9b94 commit 15b48bc

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 1.25.107 (2025-10-16 / 678a49c)
210

311
## Added

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.lambdaisland</groupId>
55
<artifactId>cli</artifactId>
6-
<version>0.24.97</version>
6+
<version>1.25.107</version>
77
<name>cli</name>
88
<description>Command line parser with good subcommand and help handling</description>
99
<url>https://github.com/lambdaisland/cli</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/cli</url>
2626
<connection>scm:git:git://github.com/lambdaisland/cli.git</connection>
2727
<developerConnection>scm:git:ssh://git@github.com/lambdaisland/cli.git</developerConnection>
28-
<tag>5c232bfe7a78e174a762a79792ba0af64abc40c0</tag>
28+
<tag>55e9b94d6c96c4dd5118adeab2533d108cf167a0</tag>
2929
</scm>
3030
<dependencies></dependencies>
3131
<build>
@@ -55,7 +55,7 @@
5555
<configuration>
5656
<archive>
5757
<manifestEntries>
58-
<git-revision>5c232bfe7a78e174a762a79792ba0af64abc40c0</git-revision>
58+
<git-revision>55e9b94d6c96c4dd5118adeab2533d108cf167a0</git-revision>
5959
</manifestEntries>
6060
</archive>
6161
</configuration>

0 commit comments

Comments
 (0)