This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch 3.9.x in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 046ffb5f929fb817461a994938cf4074b9705730 Author: Benoit TELLIER <[email protected]> AuthorDate: Thu Sep 25 15:14:02 2025 +0200 Tryy fix No SCM URL was provided to perform the release from --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6c036f62f..8b8aef5b77 100644 --- a/pom.xml +++ b/pom.xml @@ -576,7 +576,7 @@ <scm> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/james-project.git</connection> <developerConnection>scm:git:ssh://[email protected]/apache/james-project.git</developerConnection> - <tag>HEAD</tag> + <tag>@{project.version}</tag> <url>http://git-wip-us.apache.org/repos/asf/james-project.git</url> </scm> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
