This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
commit 3dc3cffd0b3b1c88566569933c3f213e3d0330b7 Author: Gary Gregory <[email protected]> AuthorDate: Fri Nov 7 07:02:38 2025 -0500 Set POM SCM tag --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 381fe5bf..7b2c4f7e 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=commons-cli.git</url> - <tag>HEAD</tag> + <tag>rel/common-${commons.componentid}-${commons.release.version}</tag> </scm> <ciManagement> <system>GitHub</system>
