mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
SEC-1995: More Maven Central validation changes
Added developer information to the poms.
This commit is contained in:
parent
5174a8020d
commit
ab3031c8b9
@ -78,6 +78,13 @@ def customizePom(pom, gradleProject) {
|
|||||||
connection = 'scm:git:git://github.com/SpringSource/spring-security'
|
connection = 'scm:git:git://github.com/SpringSource/spring-security'
|
||||||
developerConnection = 'scm:git:git://github.com/SpringSource/spring-security'
|
developerConnection = 'scm:git:git://github.com/SpringSource/spring-security'
|
||||||
}
|
}
|
||||||
|
developers {
|
||||||
|
developer {
|
||||||
|
id = 'rwinch'
|
||||||
|
name = 'Rob Winch'
|
||||||
|
email = 'rwinch@vmware.com'
|
||||||
|
}
|
||||||
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
dependency {
|
dependency {
|
||||||
artifactId = groupId = 'commons-logging'
|
artifactId = groupId = 'commons-logging'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user