Skip to content

Commit b5789fa

Browse files
committed
started 1.13.1
1 parent ddb5b40 commit b5789fa

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Back to [Readme](README.md).
99

10+
## [1.13.1] - UNRELEASED
11+
12+
13+
1014
## [1.13.0] - 2025-03-24
1115

1216
### Changed
@@ -405,6 +409,10 @@ recent versions of the underlying Cucumber dependencies.
405409
406410
Initial project version on GitHub and Maven Central.
407411
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+
408416
[1.12.0]: https://github.com/trivago/cucable-plugin/compare/1.11.0...1.12.0
409417
410418
[1.11.0]: https://github.com/trivago/cucable-plugin/compare/1.10.0...1.11.0

example-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.trivago.rta</groupId>
99
<artifactId>example-project</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.13.1</version>
1111
<packaging>jar</packaging>
1212

1313
<properties>
@@ -132,7 +132,7 @@
132132

133133
<!-- optional: number of test runs to create runners and features multiple times
134134
if set to a number greater than 1 -->
135-
<!-- <numberOfTestRuns>5</numberOfTestRuns> -->
135+
<!-- <numberOfTestRuns>5</numberOfTestRuns> -->
136136

137137
<!-- optional: generate a fixed number of runners and distribute all features round-robin.
138138
This can only be used if desiredNumberOfFeaturesPerRunner is NOT used! -->

plugin-code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.trivago.rta</groupId>
88
<artifactId>cucable-plugin</artifactId>
9-
<version>1.13.0</version>
9+
<version>1.13.1</version>
1010
<url>https://github.com/trivago/cucable-plugin</url>
1111

1212
<name>Cucable Maven Plugin</name>

0 commit comments

Comments
 (0)