Manual URL Cleanup

Closes gh-22516
This commit is contained in:
Sam Brannen
2019-03-06 18:50:53 +01:00
parent 24befe10a6
commit 2b2df8f8d8
4 changed files with 9 additions and 9 deletions

View File

@@ -22,10 +22,10 @@ def customizePom(pom, gradleProject) {
generatedPom.project {
name = gradleProject.description
description = gradleProject.description
url = "https://github.com/SpringSource/spring-framework"
url = "https://github.com/spring-projects/spring-framework"
organization {
name = "SpringSource"
url = "https://projects.spring.io/spring-framework"
url = "https://spring.io/projects/spring-framework"
}
licenses {
license {