Fix metadata in published artifacts

This commit is contained in:
Brian Clozel
2021-06-29 16:39:43 +02:00
parent 6dd5595f1e
commit f29c5ba764

View File

@@ -35,7 +35,7 @@ publishing {
name = project.description
description = project.description
}
url = "https://github.com/spring-projects-experimental/spring-graphql"
url = "https://github.com/spring-projects/spring-graphql"
organization {
name = "Spring IO"
url = "https://spring.io/projects"
@@ -48,9 +48,9 @@ publishing {
}
}
scm {
url = "https://github.com/spring-projects-experimental/spring-graphql"
connection = "scm:git:git://github.com/spring-projects-experimental/spring-graphql"
developerConnection = "scm:git:git://github.com/spring-projects-experimental/spring-graphql"
url = "https://github.com/spring-projects/spring-graphql"
connection = "scm:git:git://github.com/spring-projects/spring-graphql"
developerConnection = "scm:git:git://github.com/spring-projects/spring-graphql"
}
developers {
developer {
@@ -71,7 +71,7 @@ publishing {
}
issueManagement {
system = "GitHub"
url = "https://github.com/spring-projects-experimental/spring-graphql/issues"
url = "https://github.com/spring-projects/spring-graphql/issues"
}
}
versionMapping {