Skip to content

Commit

Permalink
Fix location of gitflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jul 26, 2024
1 parent d3152de commit ea98c49
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 @@ -82,6 +82,8 @@
<configuration>
<pushRemote>false</pushRemote>
<verbose>true</verbose>
<useSnapshotInHotfix>true</useSnapshotInHotfix>
<useSnapshotInRelease>true</useSnapshotInRelease>
<gitFlowConfig>
<origin>origin</origin>
<productionBranch>master</productionBranch>
Expand All @@ -90,8 +92,6 @@
<featureBranchPrefix>feature-</featureBranchPrefix>
<hotfixBranchPrefix>hotfix-</hotfixBranchPrefix>
<supportBranchPrefix>support-</supportBranchPrefix>
<useSnapshotInHotfix>true</useSnapshotInHotfix>
<useSnapshotInRelease>true</useSnapshotInRelease>
</gitFlowConfig>
</configuration>
</plugin>
Expand Down

0 comments on commit ea98c49

Please sign in to comment.