From f0449c6caadc44f45f6ca6ff28a039d2be0574f8 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 2 Jan 2014 16:43:16 +0100 Subject: [PATCH] Update org and repo info in gradle build config Issue: SPR-11213 --- gradle/publish-maven.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/publish-maven.gradle b/gradle/publish-maven.gradle index d323f33f33..676f6202be 100644 --- a/gradle/publish-maven.gradle +++ b/gradle/publish-maven.gradle @@ -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 = "http://springsource.org/spring-framework" + name = "Spring IO" + url = "http://projects.spring.io/spring-framework" } licenses { license { @@ -35,9 +35,9 @@ def customizePom(pom, gradleProject) { } } scm { - url = "https://github.com/SpringSource/spring-framework" - connection = "scm:git:git://github.com/SpringSource/spring-framework" - developerConnection = "scm:git:git://github.com/SpringSource/spring-framework" + url = "https://github.com/spring-projects/spring-framework" + connection = "scm:git:git://github.com/spring-projects/spring-framework" + developerConnection = "scm:git:git://github.com/spring-projects/spring-framework" } developers { developer {