This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 623c9b921e4696ddf1d0778ec35163caa06f2f58
Author: Thomas Wolf <[email protected]>
AuthorDate: Thu Aug 28 16:39:16 2025 +0200

    Fix SCM tag
    
    In development versions the value doesn't matter; for releases
    maven-release-plugin sets it correctly, and then reset it. So use a
    meaningful value: the feature branch for the 3.0 development.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d77e99eaa..bccefd0a8 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>dev_3.0</tag>
     </scm>
 
     <properties>

Reply via email to