You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gh...@apache.org on 2021/12/23 13:24:34 UTC

[felix-dev] 01/02: Using ssh scm urls for github

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

ghenzler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 34132be0cbce29187391885b04aa316ec70b3ec2
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Thu Dec 23 14:22:17 2021 +0100

    Using ssh scm urls for github
---
 healthcheck/core/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/healthcheck/core/pom.xml b/healthcheck/core/pom.xml
index 89e6ed6..cc9314d 100644
--- a/healthcheck/core/pom.xml
+++ b/healthcheck/core/pom.xml
@@ -48,11 +48,11 @@
     </properties>
 
     <scm>
-        <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
-        <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
+        <connection>scm:git:ssh://git@github.com/apache/felix-dev.git</connection>
+        <developerConnection>scm:git:ssh://git@github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-      <tag>HEAD</tag>
-  </scm>
+        <tag>HEAD</tag>
+    </scm>
 
     <build>
         <plugins>