Skip to content

Commit f868e6d

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 2fba51f commit f868e6d

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.82.1306 (2023-03-30 / 40698c5)
210

311
## Added

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.81.1290</version>
6+
<version>1.82.1306</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://git@github.com/lambdaisland/kaocha.git</developerConnection>
28-
<tag>7cc44f50878b4fb787e72c24a5cbe43fc60bf720</tag>
28+
<tag>2fba51faa3dc76b22e5c3a0a7f5342e14b3b263e</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -157,7 +157,7 @@
157157
<configuration>
158158
<archive>
159159
<manifestEntries>
160-
<git-revision>7cc44f50878b4fb787e72c24a5cbe43fc60bf720</git-revision>
160+
<git-revision>2fba51faa3dc76b22e5c3a0a7f5342e14b3b263e</git-revision>
161161
</manifestEntries>
162162
</archive>
163163
</configuration>

0 commit comments

Comments
 (0)