Skip to content

Commit 95da1aa

Browse files
committed
Prepare release v7.26.0
Created-by: polyglot-release v1.6.0
1 parent ec46132 commit 95da1aa

File tree

37 files changed

+62
-59
lines changed

37 files changed

+62
-59
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ 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.26.0] - 2025-07-14
1315
### Added
1416
- [JUnit Platform Engine] Add `cucumber.junit-platform.discovery.as-root-engine` to work around SBT issues ([#3023](https://github.com/cucumber/cucumber-jvm/pull/3023) M.P. Korstanje)
1517

1618
### Fixed
1719
- [JUnit Platform Engine] Don't use Java 9+ APIs ([#3025](https://github.com/cucumber/cucumber-jvm/pull/3025) M.P. Korstanje)
1820
- [JUnit Platform Engine] Implement toString on custom DiscoverySelectors
19-
[Core] Fix incomplete id for scenarios under rules in json output ([#3026](https://github.com/cucumber/cucumber-jvm/pull/3026) M.P. Korstanje)
21+
[Core] Fix incomplete id for scenarios under rules in json output ([#3026](https://github.com/cucumber/cucumber-jvm/pull/3026) M.P. Korstanje)
2022

2123
## [7.25.0] - 2025-07-10
2224
### Changed
@@ -445,7 +447,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
445447
- [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)
446448
- [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)
447449

448-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.25.0...HEAD
450+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.26.0...HEAD
451+
[7.26.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.25.0...v7.26.0
449452
[7.25.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.24.0...v7.25.0
450453
[7.24.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.23.0...v7.24.0
451454
[7.23.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.22.2...v7.23.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.26.0-SNAPSHOT</version>
7+
<version>7.26.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.26.0-SNAPSHOT</version>
9+
<version>7.26.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.26.0-SNAPSHOT</version>
7+
<version>7.26.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<packaging>pom</packaging>
@@ -83,97 +83,97 @@
8383
<dependency>
8484
<groupId>io.cucumber</groupId>
8585
<artifactId>cucumber-cdi2</artifactId>
86-
<version>7.26.0-SNAPSHOT</version>
86+
<version>7.26.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>io.cucumber</groupId>
9090
<artifactId>cucumber-core</artifactId>
91-
<version>7.26.0-SNAPSHOT</version>
91+
<version>7.26.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>io.cucumber</groupId>
9595
<artifactId>datatable</artifactId>
96-
<version>7.26.0-SNAPSHOT</version>
96+
<version>7.26.0</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>io.cucumber</groupId>
100100
<artifactId>datatable-matchers</artifactId>
101-
<version>7.26.0-SNAPSHOT</version>
101+
<version>7.26.0</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>io.cucumber</groupId>
105105
<artifactId>cucumber-deltaspike</artifactId>
106-
<version>7.26.0-SNAPSHOT</version>
106+
<version>7.26.0</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>io.cucumber</groupId>
110110
<artifactId>docstring</artifactId>
111-
<version>7.26.0-SNAPSHOT</version>
111+
<version>7.26.0</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>io.cucumber</groupId>
115115
<artifactId>cucumber-gherkin</artifactId>
116-
<version>7.26.0-SNAPSHOT</version>
116+
<version>7.26.0</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>io.cucumber</groupId>
120120
<artifactId>cucumber-gherkin-messages</artifactId>
121-
<version>7.26.0-SNAPSHOT</version>
121+
<version>7.26.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>io.cucumber</groupId>
125125
<artifactId>cucumber-guice</artifactId>
126-
<version>7.26.0-SNAPSHOT</version>
126+
<version>7.26.0</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.cucumber</groupId>
130130
<artifactId>cucumber-jakarta-cdi</artifactId>
131-
<version>7.26.0-SNAPSHOT</version>
131+
<version>7.26.0</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>io.cucumber</groupId>
135135
<artifactId>cucumber-java</artifactId>
136-
<version>7.26.0-SNAPSHOT</version>
136+
<version>7.26.0</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>io.cucumber</groupId>
140140
<artifactId>cucumber-java8</artifactId>
141-
<version>7.26.0-SNAPSHOT</version>
141+
<version>7.26.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>io.cucumber</groupId>
145145
<artifactId>cucumber-junit</artifactId>
146-
<version>7.26.0-SNAPSHOT</version>
146+
<version>7.26.0</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>io.cucumber</groupId>
150150
<artifactId>cucumber-junit-platform-engine</artifactId>
151-
<version>7.26.0-SNAPSHOT</version>
151+
<version>7.26.0</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>io.cucumber</groupId>
155155
<artifactId>cucumber-openejb</artifactId>
156-
<version>7.26.0-SNAPSHOT</version>
156+
<version>7.26.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>io.cucumber</groupId>
160160
<artifactId>cucumber-picocontainer</artifactId>
161-
<version>7.26.0-SNAPSHOT</version>
161+
<version>7.26.0</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>io.cucumber</groupId>
165165
<artifactId>cucumber-plugin</artifactId>
166-
<version>7.26.0-SNAPSHOT</version>
166+
<version>7.26.0</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>io.cucumber</groupId>
170170
<artifactId>cucumber-spring</artifactId>
171-
<version>7.26.0-SNAPSHOT</version>
171+
<version>7.26.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>io.cucumber</groupId>
175175
<artifactId>cucumber-testng</artifactId>
176-
<version>7.26.0-SNAPSHOT</version>
176+
<version>7.26.0</version>
177177
</dependency>
178178
</dependencies>
179179
</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.26.0-SNAPSHOT</version>
17+
<version>7.26.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.26.0-SNAPSHOT</version>
7+
<version>7.26.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.26.0-SNAPSHOT</version>
8+
<version>7.26.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.26.0-SNAPSHOT</version>
7+
<version>7.26.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.26.0-SNAPSHOT</version>
7+
<version>7.26.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.26.0-SNAPSHOT</version>
7+
<version>7.26.0</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)