File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<groupId >com.github.temyers</groupId >
12
12
<artifactId >cucumber-jvm-parallel-plugin</artifactId >
13
- <version >4.2.1 -SNAPSHOT</version >
13
+ <version >5.0.0 -SNAPSHOT</version >
14
14
<packaging >maven-plugin</packaging >
15
15
16
16
<name >cucumber-jvm-parallel-plugin Maven Plugin</name >
Original file line number Diff line number Diff line change @@ -241,6 +241,11 @@ Q. Is there a mailing list?
241
241
242
242
A. No. but we have a Gitter channel: https://gitter.im/cucumber-jvm-parallel-plugin/
243
243
244
+ Migration from version 4.x
245
+ ==========================
246
+ * Gherkin has been updated to version 5.0.0. You may encounter issues if you do not also upgrade
247
+ Cucumber to at least version 2.x.x.
248
+ * Tag expressions have upgraded to 1.1.1. See https://docs.cucumber.io/tag-expressions
244
249
245
250
Migration from version 3.x
246
251
==========================
@@ -270,6 +275,10 @@ Migration from version 1.x
270
275
Changelog
271
276
=========
272
277
278
+ 5.0.0-SNAPSHOT
279
+ -----
280
+ * PR #165 - Implement Tag expressions
281
+
273
282
4.2.0
274
283
-----
275
284
* PR #136 - Fix issue #135 Filter generated classes into non-overlapping groups
You can’t perform that action at this time.
0 commit comments