|
@@ -40,9 +40,9 @@ task generatePOM {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
scm {
|
|
scm {
|
|
|
- connection 'scm:git:git://github.com/dotnet/aspnetcore.git'
|
|
|
|
|
- developerConnection 'scm:git:git://github.com/dotnet/aspnetcore.git'
|
|
|
|
|
- url 'http://github.com/dotnet/aspnetcore/tree/main'
|
|
|
|
|
|
|
+ connection 'scm:git:https://github.com/dotnet/aspnetcore.git'
|
|
|
|
|
+ developerConnection 'scm:git:https://github.com/dotnet/aspnetcore.git'
|
|
|
|
|
+ url 'https://github.com/dotnet/aspnetcore/tree/main'
|
|
|
}
|
|
}
|
|
|
developers {
|
|
developers {
|
|
|
developer {
|
|
developer {
|