Add gitflow-maven-plugin.

master
Sutra Zhou 2021-01-05 23:14:24 +08:00
parent ab6ff7f809
commit e14a762632
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -317,7 +317,20 @@
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.15.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>