Skip to content

Commit

Permalink
Merge pull request quarkusio#23852 from famod/GIB-4
Browse files Browse the repository at this point in the history
Upgrade to `gitflow-incremental-builder` 4.0.0
  • Loading branch information
gsmet authored Feb 22, 2022
2 parents 4a0e059 + 81af1aa commit 32d399a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<postgres.url>jdbc:postgresql:hibernate_orm_test</postgres.url>

<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<gitflow-incremental-builder.version>3.15.0</gitflow-incremental-builder.version>
<gitflow-incremental-builder.version>4.0.0</gitflow-incremental-builder.version>
<quarkus-platform-bom-plugin.version>0.0.40</quarkus-platform-bom-plugin.version>

<skipDocs>false</skipDocs>
Expand Down Expand Up @@ -301,7 +301,7 @@
<build>
<plugins>
<plugin>
<groupId>com.vackosar.gitflowincrementalbuilder</groupId>
<groupId>io.github.gitflow-incremental-builder</groupId>
<artifactId>gitflow-incremental-builder</artifactId>
<version>${gitflow-incremental-builder.version}</version>
<extensions>true</extensions>
Expand Down

0 comments on commit 32d399a

Please sign in to comment.