Skip to content

Commit 769306a

Browse files
committed
Prepare release v7.11.0
Created-by: polyglot-release v1.3.2
1 parent e49b07b commit 769306a

File tree

36 files changed

+59
-58
lines changed

36 files changed

+59
-58
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased]
1313

14+
## [7.11.0] - 2023-01-12
1415
### Added
1516
- [Spring] Support Spring Boot 3 and Spring 6 ([#2644](https://github.com/cucumber/cucumber-jvm/pull/2644) M.P. Korstanje)
1617
- [JUnit Platform] Support `cucumber.execution.parallel.config.config.fixed.max-pool-size` ([#2681](https://github.com/cucumber/cucumber-jvm/pull/2681) M.P. Korstanje)
@@ -24,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2425
- [Core] Improve test step creation performance ([#2666](https://github.com/cucumber/cucumber-jvm/issues/2666), Julien Kronegg)
2526
- [JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)
2627

27-
2828
## [7.10.1] - 2022-12-16
2929
### Fixed
3030
- [Spring] Inject CucumberContextConfiguration constructor dependencies ([#2664](https://github.com/cucumber/cucumber-jvm/pull/2664) M.P. Korstanje)
@@ -218,7 +218,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218218
- [Weld] Removed `cucumber-weld` in favour of `cucumber-jakarta-cdi` or `cucumber-cdi2`. ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
219219
- [Needle] Removed `cucumber-needled` in favour of `cucumber-jakarta-cdi` or `cucumber-cdi2`. ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
220220

221-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.10.1...main
221+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.0...main
222+
[7.11.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.10.1...main
222223
[7.10.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.10.0...main
223224
[7.10.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.9.0...main
224225
[7.9.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.8.1...main

compatibility/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>cucumber-jvm</artifactId>
66
<groupId>io.cucumber</groupId>
7-
<version>7.11.0-SNAPSHOT</version>
7+
<version>7.11.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

cucumber-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.cucumber</groupId>
88
<artifactId>cucumber-jvm</artifactId>
9-
<version>7.11.0-SNAPSHOT</version>
9+
<version>7.11.0</version>
1010
</parent>
1111

1212
<artifactId>cucumber-archetype</artifactId>

cucumber-bom/pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cucumber-jvm</artifactId>
55
<groupId>io.cucumber</groupId>
6-
<version>7.11.0-SNAPSHOT</version>
6+
<version>7.11.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>
@@ -61,97 +61,97 @@
6161
<dependency>
6262
<groupId>io.cucumber</groupId>
6363
<artifactId>cucumber-cdi2</artifactId>
64-
<version>7.11.0-SNAPSHOT</version>
64+
<version>7.11.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>io.cucumber</groupId>
6868
<artifactId>cucumber-core</artifactId>
69-
<version>7.11.0-SNAPSHOT</version>
69+
<version>7.11.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>io.cucumber</groupId>
7373
<artifactId>datatable</artifactId>
74-
<version>7.11.0-SNAPSHOT</version>
74+
<version>7.11.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>io.cucumber</groupId>
7878
<artifactId>datatable-matchers</artifactId>
79-
<version>7.11.0-SNAPSHOT</version>
79+
<version>7.11.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>io.cucumber</groupId>
8383
<artifactId>cucumber-deltaspike</artifactId>
84-
<version>7.11.0-SNAPSHOT</version>
84+
<version>7.11.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>io.cucumber</groupId>
8888
<artifactId>docstring</artifactId>
89-
<version>7.11.0-SNAPSHOT</version>
89+
<version>7.11.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>io.cucumber</groupId>
9393
<artifactId>cucumber-gherkin</artifactId>
94-
<version>7.11.0-SNAPSHOT</version>
94+
<version>7.11.0</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>io.cucumber</groupId>
9898
<artifactId>cucumber-gherkin-messages</artifactId>
99-
<version>7.11.0-SNAPSHOT</version>
99+
<version>7.11.0</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>io.cucumber</groupId>
103103
<artifactId>cucumber-guice</artifactId>
104-
<version>7.11.0-SNAPSHOT</version>
104+
<version>7.11.0</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.cucumber</groupId>
108108
<artifactId>cucumber-jakarta-cdi</artifactId>
109-
<version>7.11.0-SNAPSHOT</version>
109+
<version>7.11.0</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>io.cucumber</groupId>
113113
<artifactId>cucumber-java</artifactId>
114-
<version>7.11.0-SNAPSHOT</version>
114+
<version>7.11.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.cucumber</groupId>
118118
<artifactId>cucumber-java8</artifactId>
119-
<version>7.11.0-SNAPSHOT</version>
119+
<version>7.11.0</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>io.cucumber</groupId>
123123
<artifactId>cucumber-junit</artifactId>
124-
<version>7.11.0-SNAPSHOT</version>
124+
<version>7.11.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>io.cucumber</groupId>
128128
<artifactId>cucumber-junit-platform-engine</artifactId>
129-
<version>7.11.0-SNAPSHOT</version>
129+
<version>7.11.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>io.cucumber</groupId>
133133
<artifactId>cucumber-openejb</artifactId>
134-
<version>7.11.0-SNAPSHOT</version>
134+
<version>7.11.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>io.cucumber</groupId>
138138
<artifactId>cucumber-picocontainer</artifactId>
139-
<version>7.11.0-SNAPSHOT</version>
139+
<version>7.11.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.cucumber</groupId>
143143
<artifactId>cucumber-plugin</artifactId>
144-
<version>7.11.0-SNAPSHOT</version>
144+
<version>7.11.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.cucumber</groupId>
148148
<artifactId>cucumber-spring</artifactId>
149-
<version>7.11.0-SNAPSHOT</version>
149+
<version>7.11.0</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>io.cucumber</groupId>
153153
<artifactId>cucumber-testng</artifactId>
154-
<version>7.11.0-SNAPSHOT</version>
154+
<version>7.11.0</version>
155155
</dependency>
156156
</dependencies>
157157
</dependencyManagement>

cucumber-cdi2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.cucumber</groupId>
1616
<artifactId>cucumber-jvm</artifactId>
17-
<version>7.11.0-SNAPSHOT</version>
17+
<version>7.11.0</version>
1818
</parent>
1919

2020
<artifactId>cucumber-cdi2</artifactId>

cucumber-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.11.0-SNAPSHOT</version>
7+
<version>7.11.0</version>
88
</parent>
99

1010
<artifactId>cucumber-core</artifactId>

cucumber-deltaspike/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.cucumber</groupId>
77
<artifactId>cucumber-jvm</artifactId>
8-
<version>7.11.0-SNAPSHOT</version>
8+
<version>7.11.0</version>
99
</parent>
1010

1111
<artifactId>cucumber-deltaspike</artifactId>

cucumber-gherkin-messages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.11.0-SNAPSHOT</version>
7+
<version>7.11.0</version>
88
</parent>
99

1010
<properties>

cucumber-gherkin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.11.0-SNAPSHOT</version>
7+
<version>7.11.0</version>
88
</parent>
99

1010
<properties>

cucumber-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.11.0-SNAPSHOT</version>
7+
<version>7.11.0</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)