Skip to content

Commit f29c5ba

Browse files
committed
Fix metadata in published artifacts
1 parent 6dd5595 commit f29c5ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/publishing.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ publishing {
3535
name = project.description
3636
description = project.description
3737
}
38-
url = "https://github.com/spring-projects-experimental/spring-graphql"
38+
url = "https://github.com/spring-projects/spring-graphql"
3939
organization {
4040
name = "Spring IO"
4141
url = "https://spring.io/projects"
@@ -48,9 +48,9 @@ publishing {
4848
}
4949
}
5050
scm {
51-
url = "https://github.com/spring-projects-experimental/spring-graphql"
52-
connection = "scm:git:git://github.com/spring-projects-experimental/spring-graphql"
53-
developerConnection = "scm:git:git://github.com/spring-projects-experimental/spring-graphql"
51+
url = "https://github.com/spring-projects/spring-graphql"
52+
connection = "scm:git:git://github.com/spring-projects/spring-graphql"
53+
developerConnection = "scm:git:git://github.com/spring-projects/spring-graphql"
5454
}
5555
developers {
5656
developer {
@@ -71,7 +71,7 @@ publishing {
7171
}
7272
issueManagement {
7373
system = "GitHub"
74-
url = "https://github.com/spring-projects-experimental/spring-graphql/issues"
74+
url = "https://github.com/spring-projects/spring-graphql/issues"
7575
}
7676
}
7777
versionMapping {

0 commit comments

Comments
 (0)