Update SignalR Java Client metadata (#10640)
The repo URLs were pointing at the old one :)
This commit is contained in:
parent
0b54783877
commit
bf5e3024a5
|
|
@ -83,7 +83,7 @@ task generatePOM {
|
|||
project {
|
||||
inceptionYear '2018'
|
||||
description 'ASP.NET Core SignalR Client for Java applications'
|
||||
url 'https://github.com/aspnet/SignalR'
|
||||
url 'https://github.com/aspnet/AspNetCore'
|
||||
name groupId + ':' + artifactId
|
||||
licenses {
|
||||
license {
|
||||
|
|
@ -93,9 +93,9 @@ task generatePOM {
|
|||
}
|
||||
}
|
||||
scm {
|
||||
connection 'scm:git:git://github.com/aspnet/SignalR.git'
|
||||
developerConnection 'scm:git:git://github.com/aspnet/SignalR.git'
|
||||
url 'http://github.com/aspnet/SignalR/tree/master'
|
||||
connection 'scm:git:git://github.com/aspnet/AspNetCore.git'
|
||||
developerConnection 'scm:git:git://github.com/aspnet/AspNetCore.git'
|
||||
url 'http://github.com/aspnet/AspNetCore/tree/master'
|
||||
}
|
||||
developers {
|
||||
developer {
|
||||
|
|
|
|||
Loading…
Reference in New Issue