Skip to content

Commit 096f2f3

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 178cd93 commit 096f2f3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

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
# 0.15.65 (2024-07-16 / 8917f5a)
210

311
## Fixed

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.14.62</version>
6+
<version>0.15.65</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>0ecbd3767cf314071c82d01d3a466dbf441d670c</tag>
28+
<tag>178cd936946d1557f0f0601f03a219decb5cafc7</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -61,7 +61,7 @@
6161
<configuration>
6262
<archive>
6363
<manifestEntries>
64-
<git-revision>0ecbd3767cf314071c82d01d3a466dbf441d670c</git-revision>
64+
<git-revision>178cd936946d1557f0f0601f03a219decb5cafc7</git-revision>
6565
</manifestEntries>
6666
</archive>
6767
</configuration>

0 commit comments

Comments
 (0)