Skip to content

Commit bedd9d5

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 bedd9d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ 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-
15+
- [JUnit Platform Engine] Set Engine-Version-cucumber attribute
1616
### Changed
1717
- [JUnit Platform Engine] Use JUnit Platform 1.11.3 (JUnit Jupiter 5.11.3)
1818
### Added
1919
- [Core] Pretty-Print DocStringArgument Step Arguments([#2953](https://github.com/cucumber/cucumber-jvm/pull/2953) Daniel Miladinov)
2020

21+
2122
## [7.20.1] - 2024-10-09
2223
### Fixed
2324
- [Core] Lazily start IncrementingUuidGenerator sessions([#2931](https://github.com/cucumber/cucumber-jvm/pull/2931) M.P. Korstanje)

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)