Update roles in publish-maven.gradle

This commit is contained in:
Gary Russell
2019-11-21 16:21:07 -05:00
parent 2da7ae016d
commit ee7be04c15

View File

@@ -67,11 +67,17 @@ def customizePom(pom, gradleProject) {
}
developers {
developer {
id = 'abilan'
name = 'Artem Bilan'
email = 'abilan@pivotal.io'
roles = ["project lead"]
}
developer {
id = 'garyrussell'
name = 'Gary Russell'
email = 'grussell@pivotal.io'
roles = ["project lead"]
roles = ["project lead emeritus"]
}
developer {
id = 'markfisher'
@@ -84,11 +90,6 @@ def customizePom(pom, gradleProject) {
name = 'Gunnar Hillert'
email = 'ghillert@pivotal.io'
}
developer {
id = 'abilan'
name = 'Artem Bilan'
email = 'abilan@pivotal.io'
}
}
}
}