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 <[email protected]> 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://[email protected]/apache/felix-dev.git</connection> + <developerConnection>scm:git:ssh://[email protected]/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>
