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:
Robbie Gemmell 2022-10-17 12:56:14 +01:00
parent 8c209adc99
commit d6ec80d8f1
1 changed files with 1 additions and 1 deletions

View File

@ -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>