Skip to content

Commit fc02095

Browse files
committed
Prepare release v7.11.1
Created-by: polyglot-release v1.3.2
1 parent 287f718 commit fc02095

File tree

36 files changed

+62
-59
lines changed

36 files changed

+62
-59
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

1212
## [Unreleased]
13-
### Fixed
14-
- [Spring] Instantiate `TestContextManager` synchronously ([#2686](https://github.com/cucumber/cucumber-jvm/pull/2686), [#2687](https://github.com/cucumber/cucumber-jvm/pull/2687) Thai Nguyen, M.P. Korstanje)
1513

14+
## [7.11.1] - 2023-01-27
1615
### Added
1716
- [Core] Warn when `cucumber.options` is used ([#2685](https://github.com/cucumber/cucumber-jvm/pull/2685) M.P. Korstanje)
1817

18+
### Fixed
19+
- [Spring] Instantiate `TestContextManager` synchronously ([#2686](https://github.com/cucumber/cucumber-jvm/pull/2686), [#2687](https://github.com/cucumber/cucumber-jvm/pull/2687) Thai Nguyen, M.P. Korstanje)
20+
1921
## [7.11.0] - 2023-01-12
2022
### Added
2123
- [Spring] Support Spring Boot 3 and Spring 6 ([#2644](https://github.com/cucumber/cucumber-jvm/pull/2644) M.P. Korstanje)
@@ -223,7 +225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223225
- [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)
224226
- [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)
225227

226-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.0...main
228+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.1...main
229+
[7.11.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.0...main
227230
[7.11.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.10.1...v7.11.0
228231
[7.10.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.10.0...v7.10.1
229232
[7.10.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.9.0...v7.10.0

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.1-SNAPSHOT</version>
7+
<version>7.11.1</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.1-SNAPSHOT</version>
9+
<version>7.11.1</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.1-SNAPSHOT</version>
6+
<version>7.11.1</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.1-SNAPSHOT</version>
64+
<version>7.11.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>io.cucumber</groupId>
6868
<artifactId>cucumber-core</artifactId>
69-
<version>7.11.1-SNAPSHOT</version>
69+
<version>7.11.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>io.cucumber</groupId>
7373
<artifactId>datatable</artifactId>
74-
<version>7.11.1-SNAPSHOT</version>
74+
<version>7.11.1</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>io.cucumber</groupId>
7878
<artifactId>datatable-matchers</artifactId>
79-
<version>7.11.1-SNAPSHOT</version>
79+
<version>7.11.1</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>io.cucumber</groupId>
8383
<artifactId>cucumber-deltaspike</artifactId>
84-
<version>7.11.1-SNAPSHOT</version>
84+
<version>7.11.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>io.cucumber</groupId>
8888
<artifactId>docstring</artifactId>
89-
<version>7.11.1-SNAPSHOT</version>
89+
<version>7.11.1</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>io.cucumber</groupId>
9393
<artifactId>cucumber-gherkin</artifactId>
94-
<version>7.11.1-SNAPSHOT</version>
94+
<version>7.11.1</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>io.cucumber</groupId>
9898
<artifactId>cucumber-gherkin-messages</artifactId>
99-
<version>7.11.1-SNAPSHOT</version>
99+
<version>7.11.1</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>io.cucumber</groupId>
103103
<artifactId>cucumber-guice</artifactId>
104-
<version>7.11.1-SNAPSHOT</version>
104+
<version>7.11.1</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.cucumber</groupId>
108108
<artifactId>cucumber-jakarta-cdi</artifactId>
109-
<version>7.11.1-SNAPSHOT</version>
109+
<version>7.11.1</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>io.cucumber</groupId>
113113
<artifactId>cucumber-java</artifactId>
114-
<version>7.11.1-SNAPSHOT</version>
114+
<version>7.11.1</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.cucumber</groupId>
118118
<artifactId>cucumber-java8</artifactId>
119-
<version>7.11.1-SNAPSHOT</version>
119+
<version>7.11.1</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>io.cucumber</groupId>
123123
<artifactId>cucumber-junit</artifactId>
124-
<version>7.11.1-SNAPSHOT</version>
124+
<version>7.11.1</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>io.cucumber</groupId>
128128
<artifactId>cucumber-junit-platform-engine</artifactId>
129-
<version>7.11.1-SNAPSHOT</version>
129+
<version>7.11.1</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>io.cucumber</groupId>
133133
<artifactId>cucumber-openejb</artifactId>
134-
<version>7.11.1-SNAPSHOT</version>
134+
<version>7.11.1</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>io.cucumber</groupId>
138138
<artifactId>cucumber-picocontainer</artifactId>
139-
<version>7.11.1-SNAPSHOT</version>
139+
<version>7.11.1</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.cucumber</groupId>
143143
<artifactId>cucumber-plugin</artifactId>
144-
<version>7.11.1-SNAPSHOT</version>
144+
<version>7.11.1</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.cucumber</groupId>
148148
<artifactId>cucumber-spring</artifactId>
149-
<version>7.11.1-SNAPSHOT</version>
149+
<version>7.11.1</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>io.cucumber</groupId>
153153
<artifactId>cucumber-testng</artifactId>
154-
<version>7.11.1-SNAPSHOT</version>
154+
<version>7.11.1</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.1-SNAPSHOT</version>
17+
<version>7.11.1</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.1-SNAPSHOT</version>
7+
<version>7.11.1</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.1-SNAPSHOT</version>
8+
<version>7.11.1</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.1-SNAPSHOT</version>
7+
<version>7.11.1</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.1-SNAPSHOT</version>
7+
<version>7.11.1</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.1-SNAPSHOT</version>
7+
<version>7.11.1</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)