Skip to content

Commit e14a762

Browse files
committed
Add gitflow-maven-plugin.
1 parent ab6ff7f commit e14a762

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,20 @@
317317
<artifactId>maven-release-plugin</artifactId>
318318
<version>3.0.0-M1</version>
319319
</plugin>
320+
<plugin>
321+
<groupId>com.amashchenko.maven.plugin</groupId>
322+
<artifactId>gitflow-maven-plugin</artifactId>
323+
</plugin>
320324
</plugins>
325+
<pluginManagement>
326+
<plugins>
327+
<plugin>
328+
<groupId>com.amashchenko.maven.plugin</groupId>
329+
<artifactId>gitflow-maven-plugin</artifactId>
330+
<version>1.15.0</version>
331+
</plugin>
332+
</plugins>
333+
</pluginManagement>
321334
</build>
322335

323336
<profiles>

0 commit comments

Comments
 (0)