ARTEMIS-4053: ensure scm tag ref reflects it is currently non-release, using HEAD, rather than incorrectly having release version 2.19.0
This commit is contained in:
parent
8c209adc99
commit
d6ec80d8f1
2
pom.xml
2
pom.xml
|
@ -252,7 +252,7 @@
|
|||
<connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</connection>
|
||||
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</developerConnection>
|
||||
<url>https://github.com/apache/activemq-artemis</url>
|
||||
<tag>2.19.0</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
|
|
Loading…
Reference in New Issue