Skip to content

Commit 88372a3

Browse files
committed
Prepare release v7.34.1
Created-by: polyglot-release v1.9.0
1 parent 142b589 commit 88372a3

File tree

26 files changed

+50
-47
lines changed

26 files changed

+50
-47
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ 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+
14+
## [7.34.1] - 2026-01-28
1315
### Fixed
1416
- Ensure dependencies converge ([#3157](https://github.com/cucumber/cucumber-jvm/issues/3157)
1517

@@ -583,7 +585,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
583585
- [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)
584586
- [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)
585587

586-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.34.0...HEAD
588+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.34.1...HEAD
589+
[7.34.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.34.0...v7.34.1
587590
[7.34.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.33.0...v7.34.0
588591
[7.33.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.32.0...v7.33.0
589592
[7.32.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.31.0...v7.32.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.34.1-SNAPSHOT</version>
7+
<version>7.34.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.34.1-SNAPSHOT</version>
9+
<version>7.34.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
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>cucumber-jvm</artifactId>
66
<groupId>io.cucumber</groupId>
7-
<version>7.34.1-SNAPSHOT</version>
7+
<version>7.34.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<packaging>pom</packaging>
@@ -108,97 +108,97 @@
108108
<dependency>
109109
<groupId>io.cucumber</groupId>
110110
<artifactId>cucumber-cdi2</artifactId>
111-
<version>7.34.1-SNAPSHOT</version>
111+
<version>7.34.1</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>io.cucumber</groupId>
115115
<artifactId>cucumber-core</artifactId>
116-
<version>7.34.1-SNAPSHOT</version>
116+
<version>7.34.1</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>io.cucumber</groupId>
120120
<artifactId>datatable</artifactId>
121-
<version>7.34.1-SNAPSHOT</version>
121+
<version>7.34.1</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>io.cucumber</groupId>
125125
<artifactId>datatable-matchers</artifactId>
126-
<version>7.34.1-SNAPSHOT</version>
126+
<version>7.34.1</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.cucumber</groupId>
130130
<artifactId>cucumber-deltaspike</artifactId>
131-
<version>7.34.1-SNAPSHOT</version>
131+
<version>7.34.1</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>io.cucumber</groupId>
135135
<artifactId>docstring</artifactId>
136-
<version>7.34.1-SNAPSHOT</version>
136+
<version>7.34.1</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>io.cucumber</groupId>
140140
<artifactId>cucumber-gherkin</artifactId>
141-
<version>7.34.1-SNAPSHOT</version>
141+
<version>7.34.1</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>io.cucumber</groupId>
145145
<artifactId>cucumber-gherkin-messages</artifactId>
146-
<version>7.34.1-SNAPSHOT</version>
146+
<version>7.34.1</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>io.cucumber</groupId>
150150
<artifactId>cucumber-guice</artifactId>
151-
<version>7.34.1-SNAPSHOT</version>
151+
<version>7.34.1</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>io.cucumber</groupId>
155155
<artifactId>cucumber-jakarta-cdi</artifactId>
156-
<version>7.34.1-SNAPSHOT</version>
156+
<version>7.34.1</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>io.cucumber</groupId>
160160
<artifactId>cucumber-java</artifactId>
161-
<version>7.34.1-SNAPSHOT</version>
161+
<version>7.34.1</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>io.cucumber</groupId>
165165
<artifactId>cucumber-java8</artifactId>
166-
<version>7.34.1-SNAPSHOT</version>
166+
<version>7.34.1</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>io.cucumber</groupId>
170170
<artifactId>cucumber-junit</artifactId>
171-
<version>7.34.1-SNAPSHOT</version>
171+
<version>7.34.1</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>io.cucumber</groupId>
175175
<artifactId>cucumber-junit-platform-engine</artifactId>
176-
<version>7.34.1-SNAPSHOT</version>
176+
<version>7.34.1</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>io.cucumber</groupId>
180180
<artifactId>cucumber-openejb</artifactId>
181-
<version>7.34.1-SNAPSHOT</version>
181+
<version>7.34.1</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>io.cucumber</groupId>
185185
<artifactId>cucumber-picocontainer</artifactId>
186-
<version>7.34.1-SNAPSHOT</version>
186+
<version>7.34.1</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>io.cucumber</groupId>
190190
<artifactId>cucumber-plugin</artifactId>
191-
<version>7.34.1-SNAPSHOT</version>
191+
<version>7.34.1</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>io.cucumber</groupId>
195195
<artifactId>cucumber-spring</artifactId>
196-
<version>7.34.1-SNAPSHOT</version>
196+
<version>7.34.1</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>io.cucumber</groupId>
200200
<artifactId>cucumber-testng</artifactId>
201-
<version>7.34.1-SNAPSHOT</version>
201+
<version>7.34.1</version>
202202
</dependency>
203203
</dependencies>
204204
</dependencyManagement>

cucumber-cdi2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>io.cucumber</groupId>
1717
<artifactId>cucumber-jvm</artifactId>
18-
<version>7.34.1-SNAPSHOT</version>
18+
<version>7.34.1</version>
1919
</parent>
2020

2121
<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.34.1-SNAPSHOT</version>
7+
<version>7.34.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.34.1-SNAPSHOT</version>
8+
<version>7.34.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.34.1-SNAPSHOT</version>
7+
<version>7.34.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.34.1-SNAPSHOT</version>
7+
<version>7.34.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.34.1-SNAPSHOT</version>
7+
<version>7.34.1</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)