Skip to content

Commit

Permalink
IGNITE-21085 Fixed the update versions script fails on ignite-calcite…
Browse files Browse the repository at this point in the history
… module. (#11099)
  • Loading branch information
NSAmelchev authored Dec 15, 2023
1 parent e7a35b1 commit 07e82f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/calcite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<executions>
<execution>
<id>copy-fmpp-resources</id>
<phase>validate</phase>
<phase>initialize</phase>
<goals>
<goal>copy-resources</goal>
</goals>
Expand All @@ -270,7 +270,7 @@
<executions>
<execution>
<id>unpack-parser-template</id>
<phase>validate</phase>
<phase>initialize</phase>
<goals>
<goal>unpack</goal>
</goals>
Expand Down Expand Up @@ -310,7 +310,7 @@
<executions>
<execution>
<id>generate-fmpp-sources</id>
<phase>validate</phase>
<phase>initialize</phase>
<goals>
<goal>run</goal>
</goals>
Expand Down

0 comments on commit 07e82f0

Please sign in to comment.