From 9b61f32c5319d3acbad46a1bb22ddb6af133d7a2 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Fri, 4 Dec 2020 08:42:16 +0100 Subject: [PATCH] [eclipse/xtext#1652] Use https instead of git URL for SCM connection Harmonized newline at eof in gradle and poms Signed-off-by: Christian Dietrich --- gradle/maven-deployment.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/maven-deployment.gradle b/gradle/maven-deployment.gradle index d3f155e2a..a0450804b 100644 --- a/gradle/maven-deployment.gradle +++ b/gradle/maven-deployment.gradle @@ -20,8 +20,8 @@ publishing { } } scm { - connection = "scm:git:git@github.com:eclipse/${rootProject.name}.git" - developerConnection = "scm:git:git@github.com:eclipse/${rootProject.name}.git" + connection = "scm:git:https://github.com/eclipse/${rootProject.name}.git" + developerConnection = "scm:git:https://github.com/eclipse/${rootProject.name}.git" url = "git@github.com:eclipse/${rootProject.name}.git" } // We need to wait until the project's own build file has been executed