This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit d6ec80d8f14b59c4ed61018522f3cb8745663057 Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Oct 17 12:56:14 2022 +0100 ARTEMIS-4053: ensure scm tag ref reflects it is currently non-release, using HEAD, rather than incorrectly having release version 2.19.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ffdbbf98f8..9a5a482ec2 100644 --- a/pom.xml +++ b/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>
