Use spring-projects for organization in GitHub URLs

This commit is contained in:
Johnny Lim
2018-05-05 08:57:12 +09:00
committed by Rob Winch
parent 3ba15a16bf
commit 2a0f529ee4
6 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ ext.spec = copySpec {
}
def getDownloadUrl() {
snapshotBuild ? "https://github.com/SpringSource/spring-security/archive/master.zip" : "https://github.com/spring-projects/spring-security/archive/${project.version}.zip"
snapshotBuild ? "https://github.com/spring-projects/spring-security/archive/master.zip" : "https://github.com/spring-projects/spring-security/archive/${project.version}.zip"
}