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 @@ -279,7 +279,7 @@ subprojects { subproject ->
279279 ' Created-By' : " JDK ${ System.properties['java.version']} (${ System.properties['java.specification.vendor']} )" ,
280280 ' Implementation-Title' : subproject. name,
281281 ' Implementation-Vendor-Id' : subproject. group,
282- ' Implementation-Vendor' : ' Pivotal Software, Inc.' ,
282+ ' Implementation-Vendor' : ' VMware Inc.' ,
283283 ' Implementation-URL' : linkHomepage,
284284 ' Automatic-Module-Name' : subproject. name. replace(' -' , ' .' ) // for Jigsaw
285285 )
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments