Skip to content

Commit

Permalink
Update pom.xml and add CHANGELOG.md placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jul 17, 2024
1 parent e40a846 commit 4258ac2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Unreleased

## Added

## Fixed

## Changed

# 0.16.68 (2024-07-17 / 3c1b328)

## Added
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.lambdaisland</groupId>
<artifactId>cli</artifactId>
<version>0.15.65</version>
<version>0.16.68</version>
<name>cli</name>
<description>Command line parser with good subcommand and help handling</description>
<url>https://github.com/lambdaisland/cli</url>
Expand All @@ -25,7 +25,7 @@
<url>https://github.com/lambdaisland/cli</url>
<connection>scm:git:git://github.com/lambdaisland/cli.git</connection>
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/cli.git</developerConnection>
<tag>178cd936946d1557f0f0601f03a219decb5cafc7</tag>
<tag>e40a846673b9bdd528c23f92ed753e684cedd55b</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -61,7 +61,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>178cd936946d1557f0f0601f03a219decb5cafc7</git-revision>
<git-revision>e40a846673b9bdd528c23f92ed753e684cedd55b</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 4258ac2

Please sign in to comment.