mirror of https://github.com/apache/activemq.git
Specify a tagNameFormat
This commit is contained in:
parent
a671b00df5
commit
d14ae9c6ef
1
pom.xml
1
pom.xml
|
@ -1138,6 +1138,7 @@
|
||||||
<goals>deploy</goals>
|
<goals>deploy</goals>
|
||||||
<remoteTagging>false</remoteTagging>
|
<remoteTagging>false</remoteTagging>
|
||||||
<suppressCommitBeforeTag>false</suppressCommitBeforeTag>
|
<suppressCommitBeforeTag>false</suppressCommitBeforeTag>
|
||||||
|
<tagNameFormat>activemq-@{project.version}</tagNameFormat>
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue