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 <[email protected]>
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://[email protected]/apache/incubator-iotdb.git</connection>
+        
<developerConnection>scm:git:ssh://[email protected]/apache/incubator-iotdb.git</developerConnection>
+        <url>ssh://[email protected]:apache/incubator-iotdb.git</url>
         <tag>rel/0.8</tag>
     </scm>
     <modules>

Reply via email to