You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/12/13 13:36:09 UTC

[rocketmq] branch release-4.2.0 updated: Use git protocol in SCM

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

yukon pushed a commit to branch release-4.2.0
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/release-4.2.0 by this push:
     new 1cb5981  Use git protocol in SCM
1cb5981 is described below

commit 1cb5981d3c06a694373c4bf695aebcd054c9aa5f
Author: yukon <yu...@apache.org>
AuthorDate: Wed Dec 13 21:35:39 2017 +0800

    Use git protocol in SCM
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e317472..18ab463 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,9 +39,9 @@
     </prerequisites>
 
     <scm>
-        <url>https://github.com/apache/rocketmq.git</url>
-        <connection>scm:git:https://github.com/apache/rocketmq.git</connection>
-        <developerConnection>scm:git:https://github.com/apache/rocketmq.git</developerConnection>
+        <url>git@github.com:apache/rocketmq.git</url>
+        <connection>scm:git:git@github.com:apache/rocketmq.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/rocketmq.git</developerConnection>
         <tag>HEAD</tag>
     </scm>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>'].