You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/10/14 00:52:17 UTC

[incubator-iotdb] 03/03: change scm in pom from https to git protocol

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

hxd pushed a commit to branch cherry-pick-from-rel0.8
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 672e1a5240afe503a98863c6a31fa37c4d8c6fa3
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Mon Oct 14 08:51:45 2019 +0800

    change scm in pom from https to git protocol
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e97a3e9..4df42de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,9 +39,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>scm:git:https://github.com/apache/incubator-iotdb.git</connection>
-        <developerConnection>scm:git:https://github.com/apache/incubator-iotdb.git</developerConnection>
-        <url>https://github.com/apache/incubator-iotdb</url>
+        <connection>scm:git:ssh://git@github.com/apache/incubator-iotdb.git</connection>
+        <developerConnection>scm:git:ssh://git@github.com/apache/incubator-iotdb.git</developerConnection>
+        <url>ssh://git@github.com:apache/incubator-iotdb.git</url>
         <tag>rel/0.8</tag>
     </scm>
     <modules>