Skip to content

Commit dfb30e6

Browse files
committed
Prepare for the next development iteration
Created-by: polyglot-release v1.9.0 (cherry picked from commit 0c74123)
1 parent b5292ab commit dfb30e6

File tree

25 files changed

+46
-46
lines changed

25 files changed

+46
-46
lines changed

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.2</version>
7+
<version>7.34.3-SNAPSHOT</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.2</version>
9+
<version>7.34.3-SNAPSHOT</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.2</version>
7+
<version>7.34.3-SNAPSHOT</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.2</version>
111+
<version>7.34.3-SNAPSHOT</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>io.cucumber</groupId>
115115
<artifactId>cucumber-core</artifactId>
116-
<version>7.34.2</version>
116+
<version>7.34.3-SNAPSHOT</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>io.cucumber</groupId>
120120
<artifactId>datatable</artifactId>
121-
<version>7.34.2</version>
121+
<version>7.34.3-SNAPSHOT</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>io.cucumber</groupId>
125125
<artifactId>datatable-matchers</artifactId>
126-
<version>7.34.2</version>
126+
<version>7.34.3-SNAPSHOT</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.cucumber</groupId>
130130
<artifactId>cucumber-deltaspike</artifactId>
131-
<version>7.34.2</version>
131+
<version>7.34.3-SNAPSHOT</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>io.cucumber</groupId>
135135
<artifactId>docstring</artifactId>
136-
<version>7.34.2</version>
136+
<version>7.34.3-SNAPSHOT</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>io.cucumber</groupId>
140140
<artifactId>cucumber-gherkin</artifactId>
141-
<version>7.34.2</version>
141+
<version>7.34.3-SNAPSHOT</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>io.cucumber</groupId>
145145
<artifactId>cucumber-gherkin-messages</artifactId>
146-
<version>7.34.2</version>
146+
<version>7.34.3-SNAPSHOT</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>io.cucumber</groupId>
150150
<artifactId>cucumber-guice</artifactId>
151-
<version>7.34.2</version>
151+
<version>7.34.3-SNAPSHOT</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>io.cucumber</groupId>
155155
<artifactId>cucumber-jakarta-cdi</artifactId>
156-
<version>7.34.2</version>
156+
<version>7.34.3-SNAPSHOT</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>io.cucumber</groupId>
160160
<artifactId>cucumber-java</artifactId>
161-
<version>7.34.2</version>
161+
<version>7.34.3-SNAPSHOT</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>io.cucumber</groupId>
165165
<artifactId>cucumber-java8</artifactId>
166-
<version>7.34.2</version>
166+
<version>7.34.3-SNAPSHOT</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>io.cucumber</groupId>
170170
<artifactId>cucumber-junit</artifactId>
171-
<version>7.34.2</version>
171+
<version>7.34.3-SNAPSHOT</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>io.cucumber</groupId>
175175
<artifactId>cucumber-junit-platform-engine</artifactId>
176-
<version>7.34.2</version>
176+
<version>7.34.3-SNAPSHOT</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>io.cucumber</groupId>
180180
<artifactId>cucumber-openejb</artifactId>
181-
<version>7.34.2</version>
181+
<version>7.34.3-SNAPSHOT</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>io.cucumber</groupId>
185185
<artifactId>cucumber-picocontainer</artifactId>
186-
<version>7.34.2</version>
186+
<version>7.34.3-SNAPSHOT</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>io.cucumber</groupId>
190190
<artifactId>cucumber-plugin</artifactId>
191-
<version>7.34.2</version>
191+
<version>7.34.3-SNAPSHOT</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>io.cucumber</groupId>
195195
<artifactId>cucumber-spring</artifactId>
196-
<version>7.34.2</version>
196+
<version>7.34.3-SNAPSHOT</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>io.cucumber</groupId>
200200
<artifactId>cucumber-testng</artifactId>
201-
<version>7.34.2</version>
201+
<version>7.34.3-SNAPSHOT</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.2</version>
18+
<version>7.34.3-SNAPSHOT</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.2</version>
7+
<version>7.34.3-SNAPSHOT</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.2</version>
8+
<version>7.34.3-SNAPSHOT</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.2</version>
7+
<version>7.34.3-SNAPSHOT</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.2</version>
7+
<version>7.34.3-SNAPSHOT</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.2</version>
7+
<version>7.34.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

cucumber-jakarta-cdi/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.2</version>
18+
<version>7.34.3-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>cucumber-jakarta-cdi</artifactId>

0 commit comments

Comments
 (0)