Skip to content

Commit 0e6d3e6

Browse files
committed
[JUnit Platform Engine] Set Engine-Version-cucumber attribute
By setting the Engine-Version-cucumber attribute to the current version TestEngine.getVersion will return the correct version instead of development. Fixes: ##2936
1 parent 8e4dbc0 commit 0e6d3e6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
## [Unreleased]
1313
### Fixed
1414
- [Core] Include root cause when using DataTable.asList and friends ([#2949](https://github.com/cucumber/cucumber-jvm/pull/2949) M.P. Korstanje)
15+
- [JUnit Platform Engine] Set Engine-Version-cucumber attribute ([#2963](https://github.com/cucumber/cucumber-jvm/pull/2963) M.P. Korstanje)
1516

1617
### Changed
1718
- [JUnit Platform Engine] Use JUnit Platform 1.11.3 (JUnit Jupiter 5.11.3)
19+
1820
### Added
1921
- [Core] Pretty-Print DocStringArgument Step Arguments([#2953](https://github.com/cucumber/cucumber-jvm/pull/2953) Daniel Miladinov)
2022

cucumber-junit-platform-engine/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<archive>
8383
<manifestEntries>
8484
<Multi-Release>true</Multi-Release>
85+
<Engine-Version-cucumber>${project.version}</Engine-Version-cucumber>
8586
</manifestEntries>
8687
</archive>
8788
</configuration>

0 commit comments

Comments
 (0)