From ab5df7d4a74286ef8aef2407f7b0a9b977065794 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 7 Dec 2020 16:01:32 -0500 Subject: [PATCH] Some build and docs fixes * Fix author list for VMware emails * Fix link for the project page * Fix Copyright in the `index.adoc` * Check GH Actions in action --- publish-maven.gradle | 26 ++++++++------------------ src/reference/asciidoc/index.adoc | 2 +- 2 files changed, 9 insertions(+), 19 deletions(-) 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.