File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
Back to [ Readme] ( README.md ) .
9
9
10
+ ## [ 1.13.1] - UNRELEASED
11
+
12
+
13
+
10
14
## [ 1.13.0] - 2025-03-24
11
15
12
16
### Changed
@@ -405,6 +409,10 @@ recent versions of the underlying Cucumber dependencies.
405
409
406
410
Initial project version on GitHub and Maven Central.
407
411
412
+ [1.13.1]: https://github.com/trivago/cucable-plugin/compare/1.13.0...1.13.1
413
+
414
+ [1.13.0]: https://github.com/trivago/cucable-plugin/compare/1.12.0...1.13.0
415
+
408
416
[1.12.0]: https://github.com/trivago/cucable-plugin/compare/1.11.0...1.12.0
409
417
410
418
[1.11.0]: https://github.com/trivago/cucable-plugin/compare/1.10.0...1.11.0
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >com.trivago.rta</groupId >
9
9
<artifactId >example-project</artifactId >
10
- <version >1.13.0 </version >
10
+ <version >1.13.1 </version >
11
11
<packaging >jar</packaging >
12
12
13
13
<properties >
132
132
133
133
<!-- optional: number of test runs to create runners and features multiple times
134
134
if set to a number greater than 1 -->
135
- <!-- <numberOfTestRuns>5</numberOfTestRuns> -->
135
+ <!-- <numberOfTestRuns>5</numberOfTestRuns> -->
136
136
137
137
<!-- optional: generate a fixed number of runners and distribute all features round-robin.
138
138
This can only be used if desiredNumberOfFeaturesPerRunner is NOT used! -->
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.trivago.rta</groupId >
8
8
<artifactId >cucable-plugin</artifactId >
9
- <version >1.13.0 </version >
9
+ <version >1.13.1 </version >
10
10
<url >https://github.com/trivago/cucable-plugin</url >
11
11
12
12
<name >Cucable Maven Plugin</name >
You can’t perform that action at this time.
0 commit comments