Skip to content

Commit

Permalink
Merge branch 'release/1.5' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bannmann committed Nov 22, 2023
2 parents c0251ff + 4e2fdd8 commit c9fd35a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.bannmann</groupId>
<artifactId>base</artifactId>
<version>1.4</version>
<version>1.5</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -151,13 +151,18 @@
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.14.0</version>
<version>1.20.0</version>
<configuration>
<commitDevelopmentVersionAtStart>true</commitDevelopmentVersionAtStart>
<useSnapshotInRelease>true</useSnapshotInRelease>
<commitMessagePrefix>[gitflow] </commitMessagePrefix>
<gitFlowConfig>
<productionBranch>main</productionBranch>
</gitFlowConfig>
<noBackMerge>true</noBackMerge>
<noBackMergeHotfix>true</noBackMergeHotfix>
<preReleaseGoals>package -DperformRelease=true</preReleaseGoals>
<pushRemote>true</pushRemote>
<commitMessagePrefix>[gitflow] </commitMessagePrefix>
<useSnapshotInRelease>true</useSnapshotInRelease>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c9fd35a

Please sign in to comment.