[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 <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2020-12-04 08:42:16 +01:00
parent 459602b791
commit 9b61f32c53

View file

@ -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