diff --git a/publish-maven.gradle b/publish-maven.gradle index a36a4bf1..336bbc58 100644 --- a/publish-maven.gradle +++ b/publish-maven.gradle @@ -12,7 +12,7 @@ publishing { url = linkScmUrl organization { name = 'Spring IO' - url = 'https://spring.io/projects/spring-kafka' + url = 'https://spring.io/projects/spring-amqp' } licenses { license { @@ -30,38 +30,28 @@ publishing { developer { id = 'garyrussell' name = 'Gary Russell' - email = 'grussell@pivotal.io' + email = 'grussell@vmware.com' roles = ['project lead'] } developer { id = 'artembilan' name = 'Artem Bilan' - email = 'abilan@pivotal.io' + email = 'abilan@vmware.com' } developer { - id = 'dsyer' + id = 'davesyer' name = 'Dave Syer' - email = 'dsyer@pivotal.io' + email = 'dsyer@vmware.com' } developer { id = 'markfisher' name = 'Mark Fisher' - email = 'mfisher@pivotal.io' + email = 'markfisher@vmware.com' } developer { - id = 'mpollack' + id = 'markpollack' name = 'Mark Pollack' - email = 'mpollack@pivotal.io' - } - developer { - id = 'jbrisbin' - name = 'Jon Brisbin' - email = 'jbrisbin@pivotal.io' - } - developer { - id = 'tomas.lukosius' - name = 'Tomas Lukosius' - email = 'tomas.lukosius@opencredo.com' + email = 'mpollack@vmware.com' } } issueManagement { diff --git a/src/reference/asciidoc/index.adoc b/src/reference/asciidoc/index.adoc index d4c75f1f..96d9d6cb 100644 --- a/src/reference/asciidoc/index.adoc +++ b/src/reference/asciidoc/index.adoc @@ -14,7 +14,7 @@ ifdef::backend-html5[] *{project-version}* endif::[] -(C) 2010 - 2019 by Pivotal Software, Inc. +(C) 2010 - 2020 by VMware, Inc. Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.