You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/08/30 03:21:20 UTC

[rocketmq-ons] 20/29: Change scm configuration in pom file

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

duhengforever pushed a commit to branch pullConsumer
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons.git

commit a63d36b9e89000fc9e35f88ed2a82dbf8fe947d2
Author: duhenglucky <du...@gmail.com>
AuthorDate: Fri Jul 12 11:06:15 2019 +0800

    Change scm configuration in pom file
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 59fdb13..9317ccd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,8 +271,9 @@
         </dependencies>
     </dependencyManagement>
     <scm>
-        <url>git@gitlab.alibaba-inc.com:middleware/ons.git</url>
-        <connection>scm:git:git@gitlab.alibaba-inc.com:middleware/ons.git</connection>
-        <developerConnection>scm:git:git@gitlab.alibaba-inc.com:middleware/ons.git</developerConnection>
+        <url>git@github.com:apache/rocketmq-ons.git</url>
+        <connection>scm:git:git@github.com:apache/rocketmq-ons.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/rocketmq-ons.git</developerConnection>
+        <tag>HEAD</tag>
     </scm>
 </project>