File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ 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.3.0] - 2025-02-02
9
11
### Changed
10
12
- Update dependency io.cucumber: messages up to v27
11
13
- Update dependency io.cucumber: query to v13.0.2
@@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
23
### Added
22
24
- Java implementation
23
25
24
- [ Unreleased ] : https://github.com/cucumber/testng-xml-formatter/compare/v0.2.0...HEAD
26
+ [ Unreleased ] : https://github.com/cucumber/testng-xml-formatter/compare/v0.3.0...HEAD
27
+ [ 0.3.0 ] : https://github.com/cucumber/testng-xml-formatter/compare/v0.2.0...v0.3.0
25
28
[ 0.2.0 ] : https://github.com/cucumber/testng-xml-formatter/compare/v0.1.0...v0.2.0
26
29
[ 0.1.0 ] : https://github.com/cucumber/testng-xml-formatter/compare/84ab54710362cbbfa1545d092fd4c9d0e69f74cf...v0.1.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.2.1-SNAPSHOT </version >
12
+ <version >0.3.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>1719064457 </project .build.outputTimestamp>
20
+ <project .build.outputTimestamp>1738516902 </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.3.0 </tag >
28
28
</scm >
29
29
30
30
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments