Skip to content

Commit

Permalink
# 1.16.98 (2022-07-26 / d50528d)
Browse files Browse the repository at this point in the history
## Fixed

- Fix `--junit-xml-add-location-metadata` command line flag
  • Loading branch information
plexus committed Jul 26, 2022
1 parent d50528d commit c62ddfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15
1.16
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.16.98 (2022-07-26 / d50528d)

## Fixed

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
{:aliases
{:test
{:extra-deps {lambdaisland/kaocha {...}
lambdaisland/kaocha-junit-xml {:mvn/version "1.15.95"}}}}}
lambdaisland/kaocha-junit-xml {:mvn/version "1.16.98"}}}}}
```

or
Expand All @@ -46,7 +46,7 @@ or
;; project.clj
(defproject ,,,
:dependencies [,,,
[lambdaisland/kaocha-junit-xml "1.15.95"]])
[lambdaisland/kaocha-junit-xml "1.16.98"]])
```

- Enable the plugin and set an output file
Expand Down

0 comments on commit c62ddfe

Please sign in to comment.