File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 645
645
<id >release</id >
646
646
<build >
647
647
<plugins >
648
- <plugin >
649
- <groupId >external.atlassian.jgitflow</groupId >
650
- <artifactId >jgitflow-maven-plugin</artifactId >
651
- <version >1.0-m5.1</version >
652
- <configuration >
653
- <!-- see goals wiki page for configuration options -->
654
- <flowInitContext >
655
- <masterBranchName >master</masterBranchName >
656
- <developBranchName >develop</developBranchName >
657
- <featureBranchPrefix >feature/</featureBranchPrefix >
658
- <releaseBranchPrefix >release/</releaseBranchPrefix >
659
- <hotfixBranchPrefix >hotfix/</hotfixBranchPrefix >
660
- <versionTagPrefix />
661
- </flowInitContext >
662
- <allowUntracked >true</allowUntracked >
663
- <autoVersionSubmodules >true</autoVersionSubmodules >
664
- <updateDependencies >true</updateDependencies >
665
- </configuration >
666
- </plugin >
667
648
<plugin >
668
649
<groupId >org.apache.maven.plugins</groupId >
669
650
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments