Skip to content

Commit 47a8501

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 5db5e5d commit 47a8501

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.67.1055 (2022-06-16 / 1682c7e)
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.66.1034</version>
6+
<version>1.67.1055</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>c70a1552c037ab190f858d1c3da5986653499d8c</tag>
28+
<tag>5db5e5d0af0233f6db20f80eb5efd9ad572480b9</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -157,7 +157,7 @@
157157
<configuration>
158158
<archive>
159159
<manifestEntries>
160-
<git-revision>c70a1552c037ab190f858d1c3da5986653499d8c</git-revision>
160+
<git-revision>5db5e5d0af0233f6db20f80eb5efd9ad572480b9</git-revision>
161161
</manifestEntries>
162162
</archive>
163163
</configuration>

0 commit comments

Comments
 (0)