mirror of
https://github.com/apache/nifi.git
synced 2025-03-04 08:29:55 +00:00
NIFI-245: avoid collisions in tag names.
Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
parent
a58cf4ad66
commit
aaa2992cf1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user