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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 636e760  [Improve]Change the connection method of scm to https (#1450)
636e760 is described below

commit 636e7607a9bd76e5f5d4b1e223f50456d66f3f29
Author: Kirs <[email protected]>
AuthorDate: Wed Mar 9 22:41:27 2022 +0800

    [Improve]Change the connection method of scm to https (#1450)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 70a221c..c154c98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,8 +45,8 @@
     </licenses>
 
     <scm>
-        
<connection>scm:git:[email protected]:apache/incubator-seatunnel.git</connection>
-        
<developerConnection>scm:git:[email protected]:apache/incubator-seatunnel.git</developerConnection>
+        
<connection>scm:git:https://github.com/apache/incubator-seatunnel.git</connection>
+        
<developerConnection>scm:git:https://github.com/apache/incubator-seatunnel.git</developerConnection>
         <url>https://github.com/apache/incubator-seatunnel</url>
         <tag>HEAD</tag>
     </scm>

Reply via email to