Skip to content

Commit 49c60df

Browse files
committed
Prepare release v7.31.0
Created-by: polyglot-release v1.7.1
1 parent eab2a3a commit 49c60df

File tree

37 files changed

+65
-65
lines changed

37 files changed

+65
-65
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,30 @@ 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-
- [Core] Prefer URIs with authority ([#3098](https://github.com/cucumber/cucumber-jvm/pull/3098) M.P. Korstanje)
15-
- [Core] Reduce classpath scanner logging ([#3099](https://github.com/cucumber/cucumber-jvm/pull/3099) M.P. Korstanje)
1613

14+
## [7.31.0] - 2025-10-27
1715
### Added
1816
- [Core] Add a `UsageJsonFormatter`, use with `--plugin usage-json` ([#3086](https://github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje)
1917

2018
### Changed
2119
- [Core] Update dependency io.cucumber:ci-environment to v12.0.0
2220
- [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.0
23-
- [Core] Update dependency io.cucumber:gherkin to v36.0.0
21+
- [Core] Update dependency io.cucumber:gherkin to v36.0.0
2422
- [Core] Update dependency io.cucumber:html-formatter to v22.0.0
2523
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.10.0
2624
- [Core] Update dependency io.cucumber:messages to v30.1.0
27-
- [Core] Update dependency io.cucumber:pretty-formatter to v2.4.0
25+
- [Core] Update dependency io.cucumber:pretty-formatter to v2.4.0
2826
- [Core] Update dependency io.cucumber:query to v14.6.0
2927
- [Core] Update dependency io.cucumber:tag-expressions to v8.0.0
3028
- [Core] Update dependency io.cucumber:teamcity-formatter to v0.2.0
3129
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.7.0
32-
33-
### Changed
3430
- [Core] Use a message based `TimeLineFormatter` ([#3095](https://github.com/cucumber/cucumber-jvm/pull/3095) M.P. Korstanje)
3531
- [Core] Use a message based `UsageFormatter` ([#3086](https://github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje)
3632
- [Core] Use a message based `UnusedFormatter` ([#3086](https://github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje)
3733

34+
### Fixed
35+
- [Core] Prefer URIs with authority ([#3098](https://github.com/cucumber/cucumber-jvm/pull/3098) M.P. Korstanje)
36+
- [Core] Reduce classpath scanner logging ([#3099](https://github.com/cucumber/cucumber-jvm/pull/3099) M.P. Korstanje)
3837

3938
## [7.30.0] - 2025-10-01
4039
### Changed
@@ -543,7 +542,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
543542
- [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)
544543
- [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)
545544

546-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.30.0...HEAD
545+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.31.0...HEAD
546+
[7.31.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.30.0...v7.31.0
547547
[7.30.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.29.0...v7.30.0
548548
[7.29.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.28.2...v7.29.0
549549
[7.28.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.28.1...v7.28.2

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.31.0-SNAPSHOT</version>
7+
<version>7.31.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.31.0-SNAPSHOT</version>
9+
<version>7.31.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.31.0-SNAPSHOT</version>
7+
<version>7.31.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<packaging>pom</packaging>
@@ -101,97 +101,97 @@
101101
<dependency>
102102
<groupId>io.cucumber</groupId>
103103
<artifactId>cucumber-cdi2</artifactId>
104-
<version>7.31.0-SNAPSHOT</version>
104+
<version>7.31.0</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.cucumber</groupId>
108108
<artifactId>cucumber-core</artifactId>
109-
<version>7.31.0-SNAPSHOT</version>
109+
<version>7.31.0</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>io.cucumber</groupId>
113113
<artifactId>datatable</artifactId>
114-
<version>7.31.0-SNAPSHOT</version>
114+
<version>7.31.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.cucumber</groupId>
118118
<artifactId>datatable-matchers</artifactId>
119-
<version>7.31.0-SNAPSHOT</version>
119+
<version>7.31.0</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>io.cucumber</groupId>
123123
<artifactId>cucumber-deltaspike</artifactId>
124-
<version>7.31.0-SNAPSHOT</version>
124+
<version>7.31.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>io.cucumber</groupId>
128128
<artifactId>docstring</artifactId>
129-
<version>7.31.0-SNAPSHOT</version>
129+
<version>7.31.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>io.cucumber</groupId>
133133
<artifactId>cucumber-gherkin</artifactId>
134-
<version>7.31.0-SNAPSHOT</version>
134+
<version>7.31.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>io.cucumber</groupId>
138138
<artifactId>cucumber-gherkin-messages</artifactId>
139-
<version>7.31.0-SNAPSHOT</version>
139+
<version>7.31.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.cucumber</groupId>
143143
<artifactId>cucumber-guice</artifactId>
144-
<version>7.31.0-SNAPSHOT</version>
144+
<version>7.31.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.cucumber</groupId>
148148
<artifactId>cucumber-jakarta-cdi</artifactId>
149-
<version>7.31.0-SNAPSHOT</version>
149+
<version>7.31.0</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>io.cucumber</groupId>
153153
<artifactId>cucumber-java</artifactId>
154-
<version>7.31.0-SNAPSHOT</version>
154+
<version>7.31.0</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>io.cucumber</groupId>
158158
<artifactId>cucumber-java8</artifactId>
159-
<version>7.31.0-SNAPSHOT</version>
159+
<version>7.31.0</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>io.cucumber</groupId>
163163
<artifactId>cucumber-junit</artifactId>
164-
<version>7.31.0-SNAPSHOT</version>
164+
<version>7.31.0</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>io.cucumber</groupId>
168168
<artifactId>cucumber-junit-platform-engine</artifactId>
169-
<version>7.31.0-SNAPSHOT</version>
169+
<version>7.31.0</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>io.cucumber</groupId>
173173
<artifactId>cucumber-openejb</artifactId>
174-
<version>7.31.0-SNAPSHOT</version>
174+
<version>7.31.0</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>io.cucumber</groupId>
178178
<artifactId>cucumber-picocontainer</artifactId>
179-
<version>7.31.0-SNAPSHOT</version>
179+
<version>7.31.0</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>io.cucumber</groupId>
183183
<artifactId>cucumber-plugin</artifactId>
184-
<version>7.31.0-SNAPSHOT</version>
184+
<version>7.31.0</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>io.cucumber</groupId>
188188
<artifactId>cucumber-spring</artifactId>
189-
<version>7.31.0-SNAPSHOT</version>
189+
<version>7.31.0</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>io.cucumber</groupId>
193193
<artifactId>cucumber-testng</artifactId>
194-
<version>7.31.0-SNAPSHOT</version>
194+
<version>7.31.0</version>
195195
</dependency>
196196
</dependencies>
197197
</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.31.0-SNAPSHOT</version>
17+
<version>7.31.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.31.0-SNAPSHOT</version>
7+
<version>7.31.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.31.0-SNAPSHOT</version>
8+
<version>7.31.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.31.0-SNAPSHOT</version>
7+
<version>7.31.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.31.0-SNAPSHOT</version>
7+
<version>7.31.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.31.0-SNAPSHOT</version>
7+
<version>7.31.0</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)