File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 0.1.0] - 2024-04-05
9
11
### Added
10
12
- Java implementation
11
13
12
14
## 0.0.0
13
15
14
- [ Unreleased ] : https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.0.0...HEAD
15
- [ 0.0.0 ] : https://github.com/cucumber/cucumber-junit-xml-formatter/compare/84ab54710362cbbfa1545d092fd4c9d0e69f74cf...v0.0.0
16
+ [ Unreleased ] : https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.1.0...HEAD
17
+ [ 0.1.0 ] : https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.0.0...v0.1.0
18
+ ..v0.0.0
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >testng-xml-formatter</artifactId >
12
- <version >0.0.1-SNAPSHOT </version >
12
+ <version >0.1.0 </version >
13
13
<packaging >jar</packaging >
14
14
<name >TestNG XML Formatter</name >
15
15
<description >Renders Cucumber Messages as TestNG XML</description >
16
16
<url >https://github.com/cucumber/testng-xml-formatter</url >
17
17
18
18
<properties >
19
19
<project .Automatic-Module-Name>io.cucumber.testngxmlformatter</project .Automatic-Module-Name>
20
- <project .build.outputTimestamp>1711217894 </project .build.outputTimestamp>
20
+ <project .build.outputTimestamp>1712324237 </project .build.outputTimestamp>
21
21
</properties >
22
22
23
23
<scm >
24
24
<connection >scm:git:git://github.com/cucumber/testng-xml-formatter.git</connection >
25
25
<
developerConnection >scm:git:
[email protected] :cucumber/testng-xml-formatter.git</
developerConnection >
26
26
<url >git://github.com/cucumber/testng-xml-formatter.git</url >
27
- <tag >HEAD </tag >
27
+ <tag >v0.1.0 </tag >
28
28
</scm >
29
29
30
30
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments