Skip to content

Commit

Permalink
Extract dep.gib.version property
Browse files Browse the repository at this point in the history
  • Loading branch information
ksobolew authored and wendigo committed Dec 27, 2024
1 parent 832398a commit 5706953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
<dep.frontend-maven-plugin.version>1.15.1</dep.frontend-maven-plugin.version>
<dep.frontend-node.version>v22.11.0</dep.frontend-node.version>
<dep.frontend-npm.version>10.9.0</dep.frontend-npm.version>
<dep.gib.version>4.5.4</dep.gib.version>
<dep.google.http.client.version>1.45.3</dep.google.http.client.version>
<dep.httpcore5.version>5.3.1</dep.httpcore5.version>
<dep.iceberg.version>1.7.1</dep.iceberg.version>
Expand Down Expand Up @@ -2989,7 +2990,7 @@
<plugin>
<groupId>io.github.gitflow-incremental-builder</groupId>
<artifactId>gitflow-incremental-builder</artifactId>
<version>4.5.4</version>
<version>${dep.gib.version}</version>
<extensions>true</extensions>
<configuration>
<compareToMergeBase>true</compareToMergeBase>
Expand Down

0 comments on commit 5706953

Please sign in to comment.