mirror of https://github.com/apache/nifi.git
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>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
<releaseProfiles>apache-release</releaseProfiles>
|
<releaseProfiles>apache-release</releaseProfiles>
|
||||||
<goals>deploy</goals>
|
<goals>deploy</goals>
|
||||||
<tagNameFormat>@{project.version}</tagNameFormat>
|
<tagNameFormat>nar-maven-plugin-@{project.version}</tagNameFormat>
|
||||||
<pushChanges>false</pushChanges>
|
<pushChanges>false</pushChanges>
|
||||||
<localCheckout>true</localCheckout>
|
<localCheckout>true</localCheckout>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue