Update SignalR Java Client metadata (#10640)

The repo URLs were pointing at the old one :)
This commit is contained in:
Andrew Stanton-Nurse 2019-05-30 08:19:01 -07:00 committed by GitHub
parent 0b54783877
commit bf5e3024a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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