mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[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:
parent
459602b791
commit
9b61f32c53
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue