Skip to content

Commit 1821782

Browse files
committed
remove jgitflow-maven-plugin
1 parent e364aed commit 1821782

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

parent_toplevel/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -211,18 +211,6 @@
211211
</gitFlowConfig>
212212
</configuration>
213213
</plugin>
214-
<plugin>
215-
<groupId>external.atlassian.jgitflow</groupId>
216-
<artifactId>jgitflow-maven-plugin</artifactId>
217-
<inherited>false</inherited>
218-
<configuration>
219-
<flowInitContext>
220-
<releaseBranchPrefix>release/${project.artifactId}-</releaseBranchPrefix>
221-
<hotfixBranchPrefix>hotfix/${project.artifactId}-</hotfixBranchPrefix>
222-
<versionTagPrefix>${project.artifactId}-</versionTagPrefix>
223-
</flowInitContext>
224-
</configuration>
225-
</plugin>
226214

227215
<!-- site configuration -->
228216
<plugin>

0 commit comments

Comments
 (0)