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 May 23, 2024
1 parent fcef91c commit 49e98ed
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

# 1.91.1392 (2024-05-23 / c2d7e1f)

## Fixed
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>lambdaisland</groupId>
<artifactId>kaocha</artifactId>
<version>1.90.1383</version>
<version>1.91.1392</version>
<name>kaocha</name>
<description>Full featured next generation test runner for Clojure.</description>
<url>https://github.com/lambdaisland/kaocha</url>
Expand All @@ -25,7 +25,7 @@
<url>https://github.com/lambdaisland/kaocha</url>
<connection>scm:git:git://github.com/lambdaisland/kaocha.git</connection>
<developerConnection>scm:git:ssh://git@github.com/lambdaisland/kaocha.git</developerConnection>
<tag>90610d2a3fbe0eedeffaaa9e7aee5e0a5781cfef</tag>
<tag>fcef91c365caa0f6fed6761b3deb80e800ccb617</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -147,7 +147,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>90610d2a3fbe0eedeffaaa9e7aee5e0a5781cfef</git-revision>
<git-revision>fcef91c365caa0f6fed6761b3deb80e800ccb617</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 49e98ed

Please sign in to comment.