Upgrade Manifest Vendor, Email Addresses
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user