Skip to content

Commit 49e98ed

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent fcef91c commit 49e98ed

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
# 1.91.1392 (2024-05-23 / c2d7e1f)
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>lambdaisland</groupId>
55
<artifactId>kaocha</artifactId>
6-
<version>1.90.1383</version>
6+
<version>1.91.1392</version>
77
<name>kaocha</name>
88
<description>Full featured next generation test runner for Clojure.</description>
99
<url>https://github.com/lambdaisland/kaocha</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/kaocha</url>
2626
<connection>scm:git:git://github.com/lambdaisland/kaocha.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/kaocha.git</developerConnection>
28-
<tag>90610d2a3fbe0eedeffaaa9e7aee5e0a5781cfef</tag>
28+
<tag>fcef91c365caa0f6fed6761b3deb80e800ccb617</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -147,7 +147,7 @@
147147
<configuration>
148148
<archive>
149149
<manifestEntries>
150-
<git-revision>90610d2a3fbe0eedeffaaa9e7aee5e0a5781cfef</git-revision>
150+
<git-revision>fcef91c365caa0f6fed6761b3deb80e800ccb617</git-revision>
151151
</manifestEntries>
152152
</archive>
153153
</configuration>

0 commit comments

Comments
 (0)