Skip to content

Commit bf4e20b

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent c62ddfe commit bf4e20b

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.16.98 (2022-07-26 / d50528d)
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-junit-xml</artifactId>
6-
<version>1.15.95</version>
6+
<version>1.16.98</version>
77
<name>kaocha-junit-xml</name>
88
<description>Code coverage plugin for Kaocha based on Cloverage</description>
99
<url>https://github.com/lambdaisland/kaocha-junit-xml</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/kaocha-junit-xml</url>
2626
<connection>scm:git:git://github.com/lambdaisland/kaocha-junit-xml.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/kaocha-junit-xml.git</developerConnection>
28-
<tag>fd2e69e1bb7ce5fe50cd9cfa9d3ec4e7d564d9e5</tag>
28+
<tag>c62ddfe0ebd66df3a60b274c2bfb48275b403c79</tag>
2929
</scm>
3030
<dependencies></dependencies>
3131
<build>
@@ -55,7 +55,7 @@
5555
<configuration>
5656
<archive>
5757
<manifestEntries>
58-
<git-revision>fd2e69e1bb7ce5fe50cd9cfa9d3ec4e7d564d9e5</git-revision>
58+
<git-revision>c62ddfe0ebd66df3a60b274c2bfb48275b403c79</git-revision>
5959
</manifestEntries>
6060
</archive>
6161
</configuration>

0 commit comments

Comments
 (0)