Set gitflow-maven-plugin versionTagPrefix.
parent
db70b6e095
commit
31a00f5f8e
5
pom.xml
5
pom.xml
|
@ -324,6 +324,11 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.amashchenko.maven.plugin</groupId>
|
<groupId>com.amashchenko.maven.plugin</groupId>
|
||||||
<artifactId>gitflow-maven-plugin</artifactId>
|
<artifactId>gitflow-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<gitFlowConfig>
|
||||||
|
<versionTagPrefix>WebMagic-</versionTagPrefix>
|
||||||
|
</gitFlowConfig>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
|
|
Loading…
Reference in New Issue