Skip to content

Commit 3c93a42

Browse files
committed
[RELEASE] Merge 7.0.7 into 7.0-develop
2 parents 3249c13 + 0070b69 commit 3c93a42

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -699,25 +699,6 @@
699699
</groups>
700700
</configuration>
701701
</plugin>
702-
<plugin>
703-
<groupId>external.atlassian.jgitflow</groupId>
704-
<artifactId>jgitflow-maven-plugin</artifactId>
705-
<version>1.0-m5.1</version>
706-
<configuration>
707-
<!-- see goals wiki page for configuration options -->
708-
<flowInitContext>
709-
<masterBranchName>master</masterBranchName>
710-
<developBranchName>develop</developBranchName>
711-
<featureBranchPrefix>feature/</featureBranchPrefix>
712-
<releaseBranchPrefix>release/</releaseBranchPrefix>
713-
<hotfixBranchPrefix>hotfix/</hotfixBranchPrefix>
714-
<versionTagPrefix />
715-
</flowInitContext>
716-
<allowUntracked>true</allowUntracked>
717-
<autoVersionSubmodules>true</autoVersionSubmodules>
718-
<updateDependencies>true</updateDependencies>
719-
</configuration>
720-
</plugin>
721702
</plugins>
722703
</build>
723704
</profile>

0 commit comments

Comments
 (0)