Skip to content

Commit

Permalink
Update roles in publish-maven.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Nov 21, 2019
1 parent 2da7ae0 commit ee7be04
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions publish-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
}
}
}
}
Expand Down

0 comments on commit ee7be04

Please sign in to comment.