Fix syntax error in project Maven POM generation.

Remove declaration of developer roles.
This commit is contained in:
John Blum
2022-03-24 11:19:23 -07:00
parent 77aaad96f8
commit cbad855ca0

View File

@@ -8,7 +8,6 @@ def customizePom(gradleProject, pom) {
id = 'jxblum'
name = "John Blum"
email = "info@vmware.com"
role = "Spring for Apache Geode Lead Developer"
}
}
scm {