Skip to content

Commit

Permalink
Some build and docs fixes
Browse files Browse the repository at this point in the history
* Fix author list for VMware emails
* Fix link for the project page
* Fix Copyright in the `index.adoc`
* Check GH Actions in action
  • Loading branch information
artembilan authored and garyrussell committed Dec 7, 2020
1 parent 4b69594 commit ab5df7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
26 changes: 8 additions & 18 deletions publish-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/reference/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ab5df7d

Please sign in to comment.