Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 0459925

Browse files
Gitflow plugin to start with release.
1 parent 800d2b2 commit 0459925

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,13 @@
283283
<artifactId>scalatest-maven-plugin</artifactId>
284284
<version>1.0</version>
285285
</plugin>
286+
287+
<!-- Gitflow -->
288+
<plugin>
289+
<groupId>com.amashchenko.maven.plugin</groupId>
290+
<artifactId>gitflow-maven-plugin</artifactId>
291+
<version>1.3.1</version>
292+
</plugin>
286293
</plugins>
287294
</pluginManagement>
288295
</build>

0 commit comments

Comments
 (0)