Refactor Gradle Project Maven POM generation.

Edit developer email address.
This commit is contained in:
John Blum
2022-03-24 12:51:19 -07:00
parent d98ba9c9de
commit f1733b4cfa

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 {