File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ configure(javaProjects) { subproject ->
288
288
' Created-By' : " JDK ${ System.properties['java.version']} (${ System.properties['java.specification.vendor']} )" ,
289
289
' Implementation-Title' : subproject. name,
290
290
' Implementation-Vendor-Id' : subproject. group,
291
- ' Implementation-Vendor' : ' Pivotal Software, Inc.' ,
291
+ ' Implementation-Vendor' : ' VMware Inc.' ,
292
292
' Implementation-URL' : linkHomepage,
293
293
' Automatic-Module-Name' : subproject. name. replace(' -' , ' .' ) // for Jigsaw
294
294
)
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ publishing {
30
30
developer {
31
31
id = ' garyrussell'
32
32
name = ' Gary Russell'
33
- email = ' grussell@pivotal.io '
33
+ email = ' grussell@vmware.com '
34
34
roles = [" project lead" ]
35
35
}
36
36
developer {
37
37
id = ' abilan'
38
38
name = ' Artem Bilan'
39
- email = ' abilan@pivotal.io '
39
+ email = ' abilan@vmware.com '
40
40
roles = [" contributor" ]
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments