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
This commit is contained in:
committed by
Gary Russell
parent
4b69594237
commit
ab5df7d4a7
@@ -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 {
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user