Skip to content

Commit b09c603

Browse files
committed
IGNITE-21085 Fixed the update versions script fails on ignite-calcite module. (#11099)
(cherry picked from commit 07e82f0)
1 parent 51be57d commit b09c603

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/calcite/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<executions>
249249
<execution>
250250
<id>copy-fmpp-resources</id>
251-
<phase>validate</phase>
251+
<phase>initialize</phase>
252252
<goals>
253253
<goal>copy-resources</goal>
254254
</goals>
@@ -270,7 +270,7 @@
270270
<executions>
271271
<execution>
272272
<id>unpack-parser-template</id>
273-
<phase>validate</phase>
273+
<phase>initialize</phase>
274274
<goals>
275275
<goal>unpack</goal>
276276
</goals>
@@ -310,7 +310,7 @@
310310
<executions>
311311
<execution>
312312
<id>generate-fmpp-sources</id>
313-
<phase>validate</phase>
313+
<phase>initialize</phase>
314314
<goals>
315315
<goal>run</goal>
316316
</goals>

0 commit comments

Comments
 (0)