Skip to content

Commit 25671a0

Browse files
authored
Upgrade Manifest Vendor, Email Addresses
1 parent 050e8ba commit 25671a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ configure(javaProjects) { subproject ->
288288
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
289289
'Implementation-Title': subproject.name,
290290
'Implementation-Vendor-Id': subproject.group,
291-
'Implementation-Vendor': 'Pivotal Software, Inc.',
291+
'Implementation-Vendor': 'VMware Inc.',
292292
'Implementation-URL': linkHomepage,
293293
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
294294
)

gradle/publish-maven.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ publishing {
3030
developer {
3131
id = 'garyrussell'
3232
name = 'Gary Russell'
33-
email = 'grussell@pivotal.io'
33+
email = 'grussell@vmware.com'
3434
roles = ["project lead"]
3535
}
3636
developer {
3737
id = 'abilan'
3838
name = 'Artem Bilan'
39-
email = 'abilan@pivotal.io'
39+
email = 'abilan@vmware.com'
4040
roles = ["contributor"]
4141
}
4242
}

0 commit comments

Comments
 (0)