Skip to content

Commit fde307e

Browse files
committed
Prepare release v7.28.0
Created-by: polyglot-release v1.6.1
1 parent 46355de commit fde307e

File tree

37 files changed

+67
-65
lines changed

37 files changed

+67
-65
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,26 @@ 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.0] - 2025-09-01
1315
### Added
1416
- [Core] Add `--i18n-keywords` and `--i18n-languages` options ([#3053](https://github.com/cucumber/cucumber-jvm/pull/3053) M.P. Korstanje)
1517
- [JUnit Platform Engine] Warn when selected line does not exist ([#3056](https://github.com/cucumber/cucumber-jvm/pull/3056) M.P. Korstanje)
1618
- [JUnit Platform Engine] Support rerun files ([#3057](https://github.com/cucumber/cucumber-jvm/pull/3057) M.P. Korstanje)
1719

18-
### Deprecated
19-
- [Core] Deprecate `--i18n` options ([#3053](https://github.com/cucumber/cucumber-jvm/pull/3053) M.P. Korstanje)
20-
2120
### Changed
2221
- [Core] Use a [message based Cucumber JSON Formatter](https://github.com/cucumber/cucumber-json-formatter) ([##2888](https://github.com/cucumber/cucumber-jvm/pull/#2888) M.P. Korstanje)
2322

24-
## [7.27.2] - 2025-08-18
25-
### Fixed
26-
- [Core] Intellij prints summary printed when executing concurrently ([#3049](https://github.com/cucumber/cucumber-jvm/pull/3049) M.P. Korstanje)
23+
### Deprecated
24+
- [Core] Deprecate `--i18n` options ([#3053](https://github.com/cucumber/cucumber-jvm/pull/3053) M.P. Korstanje)
2725

26+
## [7.27.2] - 2025-08-18
2827
### Added
2928
- [Core] Add custom UuidGenerator to Runtime.Builder ([#3039](https://github.com/cucumber/junit-xml-formatter/pull/3039) Christoph Läubrich, M.P. Korstanje)
3029

30+
### Fixed
31+
- [Core] Intellij prints summary printed when executing concurrently ([#3049](https://github.com/cucumber/cucumber-jvm/pull/3049) M.P. Korstanje)
32+
3133
## [7.27.1] - 2025-08-17
3234
### Fixed
3335
- [Core] Format time in JUnit XML report as `xs:float` ([junit-xml-formatter/#83](https://github.com/cucumber/junit-xml-formatter/pull/83) M.P. Korstanje)
@@ -478,7 +480,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
478480
- [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)
479481
- [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)
480482

481-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.27.2...HEAD
483+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.28.0...HEAD
484+
[7.28.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.27.2...v7.28.0
482485
[7.27.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.27.1...v7.27.2
483486
[7.27.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.27.0...v7.27.1
484487
[7.27.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.26.0...v7.27.0
@@ -530,4 +533,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
530533
[7.1.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.0.0...v7.1.0
531534
[7.0.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.0.0-RC1...v7.0.0
532535
[7.0.0-RC1]: https://github.com/cucumber/cucumber-jvm/compare/v6.11.0...v7.0.0-RC1
533-
/cucumber-jvm/compare/v6.11.0...v7.0.0-RC1

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

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)