mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Update to spring.io
This commit is contained in:
parent
418bb57323
commit
0da9b6c64b
@ -43,10 +43,10 @@ def customizePom(pom, gradleProject) {
|
|||||||
packaging = "war"
|
packaging = "war"
|
||||||
}
|
}
|
||||||
description = gradleProject.name
|
description = gradleProject.name
|
||||||
url = 'http://springsource.org/spring-security'
|
url = 'http://spring.io/spring-security'
|
||||||
organization {
|
organization {
|
||||||
name = 'SpringSource'
|
name = 'spring.io'
|
||||||
url = 'http://springsource.org/'
|
url = 'http://spring.io/'
|
||||||
}
|
}
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
@ -56,9 +56,9 @@ def customizePom(pom, gradleProject) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
scm {
|
scm {
|
||||||
url = 'https://github.com/SpringSource/spring-security'
|
url = 'https://github.com/spring-projects/spring-security'
|
||||||
connection = 'scm:git:git://github.com/SpringSource/spring-security'
|
connection = 'scm:git:git://github.com/spring-projects/spring-security'
|
||||||
developerConnection = 'scm:git:git://github.com/SpringSource/spring-security'
|
developerConnection = 'scm:git:git://github.com/spring-projects/spring-security'
|
||||||
}
|
}
|
||||||
developers {
|
developers {
|
||||||
developer {
|
developer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user