Refactor the Gradle Project Maven POM generation.

Edit the developer email address.
This commit is contained in:
John Blum
2022-03-24 20:26:34 -07:00
parent 83824cb113
commit f47bb082f3

View File

@@ -7,7 +7,7 @@ def customizePom(gradleProject, pom) {
developer {
id = 'jxblum'
name = "John Blum"
email = "jblum@pivotal.io"
email = "info@vmware.com"
}
}
scm {