Skip to content

Commit c62ddfe

Browse files
committed
# 1.16.98 (2022-07-26 / d50528d)
## Fixed - Fix `--junit-xml-add-location-metadata` command line flag
1 parent d50528d commit c62ddfe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15
1+
1.16

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.16.98 (2022-07-26 / d50528d)
22

33
## Fixed
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
3737
{:aliases
3838
{:test
3939
{:extra-deps {lambdaisland/kaocha {...}
40-
lambdaisland/kaocha-junit-xml {:mvn/version "1.15.95"}}}}}
40+
lambdaisland/kaocha-junit-xml {:mvn/version "1.16.98"}}}}}
4141
```
4242

4343
or
@@ -46,7 +46,7 @@ or
4646
;; project.clj
4747
(defproject ,,,
4848
:dependencies [,,,
49-
[lambdaisland/kaocha-junit-xml "1.15.95"]])
49+
[lambdaisland/kaocha-junit-xml "1.16.98"]])
5050
```
5151

5252
- Enable the plugin and set an output file

0 commit comments

Comments
 (0)