Update org and repo info in gradle build config
Issue: SPR-11213
This commit is contained in:
parent
e1cb96c484
commit
f0449c6caa
|
|
@ -22,10 +22,10 @@ def customizePom(pom, gradleProject) {
|
||||||
generatedPom.project {
|
generatedPom.project {
|
||||||
name = gradleProject.description
|
name = gradleProject.description
|
||||||
description = gradleProject.description
|
description = gradleProject.description
|
||||||
url = "https://github.com/SpringSource/spring-framework"
|
url = "https://github.com/spring-projects/spring-framework"
|
||||||
organization {
|
organization {
|
||||||
name = "SpringSource"
|
name = "Spring IO"
|
||||||
url = "http://springsource.org/spring-framework"
|
url = "http://projects.spring.io/spring-framework"
|
||||||
}
|
}
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
|
|
@ -35,9 +35,9 @@ def customizePom(pom, gradleProject) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
scm {
|
scm {
|
||||||
url = "https://github.com/SpringSource/spring-framework"
|
url = "https://github.com/spring-projects/spring-framework"
|
||||||
connection = "scm:git:git://github.com/SpringSource/spring-framework"
|
connection = "scm:git:git://github.com/spring-projects/spring-framework"
|
||||||
developerConnection = "scm:git:git://github.com/SpringSource/spring-framework"
|
developerConnection = "scm:git:git://github.com/spring-projects/spring-framework"
|
||||||
}
|
}
|
||||||
developers {
|
developers {
|
||||||
developer {
|
developer {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue