Update Developer List
This commit is contained in:
@@ -49,25 +49,31 @@ def customizePom(pom, gradleProject) {
|
||||
developerConnection = 'scm:git:' + linkScmDevConnection
|
||||
}
|
||||
developers {
|
||||
developer {
|
||||
id = 'garyrussell'
|
||||
name = 'Gary Russell'
|
||||
email = 'grussell@gopivotal.com'
|
||||
roles = ['project lead']
|
||||
}
|
||||
developer {
|
||||
id = 'dsyer'
|
||||
name = 'Dave Syer'
|
||||
email = 'dsyer@vmware.com'
|
||||
email = 'dsyer@gopivotal.com'
|
||||
}
|
||||
developer {
|
||||
id = 'markfisher'
|
||||
name = 'Mark Fisher'
|
||||
email = 'markfisher@vmware.com'
|
||||
email = 'markfisher@gopivotal.com'
|
||||
}
|
||||
developer {
|
||||
id = 'mpollack'
|
||||
name = 'Mark Pollack'
|
||||
email = 'mpollack@vmware.com'
|
||||
email = 'mpollack@gopivotal.com'
|
||||
}
|
||||
developer {
|
||||
id = 'jbrisbin'
|
||||
name = 'Jon Brisbin'
|
||||
email = 'jbrisbin@vmware.com'
|
||||
email = 'jbrisbin@gopivotal.com'
|
||||
}
|
||||
developer {
|
||||
id = 'tomas.lukosius'
|
||||
@@ -77,4 +83,4 @@ def customizePom(pom, gradleProject) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user