NIFI-245: avoid collisions in tag names.

Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
Benson Margulies 2015-01-11 08:59:01 -05:00 committed by joewitt
parent a58cf4ad66
commit aaa2992cf1
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>apache-release</releaseProfiles>
<goals>deploy</goals>
<tagNameFormat>@{project.version}</tagNameFormat>
<tagNameFormat>nar-maven-plugin-@{project.version}</tagNameFormat>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>