Skip to content

Commit

Permalink
Update gitflow version policy to use -SNAPSHOT in hotfix and release …
Browse files Browse the repository at this point in the history
…branches
  • Loading branch information
arteymix committed Jul 26, 2024
1 parent b0478c4 commit d3152de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,15 @@
<pushRemote>false</pushRemote>
<verbose>true</verbose>
<gitFlowConfig>
<origin>origin</origin>
<productionBranch>master</productionBranch>
<developmentBranch>development</developmentBranch>
<releaseBranchPrefix>release-</releaseBranchPrefix>
<origin>origin</origin>
<featureBranchPrefix>feature-</featureBranchPrefix>
<hotfixBranchPrefix>hotfix-</hotfixBranchPrefix>
<supportBranchPrefix>support-</supportBranchPrefix>
<useSnapshotInHotfix>true</useSnapshotInHotfix>
<useSnapshotInRelease>true</useSnapshotInRelease>
</gitFlowConfig>
</configuration>
</plugin>
Expand Down

0 comments on commit d3152de

Please sign in to comment.