We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf4b30 commit 440a558Copy full SHA for 440a558
pom.xml
@@ -171,8 +171,10 @@
171
<skipTag>true</skipTag>
172
<pushRemote>false</pushRemote>
173
<gitFlowConfig>
174
- <developmentBranch>master</developmentBranch>
+ <productionBranch>master-v2</productionBranch>
175
+ <developmentBranch>master-v2</developmentBranch>
176
</gitFlowConfig>
177
+ <argLine>-P-create-test-file-diff</argLine>
178
<releaseMergeFFOnly>true</releaseMergeFFOnly>
179
<commitMessages>
180
<releaseStartMessage>Update versions for release @{version}</releaseStartMessage>
0 commit comments