Skip to content

Commit f58c3cd

Browse files
committed
Update urls to match repository name
1 parent fbe97f0 commit f58c3cd

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.3.0] - 2024-03-23
1111
### Added
12-
- Include value from Exception.stacktrace if available ([#30](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/30), M.P. Korstanje)
12+
- Include value from Exception.stacktrace if available ([#30](https://github.com/cucumber/junit-xml-formatter/pull/30), M.P. Korstanje)
1313

1414
### Fixed
15-
- Do not overwrite results of retried tests ([#29](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/29), M.P. Korstanje)
15+
- Do not overwrite results of retried tests ([#29](https://github.com/cucumber/junit-xml-formatter/pull/29), M.P. Korstanje)
1616

1717
## [0.2.1] - 2024-02-15
1818
### Fixed
19-
- Missing execution steps statuses if same step is called multiple times in a test ([#24](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/24) F. Ahadi)
19+
- Missing execution steps statuses if same step is called multiple times in a test ([#24](https://github.com/cucumber/junit-xml-formatter/pull/24) F. Ahadi)
2020

2121
## [0.2.0] - 2023-04-07
2222

2323
## [0.1.0] - 2022-12-27
2424
### Added
25-
- Java implementation ([#3](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/3) M.P. Korstanje)
25+
- Java implementation ([#3](https://github.com/cucumber/junit-xml-formatter/pull/3) M.P. Korstanje)
2626

27-
## 0.0.0
28-
29-
[Unreleased]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.3.0...HEAD
30-
[0.3.0]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.2.1...v0.3.0
31-
[0.2.1]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.2.0...v0.2.1
32-
[0.2.0]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.1.0...v0.2.0
33-
[0.1.0]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/438ec1f6218a849eb2a684982e2ff7e304a3155f...v0.0.0
27+
[Unreleased]: https://github.com/cucumber/junit-xml-formatter/compare/v0.3.0...HEAD
28+
[0.3.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.2.1...v0.3.0
29+
[0.2.1]: https://github.com/cucumber/junit-xml-formatter/compare/v0.2.0...v0.2.1
30+
[0.2.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.1.0...v0.2.0
31+
[0.1.0]: https://github.com/cucumber/junit-xml-formatter/compare/438ec1f6218a849eb2a684982e2ff7e304a3155f...v0.1.0

java/src/main/java/io/cucumber/junitxmlformatter/MessagesToJunitXmlWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* <p>
1616
* Note: Messages are first collected and only written once the stream is closed.
1717
*
18-
* @see <a href=https://github.com/cucumber/cucumber-junit-xml-formatter>Cucumber JUnit XML Formatter - README.md</a>
18+
* @see <a href=https://github.com/cucumber/junit-xml-formatter>Cucumber JUnit XML Formatter - README.md</a>
1919
*/
2020
public class MessagesToJunitXmlWriter implements AutoCloseable {
2121

0 commit comments

Comments
 (0)