Skip to content

Commit 1af554c

Browse files
committed
Add Glenn Renfro as a project developer
* Remove `contributor license agreement` from the `samples.adoc` since we rely on DCO from now on
1 parent 92e92a9 commit 1af554c

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

gradle/publish-maven.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ publishing {
3232
3333
roles = ['project lead']
3434
}
35+
developer {
36+
id = 'cppwfs'
37+
name = 'Glenn Renfro'
38+
39+
}
3540
developer {
3641
id = 'garyrussell'
3742
name = 'Gary Russell'

src/reference/antora/modules/ROOT/pages/samples.adoc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,6 @@ We greatly appreciate any effort toward improving the samples, including the sha
5151
GitHub is for social coding: if you want to submit your own code examples to the Spring Integration Samples project, we encourage contributions through https://help.github.com/en/articles/creating-a-pull-request/[pull requests] from https://help.github.com/en/articles/fork-a-repo[forks] of this repository.
5252
If you want to contribute code this way, please reference, if possible, a https://github.com/spring-projects/spring-integration-samples/issues[GitHub issue] that provides some details regarding your sample.
5353

54-
[IMPORTANT]
55-
.Sign the contributor license agreement
56-
=====
57-
58-
Very important: Before we can accept your Spring Integration sample, we need you to sign the SpringSource contributor license agreement (CLA).
59-
Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do.
60-
In order to read and sign the CLA, go to:
61-
62-
https://support.springsource.com/spring_committer_signup
63-
64-
From the *Project* drop down, select *Spring Integration*.
65-
The Project Lead is Artem Bilan.
66-
=====
67-
6854
[[code-contribution-process]]
6955
=== Code Contribution Process
7056

0 commit comments

Comments
 (0)