Skip to content

Commit ab5df7d

Browse files
artembilangaryrussell
authored andcommitted
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
1 parent 4b69594 commit ab5df7d

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

publish-maven.gradle

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publishing {
1212
url = linkScmUrl
1313
organization {
1414
name = 'Spring IO'
15-
url = 'https://spring.io/projects/spring-kafka'
15+
url = 'https://spring.io/projects/spring-amqp'
1616
}
1717
licenses {
1818
license {
@@ -30,38 +30,28 @@ publishing {
3030
developer {
3131
id = 'garyrussell'
3232
name = 'Gary Russell'
33-
email = 'grussell@pivotal.io'
33+
email = 'grussell@vmware.com'
3434
roles = ['project lead']
3535
}
3636
developer {
3737
id = 'artembilan'
3838
name = 'Artem Bilan'
39-
email = 'abilan@pivotal.io'
39+
email = 'abilan@vmware.com'
4040
}
4141
developer {
42-
id = 'dsyer'
42+
id = 'davesyer'
4343
name = 'Dave Syer'
44-
email = 'dsyer@pivotal.io'
44+
email = 'dsyer@vmware.com'
4545
}
4646
developer {
4747
id = 'markfisher'
4848
name = 'Mark Fisher'
49-
49+
5050
}
5151
developer {
52-
id = 'mpollack'
52+
id = 'markpollack'
5353
name = 'Mark Pollack'
54-
55-
}
56-
developer {
57-
id = 'jbrisbin'
58-
name = 'Jon Brisbin'
59-
60-
}
61-
developer {
62-
id = 'tomas.lukosius'
63-
name = 'Tomas Lukosius'
64-
54+
6555
}
6656
}
6757
issueManagement {

src/reference/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ifdef::backend-html5[]
1414
*{project-version}*
1515
endif::[]
1616

17-
(C) 2010 - 2019 by Pivotal Software, Inc.
17+
(C) 2010 - 2020 by VMware, Inc.
1818

1919
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.
2020

0 commit comments

Comments
 (0)