Skip to content

Commit

Permalink
Updated email addresses from Pivotal to VMware
Browse files Browse the repository at this point in the history
  • Loading branch information
mminella committed Mar 4, 2020
1 parent 7f01bf7 commit b83c81e
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 @@ -46,12 +46,12 @@ def customizePom(pom, gradleProject) {
developer {
id = 'dsyer'
name = 'Dave Syer'
email = 'dsyer@pivotal.io'
email = 'dsyer@vmware.com'
}
developer {
id = 'nebhale'
name = 'Ben Hale'
email = 'bhale@gpivotal.io'
email = 'bhale@vmware.com'
}
developer {
id = 'lward'
Expand All @@ -65,7 +65,7 @@ def customizePom(pom, gradleProject) {
developer {
id = 'trisberg'
name = 'Thomas Risberg'
email = 'trisberg@pivotal.io'
email = 'trisberg@vmware.com'
}
developer {
id = 'dhgarrette'
Expand All @@ -75,18 +75,19 @@ def customizePom(pom, gradleProject) {
developer {
id = 'mminella'
name = 'Michael Minella'
email = 'mminella@pivotal.io'
email = 'mminella@vmware.com'
roles = ["project lead"]
}
developer {
id = 'chrisjs'
name = 'Chris Schaefer'
email = 'cschaefer@pivotal.io'
email = 'cschaefer@vmware.com'
}
developer {
id = 'benas'
name = 'Mahmoud Ben Hassine'
email = '[email protected]'
email = '[email protected]'
roles = ["project lead"]
}
}
}
Expand Down

0 comments on commit b83c81e

Please sign in to comment.