You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/05/17 04:13:29 UTC

[james-project] 02/04: [FIX] SCM in pom.xml

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 2f0909fdf63bb17e18e0f8db03098f6cbeab49ac
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 17 10:18:05 2023 +0700

    [FIX] SCM in pom.xml
    
    Set it to same as 3.7.x branch
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e34e7ec38e..fb4eb81bd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,7 +555,7 @@
 
     <scm>
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/james-project.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/james-project.git</developerConnection>
+        <developerConnection>scm:git:ssh://git@github.com/apache/james-project.git</developerConnection>
         <tag>HEAD</tag>
         <url>http://git-wip-us.apache.org/repos/asf/james-project.git</url>
     </scm>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org