Skip to content

Commit 61b0119

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent a14ddd5 commit 61b0119

2 files changed

Lines changed: 12 additions & 10 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
# 0.23.93 (2025-02-25 / a192123)
210

311
## Added

pom.xml

Lines changed: 4 additions & 10 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.22.87</version>
6+
<version>0.23.93</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,15 +25,9 @@
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>fef628c5bfdd22b57e0d7db6093de8ee6e0d14a3</tag>
28+
<tag>a14ddd5836b83a7222a19244ce08c3f1a8b20938</tag>
2929
</scm>
30-
<dependencies>
31-
<dependency>
32-
<groupId>org.clojure</groupId>
33-
<artifactId>clojure</artifactId>
34-
<version>1.11.3</version>
35-
</dependency>
36-
</dependencies>
30+
<dependencies></dependencies>
3731
<build>
3832
<sourceDirectory>src</sourceDirectory>
3933
<resources>
@@ -61,7 +55,7 @@
6155
<configuration>
6256
<archive>
6357
<manifestEntries>
64-
<git-revision>fef628c5bfdd22b57e0d7db6093de8ee6e0d14a3</git-revision>
58+
<git-revision>a14ddd5836b83a7222a19244ce08c3f1a8b20938</git-revision>
6559
</manifestEntries>
6660
</archive>
6761
</configuration>

0 commit comments

Comments
 (0)