We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e364aed commit 1821782Copy full SHA for 1821782
1 file changed
parent_toplevel/pom.xml
@@ -211,18 +211,6 @@
211
</gitFlowConfig>
212
</configuration>
213
</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>
226
227
<!-- site configuration -->
228
<plugin>
0 commit comments