Upgrade Manifest Vendor, Email Addresses

This commit is contained in:
Gary Russell
2023-07-24 16:34:27 -04:00
parent dc6a38ffa0
commit ccf3339d57
2 changed files with 3 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ subprojects { subproject ->
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
'Implementation-Title': subproject.name,
'Implementation-Vendor-Id': subproject.group,
'Implementation-Vendor': 'Pivotal Software, Inc.',
'Implementation-Vendor': 'VMware Inc.',
'Implementation-URL': linkHomepage,
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
)

View File

@@ -30,13 +30,13 @@ publishing {
developer {
id = 'garyrussell'
name = 'Gary Russell'
email = 'grussell@pivotal.io'
email = 'grussell@vmware.com'
roles = ["project lead"]
}
developer {
id = 'abilan'
name = 'Artem Bilan'
email = 'abilan@pivotal.io'
email = 'abilan@vmware.com'
roles = ["contributor"]
}
}