Skip to content

Commit 2a85e33

Browse files
committed
Prepare release v7.28.1
Created-by: polyglot-release v1.6.1
1 parent bd8382c commit 2a85e33

File tree

37 files changed

+61
-58
lines changed

37 files changed

+61
-58
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.28.1] - 2025-09-03
1315
### Fixed
1416
- [Core] Fix NPE for optional arguments when using the Cucumber JSON Formatter ([cucumber-json-formatter/#7](https://github.com/cucumber/cucumber-json-formatter/pull/7), [#3060](https://github.com/cucumber/cucumber-jvm/pull/3060) M.P. Korstanje)
1517

@@ -480,7 +482,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
480482
- [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)
481483
- [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)
482484

483-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.28.0...HEAD
485+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.28.1...HEAD
486+
[7.28.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.28.0...v7.28.1
484487
[7.28.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.27.2...v7.28.0
485488
[7.27.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.27.1...v7.27.2
486489
[7.27.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.27.0...v7.27.1

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.28.1-SNAPSHOT</version>
7+
<version>7.28.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.28.1-SNAPSHOT</version>
9+
<version>7.28.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.28.1-SNAPSHOT</version>
7+
<version>7.28.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<packaging>pom</packaging>
@@ -89,97 +89,97 @@
8989
<dependency>
9090
<groupId>io.cucumber</groupId>
9191
<artifactId>cucumber-cdi2</artifactId>
92-
<version>7.28.1-SNAPSHOT</version>
92+
<version>7.28.1</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>io.cucumber</groupId>
9696
<artifactId>cucumber-core</artifactId>
97-
<version>7.28.1-SNAPSHOT</version>
97+
<version>7.28.1</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>io.cucumber</groupId>
101101
<artifactId>datatable</artifactId>
102-
<version>7.28.1-SNAPSHOT</version>
102+
<version>7.28.1</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>io.cucumber</groupId>
106106
<artifactId>datatable-matchers</artifactId>
107-
<version>7.28.1-SNAPSHOT</version>
107+
<version>7.28.1</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>io.cucumber</groupId>
111111
<artifactId>cucumber-deltaspike</artifactId>
112-
<version>7.28.1-SNAPSHOT</version>
112+
<version>7.28.1</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>io.cucumber</groupId>
116116
<artifactId>docstring</artifactId>
117-
<version>7.28.1-SNAPSHOT</version>
117+
<version>7.28.1</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>io.cucumber</groupId>
121121
<artifactId>cucumber-gherkin</artifactId>
122-
<version>7.28.1-SNAPSHOT</version>
122+
<version>7.28.1</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>io.cucumber</groupId>
126126
<artifactId>cucumber-gherkin-messages</artifactId>
127-
<version>7.28.1-SNAPSHOT</version>
127+
<version>7.28.1</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>io.cucumber</groupId>
131131
<artifactId>cucumber-guice</artifactId>
132-
<version>7.28.1-SNAPSHOT</version>
132+
<version>7.28.1</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>io.cucumber</groupId>
136136
<artifactId>cucumber-jakarta-cdi</artifactId>
137-
<version>7.28.1-SNAPSHOT</version>
137+
<version>7.28.1</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>io.cucumber</groupId>
141141
<artifactId>cucumber-java</artifactId>
142-
<version>7.28.1-SNAPSHOT</version>
142+
<version>7.28.1</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>io.cucumber</groupId>
146146
<artifactId>cucumber-java8</artifactId>
147-
<version>7.28.1-SNAPSHOT</version>
147+
<version>7.28.1</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>io.cucumber</groupId>
151151
<artifactId>cucumber-junit</artifactId>
152-
<version>7.28.1-SNAPSHOT</version>
152+
<version>7.28.1</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>io.cucumber</groupId>
156156
<artifactId>cucumber-junit-platform-engine</artifactId>
157-
<version>7.28.1-SNAPSHOT</version>
157+
<version>7.28.1</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>io.cucumber</groupId>
161161
<artifactId>cucumber-openejb</artifactId>
162-
<version>7.28.1-SNAPSHOT</version>
162+
<version>7.28.1</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>io.cucumber</groupId>
166166
<artifactId>cucumber-picocontainer</artifactId>
167-
<version>7.28.1-SNAPSHOT</version>
167+
<version>7.28.1</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>io.cucumber</groupId>
171171
<artifactId>cucumber-plugin</artifactId>
172-
<version>7.28.1-SNAPSHOT</version>
172+
<version>7.28.1</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>io.cucumber</groupId>
176176
<artifactId>cucumber-spring</artifactId>
177-
<version>7.28.1-SNAPSHOT</version>
177+
<version>7.28.1</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>io.cucumber</groupId>
181181
<artifactId>cucumber-testng</artifactId>
182-
<version>7.28.1-SNAPSHOT</version>
182+
<version>7.28.1</version>
183183
</dependency>
184184
</dependencies>
185185
</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.28.1-SNAPSHOT</version>
17+
<version>7.28.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.28.1-SNAPSHOT</version>
7+
<version>7.28.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.28.1-SNAPSHOT</version>
8+
<version>7.28.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.28.1-SNAPSHOT</version>
7+
<version>7.28.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.28.1-SNAPSHOT</version>
7+
<version>7.28.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.28.1-SNAPSHOT</version>
7+
<version>7.28.1</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)