This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit ebbfaf935d39b0c248c4dd2028ac647886ad3fa6 Author: Thomas Wolf <[email protected]> AuthorDate: Sun Aug 17 22:55:18 2025 +0200 [releng] SCM tag for development versions It was "sshd-2.13.2", which I find confusing. The value in a development version doesn't matter at all; release:prepare will fill in the real release tag for the release, and revert afterwards. So use "master" instead. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 17e0f7eb5..6705b0f52 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection> <url>https://github.com/apache/mina-sshd/tree/${project.scm.tag}</url> - <tag>sshd-2.13.2</tag> + <tag>master</tag> </scm> <properties>
