Skip to content

Commit 06f4af0

Browse files
committed
Fix contact emails in published POMs
1 parent 4d51366 commit 06f4af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/publishing.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ plugins.withType(JavaPlugin) {
7373
developer {
7474
id = "rstoyanchev"
7575
name = "Rossen Stoyanchev"
76-
email = "rstoyanchev@vmware.com"
76+
email = "rossen.stoyanchev@broadcom.com"
7777
}
7878
developer {
7979
id = "bclozel"
8080
name = "Brian Clozel"
81-
email = "bclozel@vmware.com"
81+
email = "brian.clozel@broadcom.com"
8282
}
8383
}
8484
issueManagement {

0 commit comments

Comments
 (0)