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 <[email protected]>
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>[email protected]:apache/rocketmq.git</url>
+ <connection>scm:git:[email protected]:apache/rocketmq.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/rocketmq.git</developerConnection>
<tag>HEAD</tag>
</scm>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].